summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2025-08-20ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().Kuniyuki Iwashima
2025-08-15ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet
2025-08-15ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet
2025-08-15ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet
2025-08-15ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet
2025-08-15net: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chainPetr Machata
2025-08-01xfrm: Set transport header to fix UDP GRO handlingTobias Brunner
2025-07-24ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing
2025-07-24rpl: Fix use-after-free in rpl_do_srh_inline().Kuniyuki Iwashima
2025-07-17gre: Fix IPv6 multicast route creation.Guillaume Nault
2025-06-27calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima
2025-06-19seg6: Fix validation of nexthop addressesIdo Schimmel
2025-06-19net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-06-19netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal
2025-06-19netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancyFlorian Westphal
2025-06-19netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang
2025-05-22Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-16mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni
2025-05-05gre: Fix again IPv6 link-local address generation.Guillaume Nault
2025-05-01net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang
2025-04-17xfrm: Fix UDP GRO handling for some corner casesTobias Brunner
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-04-14espintcp: fix skb leaksSabrina Dubroca
2025-04-10ipv6: add exception routes to GC list in rt6_insert_exceptionXin Long
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-09ipv6: Align behavior across nexthops during path selectionIdo Schimmel
2025-04-07ipv6: Fix null-ptr-deref in addrconf_add_ifaddr().Kuniyuki Iwashima
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04ipv6: Do not consider link down nexthops in path selectionIdo Schimmel
2025-04-04ipv6: Start path selection from the first nexthopIdo Schimmel
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev
2025-04-03ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera
2025-04-02netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima
2025-03-23netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy
2025-03-21netfilter: fib: avoid lookup if socket is availableFlorian Westphal
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-20Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault
2025-03-20net: ipv6: ioam6: fix lwtunnel_output() loopJustin Iurman
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet
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-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen