summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2025-06-27calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-06-27seg6: Fix validation of nexthop addressesIdo Schimmel
2025-06-27netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancyFlorian Westphal
2025-06-27netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang
2025-06-04espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-06-04ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima
2025-06-04ipv6: save dontfrag in corkWillem de Bruijn
2025-05-22ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida
2025-05-18gre: Fix again IPv6 link-local address generation.Guillaume Nault
2025-04-25ipv6: 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-28Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault
2025-03-28ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima
2025-03-28ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima
2025-03-28gre: Fix IPv6 link-local address generation.Guillaume Nault
2025-03-13net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman
2025-03-13net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman
2025-03-07net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman
2025-03-07net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-03-07net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman
2025-03-07net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault
2025-02-21ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet
2025-02-21ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet
2025-02-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet
2025-02-21ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet
2025-02-21udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-02-21inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2025-02-21inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2025-02-01ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi
2025-01-23net: fix data-races around sk->sk_forward_allocWang Liang
2025-01-09ila: serialize calls to nf_register_net_hooks()Eric Dumazet
2025-01-09ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig
2024-12-14net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin
2024-12-14net/ipv6: release expired exception dst cached in socketJiri Wiesner
2024-12-14net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko
2024-12-14ip6mr: fix tables suspicious RCU usagePaolo Abeni
2024-12-14net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu
2024-12-14ipv6: release nexthop on device removalPaolo Abeni
2024-12-14net: use unrcu_pointer() helperEric Dumazet
2024-11-08netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger
2024-10-17netfilter: fib: check correct rtable in vrf setupsFlorian Westphal