summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2025-04-25ipv6: Align behavior across nexthops during path selectionIdo Schimmel1-4/+4
2025-04-10ipv6: Do not consider link down nexthops in path selectionIdo Schimmel1-2/+4
2025-04-10ipv6: Start path selection from the first nexthopIdo Schimmel1-3/+35
2025-04-10ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera1-12/+25
2025-04-10netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu1-3/+18
2025-04-07netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy1-0/+23
2025-03-28Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault1-9/+6
2025-03-28ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-03-28ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima1-1/+2
2025-03-28gre: Fix IPv6 link-local address generation.Guillaume Nault1-6/+9
2025-03-13net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman1-0/+1
2025-03-13net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman1-1/+2
2025-03-07net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman1-2/+12
2025-03-07net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman1-21/+25
2025-03-07net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman1-2/+12
2025-03-07net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman1-33/+52
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault1-2/+2
2025-02-21ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet1-4/+10
2025-02-21ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet1-4/+8
2025-02-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet1-6/+4
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-02-21ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet1-1/+1
2025-02-21udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2025-02-21inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet3-6/+8
2025-02-21inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet3-3/+3
2025-02-01ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi2-19/+34
2025-01-23net: fix data-races around sk->sk_forward_allocWang Liang1-3/+1
2025-01-09ila: serialize calls to nf_register_net_hooks()Eric Dumazet1-5/+11
2025-01-09ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig1-1/+1
2024-12-14net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin1-12/+10
2024-12-14net/ipv6: release expired exception dst cached in socketJiri Wiesner1-3/+3
2024-12-14net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko1-5/+8
2024-12-14ip6mr: fix tables suspicious RCU usagePaolo Abeni1-11/+27
2024-12-14net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu1-12/+29
2024-12-14ipv6: release nexthop on device removalPaolo Abeni1-3/+3
2024-12-14net: use unrcu_pointer() helperEric Dumazet4-7/+6
2024-11-08netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet1-8/+7
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger1-0/+3
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger1-15/+13
2024-10-17netfilter: fib: check correct rtable in vrf setupsFlorian Westphal1-2/+3
2024-10-17netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman1-3/+2
2024-10-17netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet1-2/+5
2024-10-17icmp: change the order of rate limitsEric Dumazet1-10/+18
2024-10-17icmp: Add counters for rate limitsJamie Bainbridge2-0/+5
2024-10-17net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh1-0/+1
2024-10-17netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet1-12/+2
2024-10-17ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet1-1/+1
2024-10-17net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman1-5/+7
2024-09-12ila: call nf_unregister_net_hooks() soonerEric Dumazet3-4/+16
2024-08-29gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai1-2/+1