Age | Commit message (Expand) | Author |
2023-12-11 | ipv6: annotate data-races around np->ucast_oif | Eric Dumazet |
2023-12-11 | ipv6: annotate data-races around np->mcast_oif | Eric Dumazet |
2023-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-12-06 | net/tcp: Consistently align TCP-AO option in the header | Dmitry Safonov |
2023-11-30 | ipv6: fix potential NULL deref in fib6_add() | Eric Dumazet |
2023-11-29 | tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check() | Kuniyuki Iwashima |
2023-11-29 | tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check(). | Kuniyuki Iwashima |
2023-11-29 | tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie(). | Kuniyuki Iwashima |
2023-11-29 | tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock(). | Kuniyuki Iwashima |
2023-11-29 | tcp: Don't pass cookie to __cookie_v[46]_check(). | Kuniyuki Iwashima |
2023-11-29 | tcp: Clean up goto labels in cookie_v[46]_check(). | Kuniyuki Iwashima |
2023-11-29 | tcp: Cache sock_net(sk) in cookie_v[46]_check(). | Kuniyuki Iwashima |
2023-11-29 | tcp: Clean up reverse xmas tree in cookie_v[46]_check(). | Kuniyuki Iwashima |
2023-11-16 | tcp: no longer abort SYN_SENT when receiving some ICMP | Eric Dumazet |
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 |