index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
request_sock.h
Age
Commit message (
Expand
)
Author
2025-09-22
tcp: reclaim 8 bytes in struct request_sock_queue
Eric Dumazet
2025-06-27
tcp: remove inet_rtx_syn_ack()
Eric Dumazet
2025-06-27
tcp: remove rtx_syn_ack field
Eric Dumazet
2024-06-06
tcp: move reqsk_alloc() to inet_connection_sock.c
Eric Dumazet
2024-06-06
tcp: small changes in reqsk_put() and reqsk_free()
Eric Dumazet
2024-05-27
tcp: reduce accepted window in NEW_SYN_RECV state
Eric Dumazet
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-04-26
rstreason: prepare for passive reset
Jason Xing
2024-04-25
mm: change inlined allocation helpers to account at the call site
Suren Baghdasaryan
2024-03-19
tcp: Clear req->syncookie in reqsk_alloc().
Kuniyuki Iwashima
2024-01-23
bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock().
Kuniyuki Iwashima
2024-01-23
tcp: Move skb_steal_sock() to request_sock.h
Kuniyuki Iwashima
2022-02-02
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
2020-08-24
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
2020-08-24
tcp: Use a struct to represent a saved_syn
Martin KaFai Lau
2020-07-31
tcp: rename request_sock cookie_ts bit to syncookie
Florian Westphal
2019-10-09
net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head
Eric Dumazet
2019-06-19
inet: clear num_timeout reqsk_alloc()
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-09
net: keep refcount warning in reqsk_free()
Guillaume Nault
2017-10-20
tcp: socket option to set TCP fast open key
Yuchung Cheng
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-05-23
net: make struct request_sock_ops::obj_size unsigned
Alexey Dobriyan
2016-12-29
ipv4: Namespaceify tcp_max_syn_backlog knob
Haishuang Yan
2016-04-04
inet: reqsk_alloc() needs to take care of dead listeners
Eric Dumazet
2015-12-22
net: add inet_sk_transparent() helper
Florian Westphal
2015-10-16
tcp/dccp: fix race at listener dismantle phase
Eric Dumazet
2015-10-12
net: shrink struct sock and request_sock by 8 bytes
Eric Dumazet
2015-10-12
net: align sk_refcnt on 128 bytes boundary
Eric Dumazet
2015-10-05
tcp: avoid two atomic ops for syncookies
Eric Dumazet
2015-10-05
net: use sk_fullsock() in __netdev_pick_tx()
Eric Dumazet
2015-10-03
tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request sockets
Eric Dumazet
2015-10-03
tcp: remove max_qlen_log
Eric Dumazet
2015-10-03
tcp/dccp: remove struct listen_sock
Eric Dumazet
2015-10-03
tcp/dccp: shrink struct listen_sock
Eric Dumazet
2015-10-03
tcp/dccp: install syn_recv requests into ehash table
Eric Dumazet
2015-10-03
tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()
Eric Dumazet
2015-10-03
tcp: move synflood_warned into struct request_sock_queue
Eric Dumazet
2015-10-03
tcp: move qlen/young out of struct listen_sock
Eric Dumazet
2015-10-03
tcp: add a spinlock to protect struct request_sock_queue
Eric Dumazet
2015-09-29
tcp: prepare fastopen code for upcoming listener changes
Eric Dumazet
2015-09-29
tcp: constify tcp_syn_flood_action() socket argument
Eric Dumazet
2015-09-29
tcp/dccp: constify send_synack and send_reset socket argument
Eric Dumazet
2015-09-25
inet: constify inet_rtx_syn_ack() sock argument
Eric Dumazet
2015-09-25
tcp/dccp: constify rtx_synack() and friends
Eric Dumazet
2015-05-05
tcp: provide SYN headers for passive connections
Eric Dumazet
2015-04-24
inet: fix possible panic in reqsk_queue_unlink()
Eric Dumazet
2015-03-23
net: convert syn_wait_lock to a spinlock
Eric Dumazet
2015-03-23
inet: remove sk_listener parameter from syn_ack_timeout()
Eric Dumazet
[next]