Age | Commit message (Expand) | Author | Files | Lines |
2023-11-09 | Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 5 | -3/+8 |
2023-11-08 | netfilter: add missing module descriptions | Florian Westphal | 4 | -0/+4 |
2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -11/+8 |
2023-11-02 | dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses. | Kuniyuki Iwashima | 1 | -3/+4 |
2023-10-30 | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 6 | -27/+95 |
2023-10-27 | net: ipv6: stop checking crypto_ahash_alignmask | Eric Biggers | 1 | -10/+7 |
2023-10-27 | net/tcp: Wire up l3index to TCP-AO | Dmitry Safonov | 3 | -16/+25 |
2023-10-27 | net/tcp: Add static_key for TCP-AO | Dmitry Safonov | 1 | -11/+14 |
2023-10-27 | net/tcp: Ignore specific ICMPs for TCP-AO connections | Dmitry Safonov | 1 | -0/+7 |
2023-10-27 | net/tcp: Add TCP-AO SNE support | Dmitry Safonov | 1 | -1/+2 |
2023-10-27 | net/tcp: Add TCP-AO segments counters | Dmitry Safonov | 1 | -2/+2 |
2023-10-27 | net/tcp: Verify inbound TCP-AO signed segments | Dmitry Safonov | 2 | -9/+11 |
2023-10-27 | net/tcp: Sign SYN-ACK segments with TCP-AO | Dmitry Safonov | 2 | -0/+23 |
2023-10-27 | net/tcp: Wire TCP-AO to request sockets | Dmitry Safonov | 3 | -15/+100 |
2023-10-27 | net/tcp: Add TCP-AO sign to twsk | Dmitry Safonov | 1 | -19/+53 |
2023-10-27 | net/tcp: Add AO sign to RST packets | Dmitry Safonov | 1 | -27/+71 |
2023-10-27 | net/tcp: Add tcp_parse_auth_options() | Dmitry Safonov | 1 | -4/+7 |
2023-10-27 | net/tcp: Add TCP-AO sign to outgoing packets | Dmitry Safonov | 2 | -0/+30 |
2023-10-27 | net/tcp: Calculate TCP-AO traffic keys | Dmitry Safonov | 2 | -0/+51 |
2023-10-27 | net/tcp: Prevent TCP-MD5 with TCP-AO being set | Dmitry Safonov | 2 | -4/+39 |
2023-10-27 | net/tcp: Introduce TCP_AO setsockopt()s | Dmitry Safonov | 3 | -15/+44 |
2023-10-27 | net/tcp: Prepare tcp_md5sig_pool for TCP-AO | Dmitry Safonov | 1 | -33/+27 |
2023-10-26 | netlink: make range pointers in policies const | Jakub Kicinski | 1 | -1/+1 |
2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2023-10-25 | net: ipv6/addrconf: clamp preferred_lft to the minimum required | Alex Henrie | 1 | -5/+13 |
2023-10-25 | net: ipv6/addrconf: clamp preferred_lft to the maximum allowed | Alex Henrie | 1 | -0/+1 |
2023-10-25 | ipv6: avoid atomic fragment on GSO packets | Yan Zhai | 1 | -1/+7 |
2023-10-25 | ipv6: refactor ip6_finish_output for GSO handling | Yan Zhai | 1 | -7/+15 |
2023-10-25 | ipv6: drop feature RTAX_FEATURE_ALLFRAG | Yan Zhai | 3 | -15/+3 |
2023-10-25 | net: ipv6: fix typo in comments | Deming Wang | 1 | -1/+1 |
2023-10-23 | tcp: add support for usec resolution in TCP TS values | Eric Dumazet | 1 | -0/+1 |
2023-10-23 | tcp: replace tcp_time_stamp_raw() | Eric Dumazet | 1 | -2/+2 |
2023-10-23 | ipv6: add new arguments to udp_tunnel6_dst_lookup() | Beniamino Galvani | 1 | -15/+18 |
2023-10-23 | ipv6: remove "proto" argument from udp_tunnel6_dst_lookup() | Beniamino Galvani | 1 | -3/+1 |
2023-10-23 | ipv6: rename and move ip6_dst_lookup_tunnel() | Beniamino Galvani | 2 | -68/+69 |
2023-10-23 | xfrm Fix use after free in __xfrm6_udp_encap_rcv. | Steffen Klassert | 1 | -3/+6 |
2023-10-20 | net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams. | Heng Guo | 5 | -8/+10 |
2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+5 |
2023-10-18 | netfilter: xt_mangle: only check verdict part of return value | Florian Westphal | 1 | -4/+5 |
2023-10-17 | Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 2 | -3/+5 |
2023-10-16 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 4 | -8/+12 |
2023-10-13 | net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check | Heng Guo | 1 | -4/+2 |
2023-10-11 | bpf: Propagate modified uaddrlen from cgroup sockaddr programs | Daan De Meyer | 4 | -8/+11 |
2023-10-10 | net: ipv6: fix return value check in esp_remove_trailer | Ma Ke | 1 | -1/+3 |
2023-10-09 | bpf: Derive source IP addr via bpf_*_fib_lookup() | Martynas Pumputis | 1 | -0/+1 |
2023-10-06 | xfrm: pass struct net to xfrm_decode_session wrappers | Florian Westphal | 3 | -4/+4 |
2023-10-06 | xfrm: Support GRO for IPv6 ESP in UDP encapsulation | Steffen Klassert | 3 | -20/+85 |
2023-10-06 | xfrm: Use the XFRM_GRO to indicate a GRO call on input | Steffen Klassert | 1 | -1/+1 |
2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+7 |
2023-10-03 | net: add sysctl to disable rfc4862 5.5.3e lifetime handling | Patrick Rohr | 1 | -13/+25 |