summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nf-24-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-06-201-4/+4
|\
| * seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 beh...Jianguo Wu2024-06-191-4/+4
* | ipv6: bring NLM_DONE out to a separate recv() againJakub Kicinski2024-06-191-1/+2
|/
* xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet2024-06-171-1/+7
* ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet2024-06-171-0/+2
* ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet2024-06-171-1/+1
* net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu2024-06-121-2/+2
* netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal2024-06-111-0/+1
* tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet2024-06-101-1/+2
* ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2024-06-062-1/+6
* ila: block BH in ila_output()Eric Dumazet2024-06-031-1/+6
* ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet2024-06-031-8/+6
* net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet2024-06-031-8/+6
* ipv6: ioam: block BH from ioam6_output()Eric Dumazet2024-06-031-4/+4
* net: fix __dst_negative_advice() raceEric Dumazet2024-05-291-14/+15
* tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet2024-05-271-6/+1
* net: gro: initialize network_offset in network layerWillem de Bruijn2024-05-271-1/+1
* ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu2024-05-211-14/+28
* ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer2024-05-201-5/+6
* net/ipv6: Fix route deleting failure when metric equals 0xu xin2024-05-161-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-1/+4
|\
| * ipv6: sr: fix invalid unregister error pathHangbin Liu2024-05-101-0/+2
| * ipv6: sr: fix incorrect unregister orderHangbin Liu2024-05-101-1/+1
| * ipv6: sr: add missing seg6_local_exitHangbin Liu2024-05-101-0/+1
* | tcp: rstreason: handle timewait cases in the receive pathJason Xing2024-05-131-1/+1
* | net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert2024-05-131-11/+0
* | net: gro: use cb instead of skb->network_headerRichard Gobert2024-05-132-4/+4
* | Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-131-1/+1
|\ \
| * | netfilter: use NF_DROP instead of -NF_DROPJason Xing2024-05-061-1/+1
* | | net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang2024-05-101-1/+1
* | | tcp: get rid of twsk_unique()Eric Dumazet2024-05-092-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-093-4/+12
|\ \ \ | | |/ | |/|
| * | ipv6: prevent NULL dereference in ip6_output()Eric Dumazet2024-05-081-1/+1
| * | ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet2024-05-081-1/+5
| * | ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida2024-05-081-1/+1
| * | Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-031-1/+5
| |\ \
| | * | xfrm: Preserve vlan tags for transport mode software GROPaul Davey2024-04-261-1/+5
* | | | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-072-2/+3
* | | | rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-071-1/+1
* | | | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-05-062-25/+7
|\ \ \ \
| * | | | xfrm: Add dir validation to "in" data path lookupAntony Antony2024-05-011-0/+7
| * | | | udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony2024-04-182-25/+0
* | | | | net: add heuristic for enabling TCP fraglist GROFelix Fietkau2024-05-061-0/+35
* | | | | net: create tcp_gro_header_pull helper functionFelix Fietkau2024-05-061-5/+13
* | | | | net: add code for TCP fraglist GROFelix Fietkau2024-05-061-0/+9
* | | | | net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau2024-05-061-0/+58
| |_|_|/ |/| | |
* | | | netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-1/+0
* | | | net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-036-19/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-023-2/+5
|\ \ \ \ | | |/ / | |/| |
| * | | net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-023-2/+5