summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-061-1/+1
* ipv6: fix potential NULL deref in fib6_add()Eric Dumazet2023-11-301-5/+1
* Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-095-3/+8
|\
| * netfilter: add missing module descriptionsFlorian Westphal2023-11-084-0/+4
| * dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2023-11-021-3/+4
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-021-11/+8
|\ \ | |/ |/|
| * net: ipv6: stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-10/+7
| * ah: Do not include crypto/algapi.hHerbert Xu2023-09-151-1/+1
* | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-306-27/+95
|\ \
| * | xfrm Fix use after free in __xfrm6_udp_encap_rcv.Steffen Klassert2023-10-231-3/+6
| * | xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-063-4/+4
| * | xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert2023-10-063-20/+85
| * | xfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert2023-10-061-1/+1
* | | net/tcp: Wire up l3index to TCP-AODmitry Safonov2023-10-273-16/+25
* | | 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