summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2025-05-29mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni
2025-05-29xfrm: Fix UDP GRO handling for some corner casesTobias Brunner
2025-05-29espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-05-29espintcp: fix skb leaksSabrina Dubroca
2025-05-29ipv6: remove leftover ip6 cookie initializerWillem de Bruijn
2025-05-29ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima
2025-05-29net: ipv6: Init tunnel link-netns before registering devXiao Liang
2025-05-29ipv6: save dontfrag in corkWillem de Bruijn
2025-05-18gre: Fix again IPv6 link-local address generation.Guillaume Nault
2025-05-09net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang
2025-05-02netfilter: fib: avoid lookup if socket is availableFlorian Westphal
2025-04-25ipv6: add exception routes to GC list in rt6_insert_exceptionXin Long
2025-04-20ipv6: Align behavior across nexthops during path selectionIdo Schimmel
2025-04-10ipv6: Do not consider link down nexthops in path selectionIdo Schimmel
2025-04-10ipv6: Start path selection from the first nexthopIdo Schimmel
2025-04-10ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera
2025-04-10netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu
2025-04-07netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy
2025-03-20Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault
2025-03-20net: ipv6: ioam6: fix lwtunnel_output() loopJustin Iurman
2025-03-18ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima
2025-03-18ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima
2025-03-18net: ipv6: fix TCP GSO segmentation with NATFelix Fietkau
2025-03-13gre: Fix IPv6 link-local address generation.Guillaume Nault
2025-03-06net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman
2025-03-06net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman
2025-02-27net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman
2025-02-27net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman
2025-02-13ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet
2025-02-10ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet
2025-02-10ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet
2025-02-10ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet
2025-02-10ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet
2025-02-06ipv6: Use RCU in ip6_input()Eric Dumazet
2025-02-06ipv6: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-06ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-02-01net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-02-01net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-01-20ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.Kuniyuki Iwashima
2025-01-20ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.Kuniyuki Iwashima
2025-01-20ipv6: Move lifetime validation to inet6_rtm_newaddr().Kuniyuki Iwashima
2025-01-20ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr().Kuniyuki Iwashima
2025-01-20ipv6: Pass dev to inet6_addr_add().Kuniyuki Iwashima
2025-01-20ipv6: Convert inet6_ioctl() to per-netns RTNL.Kuniyuki Iwashima
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup().Kuniyuki Iwashima
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_dad_work().Kuniyuki Iwashima
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_verify_work().Kuniyuki Iwashima
2025-01-20ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL.Kuniyuki Iwashima