summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2025-04-25ipv6: add exception routes to GC list in rt6_insert_exceptionXin Long1-0/+1
2025-04-20ipv6: Align behavior across nexthops during path selectionIdo Schimmel1-4/+4
2025-04-10ipv6: Do not consider link down nexthops in path selectionIdo Schimmel1-2/+4
2025-04-10ipv6: Start path selection from the first nexthopIdo Schimmel1-3/+35
2025-04-10ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera1-12/+25
2025-04-10netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu1-3/+18
2025-04-07netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy1-0/+23
2025-03-20Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault1-9/+6
2025-03-20net: ipv6: ioam6: fix lwtunnel_output() loopJustin Iurman1-4/+4
2025-03-18ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-03-18ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima1-1/+2
2025-03-18net: ipv6: fix TCP GSO segmentation with NATFelix Fietkau1-6/+15
2025-03-13gre: Fix IPv6 link-local address generation.Guillaume Nault1-6/+9
2025-03-06net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman1-0/+1
2025-03-06net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman1-1/+2
2025-02-27net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman1-2/+12
2025-02-27net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman1-2/+12
2025-02-13ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet1-4/+10
2025-02-11ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet1-16/+15
2025-02-11ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet1-4/+8
2025-02-11ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet1-6/+4
2025-02-11ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet1-1/+1
2025-02-07ipv6: Use RCU in ip6_input()Eric Dumazet1-5/+9
2025-02-07ipv6: icmp: convert to dev_net_rcu()Eric Dumazet1-19/+23
2025-02-07ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2025-02-02net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski3-9/+18
2025-02-02net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski3-6/+11
2025-01-28Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-3/+3
2025-01-20ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.Kuniyuki Iwashima1-4/+8
2025-01-20ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.Kuniyuki Iwashima1-8/+17
2025-01-20ipv6: Move lifetime validation to inet6_rtm_newaddr().Kuniyuki Iwashima1-58/+35
2025-01-20ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr().Kuniyuki Iwashima1-7/+7
2025-01-20ipv6: Pass dev to inet6_addr_add().Kuniyuki Iwashima1-10/+10
2025-01-20ipv6: Convert inet6_ioctl() to per-netns RTNL.Kuniyuki Iwashima1-6/+6
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup().Kuniyuki Iwashima1-5/+5
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_dad_work().Kuniyuki Iwashima1-3/+6
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_verify_work().Kuniyuki Iwashima1-2/+2
2025-01-20ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL.Kuniyuki Iwashima1-30/+30
2025-01-20xfrm: Fix the usage of skb->skSteffen Klassert2-3/+3
2025-01-16inet: ipmr: fix data-racesEric Dumazet1-14/+14
2025-01-10Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-1/+2
2025-01-09netlink: add IPv6 anycast join/leave notificationsYuyang Huang2-3/+38
2025-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+11
2025-01-03ila: serialize calls to nf_register_net_hooks()Eric Dumazet1-5/+11
2024-12-23netlink: correct nlmsg size for multicast notificationsYuyang Huang2-3/+4
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio1-0/+50
2024-12-19ipv6: Add flow label to route get requestsIdo Schimmel1-1/+19
2024-12-19ipv6: fib_rules: Add flow label supportIdo Schimmel1-2/+55
2024-12-18inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet3-6/+8