summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2023-10-091-0/+1
| | |_|/ / | |/| | |
* | | | | net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo2023-10-131-4/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-3/+7
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets2023-10-031-3/+7
| | |_|/ | |/| |
* | | | net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr2023-10-031-13/+25
* | | | ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani2023-10-031-2/+3
* | | | net: implement lockless SO_PRIORITYEric Dumazet2023-10-013-4/+4
| |/ / |/| |
* | | ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet2023-09-193-11/+12
* | | ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-157-15/+15
* | | ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-154-13/+12
* | | ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2023-09-152-9/+7
* | | ipv6: move np->repflow to atomic flagsEric Dumazet2023-09-153-13/+12
* | | ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-155-22/+19
* | | ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-156-11/+10
* | | ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2023-09-152-13/+10
* | | ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet2023-09-153-10/+8
* | | ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2023-09-152-10/+9
* | | ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet2023-09-151-16/+15
* | | ipv6: lockless IPV6_MTU implementationEric Dumazet2023-09-152-16/+18
* | | ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-152-14/+17
* | | ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-153-12/+10
* | | ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet2023-09-154-12/+14
* | | ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gavrilov Ilia2023-09-141-2/+0
* | | udplite: fix various data-racesEric Dumazet2023-09-141-4/+5
* | | udplite: remove UDPLITE_BITEric Dumazet2023-09-141-1/+0
* | | udp: annotate data-races around udp->encap_typeEric Dumazet2023-09-142-4/+5
* | | udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-09-141-1/+1
* | | udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-09-141-1/+1
* | | udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2023-09-141-3/+3
* | | udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-09-141-2/+2
* | | udp: introduce udp->udp_flagsEric Dumazet2023-09-141-3/+3
* | | net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-121-2/+2
|/ /
* | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-078-9/+10
|\|
| * net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie2023-09-041-1/+1
| * ipv6: ignore dst hint for multipath routesSriram Yagnaraman2023-09-012-1/+5
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-014-4/+4
| * net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2023-08-302-3/+0
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-297-9/+33
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-156-8/+31
| * netfilter: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-251-1/+1
|\ \
| * | lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-08-181-1/+1
* | | net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2023-08-222-8/+3
* | | ipv6: do not match device when remove source routeHangbin Liu2023-08-201-5/+2
* | | net: release reference to inet6_dev pointerPatrick Rohr2023-08-201-1/+1
* | | net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-182-3/+3
|\ \ \ | |/ / |/| |
| * | ipv6: fix indentation of a config attributePrasad Pandit2023-08-161-1/+1
| * | Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-08-161-2/+2
| |\ \
| | * | ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao2023-07-111-2/+2
| | |/