summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
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
2024-10-17netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman
2024-10-17netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet
2024-10-17icmp: change the order of rate limitsEric Dumazet
2024-10-17icmp: Add counters for rate limitsJamie Bainbridge
2024-10-17net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh
2024-10-17netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet
2024-10-17ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet
2024-10-17net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman
2024-09-12ila: call nf_unregister_net_hooks() soonerEric Dumazet
2024-08-29gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai