summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
5 daysipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni1-1/+1
5 daysip6mr: fix tables suspicious RCU usagePaolo Abeni1-11/+27
5 daysipmr: add debug check for mr table cleanupPaolo Abeni1-0/+14
7 daysnet/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu1-12/+29
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu1-2/+100
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu1-1/+1
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu1-9/+6
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-3/+3
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong1-7/+7
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang1-3/+1
2024-11-11ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi2-19/+34
2024-11-11net: convert to nla_get_*_default()Johannes Berg5-29/+15
2024-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-1/+8
2024-11-06ipv6: release nexthop on device removalPaolo Abeni1-3/+3
2024-11-03net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov1-2/+2
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+7
2024-10-30netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet1-8/+7
2024-10-29xfrm: Add an inbound percpu state cache.Steffen Klassert1-3/+3
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-15/+16
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-15/+16
2024-10-23ip6mr: Add __init to ip6_mr_cleanup().Kuniyuki Iwashima1-1/+1
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima1-1/+4
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2024-10-15ipmr: Use rtnl_register_many().Kuniyuki Iwashima1-4/+9
2024-10-15ipv6: Use rtnl_register_many().Kuniyuki Iwashima4-67/+51
2024-10-15net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin1-12/+10
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki1-1/+3
2024-10-15ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-8/+1
2024-10-15netfilter: Make legacy configs user selectableBreno Leitao1-1/+8
2024-10-14ipv6: tcp: give socket pointer to control skbsEric Dumazet1-0/+3
2024-10-11net: do not acquire rtnl in fib_seq_sum()Eric Dumazet2-2/+2
2024-10-11ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seqEric Dumazet1-5/+3
2024-10-11ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seqEric Dumazet2-8/+8
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-10-09ipv6: Remove redundant unlikely()Tobias Klauser1-1/+1
2024-10-09ipv6: switch inet6_acaddr_hash() to less predictable hashEric Dumazet1-2/+3
2024-10-09ipv6: switch inet6_addr_hash() to less predictable hashEric Dumazet1-1/+1
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal1-2/+3
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet1-4/+6
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko2-2/+2
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko1-6/+14
2024-10-03ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault1-2/+2
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-4/+13
2024-10-03Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+5
2024-10-02net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau1-2/+8
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-27netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet1-2/+5
2024-09-26Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-3/+2
2024-09-26netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman1-3/+2