summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-29udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko1-1/+2
2024-08-29ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet1-0/+4
2024-08-29ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet1-0/+4
2024-08-29ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-08-29ip6_tunnel: Fix broken GROThomas Bogendoerfer1-5/+7
2024-08-29tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet1-6/+0
2024-08-29netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes1-0/+4
2024-08-14ipv6: fix source address selection with route leakNicolas Dichtel2-1/+2
2024-08-11ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-08-11netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima1-5/+9
2024-08-03ipv6: take care of scope when choosing the src addrNicolas Dichtel1-1/+2
2024-08-03tcp: fix races in tcp_v[46]_err()Eric Dumazet1-7/+3
2024-08-03tcp: annotate lockless access to sk->sk_errEric Dumazet1-2/+2
2024-08-03tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet1-5/+6
2024-08-03net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan1-2/+1
2024-07-25ila: block BH in ila_output()Eric Dumazet1-1/+6
2024-07-25net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet1-8/+6
2024-06-27seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 beh...Jianguo Wu1-4/+4
2024-06-27xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet1-1/+7
2024-06-27ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet1-0/+2
2024-06-27ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet1-1/+1
2024-06-21net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu1-2/+2
2024-06-21tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet1-1/+2
2024-06-21ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2-1/+6
2024-06-21ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet1-8/+6
2024-06-21ipv6: ioam: block BH from ioam6_output()Eric Dumazet1-4/+4
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-14/+15
2024-06-16net/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
2024-06-12ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu1-14/+28