summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
4 daysnet: gro: Fix nesting of TCP GSO SKBs in skb_gro_receive_list()HW He
6 daysipv6: sr: restore network header before routing and forwardingEric Dumazet
6 daysipv6: udp: Create exceptions before socket matchingIdo Schimmel
6 daysipv6: Fix redirect exception creation for UDP/RAW socketsIdo Schimmel
6 daysip6_gre: check tunnel info before xmit in ip6gre_tunnel_xmitEric Dumazet
6 daysipv6: mcast: use jiffies_delta_to_clock_t() in igmp6_mc_seq_show()Eric Dumazet
6 daysipv6: mcast: use rcu_assign_pointer() for __rcu list updatesEric Dumazet
6 daysipv6: mcast: fix delay calculation in igmp6_join_group()Eric Dumazet
6 daysipv6: mcast: use copy-on-write RCU updates in ip6_mc_source()Eric Dumazet
6 daysipv6: mcast: fix RCU list diversion in ip6_mc_del1_src()Eric Dumazet
10 daysMerge tag 'nf-26-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
11 daysnetfilter: x_tables: remove pr_debugPablo Neira Ayuso
11 daysnetfilter: tproxy: use DEBUG_NET_WARN_ON_ONCE for protocol fallbacksFernando Fernandez Mancera
12 daysseg6: 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
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-05ip6_tunnel: clear skb2->cb[] in ip6ip6_err()Zhiling Zou
2026-08-05Merge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-03ipv6: raw: convert do_rawv6_getsockopt to sockopt_tBreno Leitao
2026-08-03ipv6: raw: drop unused level argument from do_rawv6_getsockoptBreno Leitao
2026-08-03ipv6: fix Route Information option length validationYuejie Shi
2026-07-31netfilter: nf_tables: call skb_valid_dst() before skb_dst()Pablo Neira Ayuso