summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
3 daysipmr: account multicast table and route memoryZihan Xi
3 daysipv6: fix fib6 walker UAF on seq stopZihan Xi
5 daysipv6: null-check fib6_node before accessing in __ip6_del_rt_siblings()Naman Gulati
5 daysMerge tag 'nf-26-09-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
6 daysipv6: flowlabel: cap duplicate leases per socketZhiling Zou
6 daysnet: ipv6: Fix UDP length overflow with PMTU discover and big MTUAlice Mikityanska
6 daysnetfilter: ip6_tables: set F_PROTO when proto value is nonzeroFlorian Westphal
11 daysnet: gro: Fix nesting of TCP GSO SKBs in skb_gro_receive_list()HW He
13 daysipv6: sr: restore network header before routing and forwardingEric Dumazet
13 daysipv6: udp: Create exceptions before socket matchingIdo Schimmel
13 daysipv6: Fix redirect exception creation for UDP/RAW socketsIdo Schimmel
13 daysip6_gre: check tunnel info before xmit in ip6gre_tunnel_xmitEric Dumazet
13 daysipv6: mcast: use jiffies_delta_to_clock_t() in igmp6_mc_seq_show()Eric Dumazet
13 daysipv6: mcast: use rcu_assign_pointer() for __rcu list updatesEric Dumazet
13 daysipv6: mcast: fix delay calculation in igmp6_join_group()Eric Dumazet
13 daysipv6: mcast: use copy-on-write RCU updates in ip6_mc_source()Eric Dumazet
13 daysipv6: mcast: fix RCU list diversion in ip6_mc_del1_src()Eric Dumazet
2026-08-27Merge tag 'nf-26-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-08-27netfilter: x_tables: remove pr_debugPablo Neira Ayuso
2026-08-27netfilter: tproxy: use DEBUG_NET_WARN_ON_ONCE for protocol fallbacksFernando Fernandez Mancera
2026-08-26seg6: reset IP6CB after IPv6 decapsulationZhiling Zou
2026-08-22tcp: clamp route advmss to TCP_MIN_MSSYong Wang
2026-08-20ipv6: seg6: clear IPv4 control block on IPIP decapsulationKyle Zeng
2026-08-20ip6mr: do not clone dst in ip6mr_cache_report()Eric Dumazet
2026-08-20ipv6: avoid divide by zero in rt6_multipath_rebalanceCen Zhang (Microsoft)
2026-08-20ipv6: rpl: fix NULL dereference of idev in ipv6_rpl_srh_rcv()Andrea Mayer
2026-08-20net: advertise TCP MSS from the configured MTU, not the learned PMTUJiayuan Chen
2026-08-20Merge tag 'ipsec-2026-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-20ipv6: use RCU iterator to dump route exceptionsYuyang Huang
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-18ip: orphan prefetched skbs before multicast forwardingZhiling Zou
2026-08-18net: cap advertised IP tunnel headroomZhiling Zou
2026-08-18ip6_gre: fix hardware header length for NBMA tunnelsZhiling Zou
2026-08-17ip6_tunnel: use skb_cow_head() in ip6_tnl_xmit()Zhiling Zou
2026-08-17ipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu
2026-08-17Revert "esp: do not unref managed frag pages in esp_ssg_unref()"Steffen Klassert
2026-08-14gre: fix ERSPAN o_flags race/corruption in xmit and fill_infoEric Dumazet
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados
2026-08-13net: Const qualify ctl_tables that kmemdup unconditionallyJoel Granados
2026-08-13ipv6: add inet6_rt_del_notify()Yuyang Huang
2026-08-13ipv6: expose the route deletion reason in RTM_DELROUTEYuyang Huang
2026-08-13ipv6: add a deletion reason argument to rt6_fill_node()Yuyang Huang
2026-08-13ipv6: record the reason for kernel-initiated route deletionsYuyang Huang
2026-08-13ipv6: propagate the route deletion reason to fib6_del_route()Yuyang Huang
2026-08-13ipv6: add ip6_del_rt_reason()Yuyang Huang
2026-08-10netfilter: flowtable: rename tun.l3_proto to tun.inner_protoPablo Neira Ayuso
2026-08-10net: netfilter: add ether_type to net_device_path_ctx and use itPablo Neira Ayuso
2026-08-07bridge: Use ndisc_parse_options() to parse ND options in br_nd_send()Danielle Ratson
2026-08-07ipv6: ndisc: Add ndisc_check_ns_na() validation helperDanielle Ratson