summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | | net/tcp: Add static_key for TCP-AODmitry Safonov2023-10-271-11/+14
* | | net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov2023-10-271-0/+7
* | | net/tcp: Add TCP-AO SNE supportDmitry Safonov2023-10-271-1/+2
* | | net/tcp: Add TCP-AO segments countersDmitry Safonov2023-10-271-2/+2
* | | net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov2023-10-272-9/+11
* | | net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov2023-10-272-0/+23
* | | net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-273-15/+100
* | | net/tcp: Add TCP-AO sign to twskDmitry Safonov2023-10-271-19/+53
* | | net/tcp: Add AO sign to RST packetsDmitry Safonov2023-10-271-27/+71
* | | net/tcp: Add tcp_parse_auth_options()Dmitry Safonov2023-10-271-4/+7
* | | net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov2023-10-272-0/+30
* | | net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-272-0/+51
* | | net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2023-10-272-4/+39
* | | net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2023-10-273-15/+44
* | | net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov2023-10-271-33/+27
* | | netlink: make range pointers in policies constJakub Kicinski2023-10-261-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-1/+1
|\ \ \
| * | | 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