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