summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-10-10net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau
2024-10-10netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet
2024-10-04icmp: change the order of rate limitsEric Dumazet
2024-10-04net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh
2024-10-04netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet
2024-10-04ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet
2024-10-04net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman
2024-09-12ila: call nf_unregister_net_hooks() soonerEric Dumazet
2024-09-08tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet
2024-09-08net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-08-29ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet
2024-08-29ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet
2024-08-29ipv6: prevent UAF in ip6_send_skb()Eric Dumazet
2024-08-29ip6_tunnel: Fix broken GROThomas Bogendoerfer
2024-08-29netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes
2024-08-11ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski
2024-08-11netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima
2024-08-03ipv6: take care of scope when choosing the src addrNicolas Dichtel
2024-08-03ipv6: fix source address selection with route leakNicolas Dichtel
2024-08-03xfrm: Log input direction mismatch error in one placeAntony Antony
2024-08-03tcp: fix races in tcp_v[46]_err()Eric Dumazet
2024-08-03net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan
2024-06-20Merge tag 'nf-24-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-06-19ipv6: bring NLM_DONE out to a separate recv() againJakub Kicinski
2024-06-19seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 beh...Jianguo Wu
2024-06-17xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet
2024-06-17ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet
2024-06-17ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet
2024-06-12net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu
2024-06-11netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal
2024-06-10tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet
2024-06-03ila: block BH in ila_output()Eric Dumazet
2024-06-03ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet
2024-06-03net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet
2024-06-03ipv6: ioam: block BH from ioam6_output()Eric Dumazet
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet
2024-05-27tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet
2024-05-27net: gro: initialize network_offset in network layerWillem de Bruijn
2024-05-21ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu
2024-05-20ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer
2024-05-16net/ipv6: Fix route deleting failure when metric equals 0xu xin
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-10ipv6: sr: fix invalid unregister error pathHangbin Liu
2024-05-10ipv6: sr: fix incorrect unregister orderHangbin Liu
2024-05-10ipv6: sr: add missing seg6_local_exitHangbin Liu