summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2025-03-28Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault1-9/+6
2025-03-28net: ipv6: ioam6: fix lwtunnel_output() loopJustin Iurman1-4/+4
2025-03-28ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-03-28ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima1-1/+2
2025-03-28net: ipv6: fix TCP GSO segmentation with NATFelix Fietkau1-6/+15
2025-03-22gre: Fix IPv6 link-local address generation.Guillaume Nault1-6/+9
2025-03-13net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman1-0/+1
2025-03-13net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman1-1/+2
2025-03-07net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman1-2/+12
2025-03-07net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman1-2/+12
2025-02-21net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski3-6/+11
2025-02-21ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet1-4/+10
2025-02-21ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet1-16/+15
2025-02-21ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet1-4/+8
2025-02-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet1-6/+4
2025-02-21ipv6: icmp: convert to dev_net_rcu()Eric Dumazet1-19/+23
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-02-21net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski3-9/+18
2025-02-21net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman1-21/+25
2025-02-21net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman1-33/+52
2025-02-21net: ipv6: ioam6_iptunnel: mitigate 2-realloc issueJustin Iurman1-36/+37
2025-02-21ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet1-1/+1
2025-02-17udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2025-02-08inet: ipmr: fix data-racesEric Dumazet1-14/+14
2025-02-08udp: Deal with race between UDP socket address change and rehashStefano Brivio1-0/+50
2025-02-08inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet3-6/+8
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet3-3/+3
2025-01-02ila: serialize calls to nf_register_net_hooks()Eric Dumazet1-5/+11
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni1-1/+1
2024-12-02net/ipv6: release expired exception dst cached in socketJiri Wiesner1-3/+3
2024-12-01ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet1-6/+7
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni1-1/+1
2024-11-28ip6mr: fix tables suspicious RCU usagePaolo Abeni1-11/+27
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni1-0/+14
2024-11-26net/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