index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
syncookies.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: Clear req->syncookie in reqsk_alloc().
Kuniyuki Iwashima
2024-03-19
1
-0
/
+3
*
tcp: use drop reasons in cookie check for ipv4
Jason Xing
2024-02-28
1
-6
/
+13
*
tcp: directly drop skb in cookie check for ipv4
Jason Xing
2024-02-28
1
-0
/
+4
*
bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().
Kuniyuki Iwashima
2024-01-23
1
-4
/
+27
*
tcp: Move tcp_ns_to_ts() to tcp.h
Kuniyuki Iwashima
2024-01-23
1
-9
/
+0
*
tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()
Kuniyuki Iwashima
2023-11-29
1
-49
/
+57
*
tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().
Kuniyuki Iwashima
2023-11-29
1
-31
/
+37
*
tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().
Kuniyuki Iwashima
2023-11-29
1
-12
/
+4
*
tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().
Kuniyuki Iwashima
2023-11-29
1
-4
/
+3
*
tcp: Don't pass cookie to __cookie_v[46]_check().
Kuniyuki Iwashima
2023-11-29
1
-7
/
+8
*
tcp: Clean up goto labels in cookie_v[46]_check().
Kuniyuki Iwashima
2023-11-29
1
-11
/
+11
*
tcp: Cache sock_net(sk) in cookie_v[46]_check().
Kuniyuki Iwashima
2023-11-29
1
-10
/
+11
*
tcp: Clean up reverse xmas tree in cookie_v[46]_check().
Kuniyuki Iwashima
2023-11-29
1
-5
/
+5
*
tcp: fix fastopen code vs usec TS
Eric Dumazet
2023-11-03
1
-1
/
+1
*
net/tcp: Wire up l3index to TCP-AO
Dmitry Safonov
2023-10-27
1
-2
/
+4
*
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
2023-10-27
1
-0
/
+2
*
tcp: add support for usec resolution in TCP TS values
Eric Dumazet
2023-10-23
1
-1
/
+5
*
tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.c
Eric Dumazet
2023-10-23
1
-1
/
+9
*
tcp: fix cookie_init_timestamp() overflows
Eric Dumazet
2023-10-23
1
-13
/
+7
*
tcp: Set route scope properly in cookie_v4_check().
Guillaume Nault
2023-06-06
1
-2
/
+2
*
mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
Matthieu Baerts
2022-12-12
1
-4
/
+3
*
tcp: Fix data-races around sysctl knobs related to SYN option.
Kuniyuki Iwashima
2022-07-20
1
-3
/
+3
*
tcp: Fix data-races around sysctl_tcp_syncookies.
Kuniyuki Iwashima
2022-07-18
1
-1
/
+2
*
tcp: Fix data-races around sysctl_tcp_ecn.
Kuniyuki Iwashima
2022-07-13
1
-1
/
+1
*
tcp: make sure treq->af_specific is initialized
Eric Dumazet
2022-04-25
1
-1
/
+7
*
net: align static siphash keys
Eric Dumazet
2021-11-16
1
-1
/
+1
*
net/ipv4/syncookies.c: remove superfluous header files from syncookies.c
Mianhan Liu
2021-09-21
1
-2
/
+0
*
Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-12-16
1
-1
/
+1
|
\
|
*
lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
Paul Moore
2020-11-23
1
-1
/
+1
*
|
net: Update window_clamp if SOCK_RCVBUF is set
Mao Wenan
2020-11-10
1
-2
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-05
1
-1
/
+1
|
\
|
*
tcp: fix syn cookied MPTCP request socket leak
Paolo Abeni
2020-10-02
1
-1
/
+1
*
|
tcp: record received TOS value in the request socket
Wei Wang
2020-09-10
1
-3
/
+3
|
/
*
tcp: fix build fong CONFIG_MPTCP=n
Eric Dumazet
2020-08-01
1
-2
/
+3
*
mptcp: enable JOIN requests even if cookies are in use
Florian Westphal
2020-07-31
1
-0
/
+6
*
tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
Florian Westphal
2020-07-31
1
-4
/
+34
*
mptcp: handle tcp fallback when using syn cookies
Florian Westphal
2020-01-29
1
-0
/
+4
*
tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp
Eric Dumazet
2019-11-07
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
tcp: free request sock directly upon TFO or syncookies error
Guillaume Nault
2019-03-19
1
-9
/
+8
*
tcp: handle inet_csk_reqsk_queue_add() failures
Guillaume Nault
2019-03-08
1
-1
/
+6
*
tcp: provide earliest departure time in skb->tstamp
Eric Dumazet
2018-09-21
1
-1
/
+1
*
net/ipv4: disable SMC TCP option with SYN Cookies
Hans Wippel
2018-03-25
1
-0
/
+2
*
tcp: Namespace-ify sysctl_tcp_workaround_signed_windows
Eric Dumazet
2017-10-28
1
-1
/
+1
*
tcp/dccp: fix ireq->opt races
Eric Dumazet
2017-10-21
1
-1
/
+1
*
ip/options: explicitly provide net ns to __ip_options_echo()
Paolo Abeni
2017-08-06
1
-1
/
+1
*
ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
Alexander Potapenko
2017-07-18
1
-0
/
+1
*
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-1
/
+1
*
tcp: Namespaceify sysctl_tcp_timestamps
Eric Dumazet
2017-06-08
1
-2
/
+4
*
tcp: Namespaceify sysctl_tcp_window_scaling
Eric Dumazet
2017-06-08
1
-1
/
+1
[next]