summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2024-09-12ila: call nf_unregister_net_hooks() soonerEric Dumazet3-4/+16
2024-09-08tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet1-3/+3
2024-09-08net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing1-1/+1
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-29netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes1-0/+4
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-03ipv6: fix source address selection with route leakNicolas Dichtel2-1/+2
2024-08-03xfrm: Log input direction mismatch error in one placeAntony Antony1-0/+7
2024-08-03tcp: fix races in tcp_v[46]_err()Eric Dumazet1-7/+3
2024-08-03net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan1-2/+1
2024-06-20Merge tag 'nf-24-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-4/+4
2024-06-20ipv6: bring NLM_DONE out to a separate recv() againJakub Kicinski1-1/+2
2024-06-19seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 beh...Jianguo Wu1-4/+4
2024-06-18xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet1-1/+7
2024-06-18ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet1-0/+2
2024-06-18ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet1-1/+1
2024-06-13net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu1-2/+2
2024-06-11netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal1-0/+1
2024-06-10tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet1-1/+2
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2-1/+6
2024-06-04ila: block BH in ila_output()Eric Dumazet1-1/+6
2024-06-04ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet1-8/+6
2024-06-04net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet1-8/+6
2024-06-04ipv6: ioam: block BH from ioam6_output()Eric Dumazet1-4/+4
2024-05-30net: fix __dst_negative_advice() raceEric Dumazet1-14/+15
2024-05-28tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet1-6/+1
2024-05-28net: gro: initialize network_offset in network layerWillem de Bruijn1-1/+1
2024-05-21ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu1-14/+28
2024-05-20ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer1-5/+6
2024-05-17net/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2024-05-14tcp: rstreason: handle timewait cases in the receive pathJason Xing1-1/+1
2024-05-14net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert1-11/+0
2024-05-14net: gro: use cb instead of skb->network_headerRichard Gobert2-4/+4
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+1
2024-05-11ipv6: sr: fix invalid unregister error pathHangbin Liu1-0/+2
2024-05-11ipv6: sr: fix incorrect unregister orderHangbin Liu1-1/+1
2024-05-11ipv6: sr: add missing seg6_local_exitHangbin Liu1-0/+1
2024-05-10net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang1-1/+1
2024-05-10tcp: get rid of twsk_unique()Eric Dumazet2-2/+3
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+12
2024-05-09ipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
2024-05-09ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet1-1/+5
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-2/+3