summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: ipv6: fix typo in commentsDeming Wang2023-10-251-1/+1
* | | | net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie2023-10-251-5/+13
* | | | net: ipv6/addrconf: clamp preferred_lft to the maximum allowedAlex Henrie2023-10-251-0/+1
* | | | ipv6: avoid atomic fragment on GSO packetsYan Zhai2023-10-251-1/+7
* | | | ipv6: refactor ip6_finish_output for GSO handlingYan Zhai2023-10-251-7/+15
* | | | ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-253-15/+3
* | | | tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-231-0/+1
* | | | tcp: replace tcp_time_stamp_raw()Eric Dumazet2023-10-231-2/+2
* | | | ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani2023-10-231-15/+18
* | | | ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani2023-10-231-3/+1
* | | | ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani2023-10-232-68/+69
* | | | net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo2023-10-205-8/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-192-3/+5
|\| | |
| * | | Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-10-172-3/+5
| |\ \ \
| | * | | net: ipv6: fix return value check in esp_remove_trailerMa Ke2023-10-101-1/+3
| | * | | xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong2023-09-201-2/+2
* | | | | netfilter: xt_mangle: only check verdict part of return valueFlorian Westphal2023-10-181-4/+5
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-164-8/+12
|\ \ \ \ \
| * | | | | bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-114-8/+11
| * | | | | 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