Age | Commit message (Expand) | Author |
2024-06-19 | tcp: use sk_skb_reason_drop to free rx packets | Yan Zhai |
2024-04-05 | tcp: annotate data-races around tp->window_clamp | Eric Dumazet |
2024-03-19 | tcp: Clear req->syncookie in reqsk_alloc(). | Kuniyuki Iwashima |
2024-02-28 | tcp: use drop reasons in cookie check for ipv4 | Jason Xing |
2024-02-28 | tcp: directly drop skb in cookie check for ipv4 | Jason Xing |
2024-01-23 | bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check(). | Kuniyuki Iwashima |
2024-01-23 | tcp: Move tcp_ns_to_ts() to tcp.h | Kuniyuki Iwashima |
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-03 | tcp: fix fastopen code vs usec TS | Eric Dumazet |
2023-10-27 | net/tcp: Wire up l3index to TCP-AO | Dmitry Safonov |
2023-10-27 | net/tcp: Wire TCP-AO to request sockets | Dmitry Safonov |
2023-10-23 | tcp: add support for usec resolution in TCP TS values | Eric Dumazet |
2023-10-23 | tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.c | Eric Dumazet |
2023-10-23 | tcp: fix cookie_init_timestamp() overflows | Eric Dumazet |
2023-06-06 | tcp: Set route scope properly in cookie_v4_check(). | Guillaume Nault |
2022-12-12 | mptcp: remove MPTCP 'ifdef' in TCP SYN cookies | Matthieu Baerts |
2022-07-20 | tcp: Fix data-races around sysctl knobs related to SYN option. | Kuniyuki Iwashima |
2022-07-18 | tcp: Fix data-races around sysctl_tcp_syncookies. | Kuniyuki Iwashima |
2022-07-13 | tcp: Fix data-races around sysctl_tcp_ecn. | Kuniyuki Iwashima |
2022-04-25 | tcp: make sure treq->af_specific is initialized | Eric Dumazet |
2021-11-16 | net: align static siphash keys | Eric Dumazet |
2021-09-21 | net/ipv4/syncookies.c: remove superfluous header files from syncookies.c | Mianhan Liu |
2020-12-16 | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-11-23 | lsm,selinux: pass flowi_common instead of flowi to the LSM hooks | Paul Moore |
2020-11-10 | net: Update window_clamp if SOCK_RCVBUF is set | Mao Wenan |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-10-02 | tcp: fix syn cookied MPTCP request socket leak | Paolo Abeni |
2020-09-10 | tcp: record received TOS value in the request socket | Wei Wang |
2020-08-01 | tcp: fix build fong CONFIG_MPTCP=n | Eric Dumazet |
2020-07-31 | mptcp: enable JOIN requests even if cookies are in use | Florian Westphal |
2020-07-31 | tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option | Florian Westphal |
2020-01-29 | mptcp: handle tcp fallback when using syn cookies | Florian Westphal |
2019-11-07 | tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp | Eric Dumazet |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-03-19 | tcp: free request sock directly upon TFO or syncookies error | Guillaume Nault |
2019-03-08 | tcp: handle inet_csk_reqsk_queue_add() failures | Guillaume Nault |
2018-09-21 | tcp: provide earliest departure time in skb->tstamp | Eric Dumazet |
2018-03-25 | net/ipv4: disable SMC TCP option with SYN Cookies | Hans Wippel |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_workaround_signed_windows | Eric Dumazet |
2017-10-21 | tcp/dccp: fix ireq->opt races | Eric Dumazet |
2017-08-06 | ip/options: explicitly provide net ns to __ip_options_echo() | Paolo Abeni |
2017-07-18 | ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() | Alexander Potapenko |
2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena |