index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: add support for skbs with unreadable frags
Mina Almasry
2024-09-12
1
-3
/
+10
*
tcp: Update window clamping condition
Subash Abhinov Kasiviswanathan
2024-08-14
1
-16
/
+12
*
tcp: Adjust clamping window for applications specifying SO_RCVBUF
Subash Abhinov Kasiviswanathan
2024-07-29
1
-7
/
+16
*
tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
Matthieu Baerts (NGI0)
2024-07-25
1
-3
/
+0
*
tcp: Don't drop SYN+ACK for simultaneous connect().
Kuniyuki Iwashima
2024-07-14
1
-0
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-11
1
-1
/
+10
|
\
|
*
tcp: fix incorrect undo caused by DSACK of TLP retransmit
Neal Cardwell
2024-07-06
1
-1
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-04
1
-1
/
+8
|
\
|
|
*
tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.
Kuniyuki Iwashima
2024-07-04
1
-0
/
+7
|
*
UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
Neal Cardwell
2024-06-28
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-27
1
-12
/
+33
|
\
|
|
*
tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
Neal Cardwell
2024-06-26
1
-11
/
+27
|
*
Fix race for duplicate reqsk on identical SYN
luoxuanqiang
2024-06-25
1
-1
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-20
1
-0
/
+1
|
\
|
|
*
tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
Eric Dumazet
2024-06-18
1
-0
/
+1
*
|
tcp: use sk_skb_reason_drop to free rx packets
Yan Zhai
2024-06-19
1
-1
/
+1
*
|
net/tcp: Add tcp-md5 and tcp-ao tracepoints
Dmitry Safonov
2024-06-12
1
-2
/
+6
*
|
tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()
Eric Dumazet
2024-06-06
1
-25
/
+0
*
|
tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()
Jakub Kicinski
2024-06-04
1
-8
/
+3
*
|
tcp: add tcp_done_with_error() helper
Eric Dumazet
2024-05-30
1
-11
/
+21
|
/
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-05-14
1
-1
/
+1
|
\
|
*
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
2024-05-03
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-09
1
-0
/
+2
|
\
\
|
*
|
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
2024-05-03
1
-0
/
+2
*
|
|
net: add <net/proto_memory.h>
Eric Dumazet
2024-05-01
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-04-29
1
-2
/
+2
|
\
\
|
*
|
bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
Philo Lu
2024-04-25
1
-2
/
+2
|
|
/
*
|
tcp: accept bare FIN packets under memory pressure
Eric Dumazet
2024-04-17
1
-1
/
+11
*
|
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
2024-04-09
1
-10
/
+16
*
|
tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
Eric Dumazet
2024-04-09
1
-1
/
+1
*
|
net: skbuff: generalize the skb->decrypted bit
Jakub Kicinski
2024-04-06
1
-9
/
+3
*
|
tcp: annotate data-races around tp->window_clamp
Eric Dumazet
2024-04-06
1
-7
/
+10
*
|
inet: preserve const qualifier in inet_csk()
Eric Dumazet
2024-04-02
1
-1
/
+1
|
/
*
tcp: add dropreasons in tcp_rcv_state_process()
Jason Xing
2024-02-28
1
-7
/
+12
*
tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()
Jason Xing
2024-02-28
1
-1
/
+4
*
tcp: Spelling s/curcuit/circuit/
Geert Uytterhoeven
2024-02-16
1
-1
/
+1
*
tcp: no need to use acceptable for conn_request
Jason Xing
2024-02-15
1
-4
/
+1
*
net: tcp: accept old ack during closing
Menglong Dong
2024-01-30
1
-7
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-15
1
-2
/
+20
|
\
|
*
tcp: fix tcp_disordered_ack() vs usec TS resolution
Eric Dumazet
2023-12-09
1
-2
/
+20
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-08
1
-3
/
+8
|
\
|
|
*
tcp: do not accept ACK of bytes we never sent
Eric Dumazet
2023-12-07
1
-1
/
+5
|
*
net/tcp: Don't store TCP-AO maclen on reqsk
Dmitry Safonov
2023-12-06
1
-2
/
+3
*
|
tcp: tcp_gro_dev_warn() cleanup
Eric Dumazet
2023-12-02
1
-18
/
+11
|
/
*
tcp: fix fastopen code vs usec TS
Eric Dumazet
2023-11-03
1
-3
/
+4
*
net/tcp: Add static_key for TCP-AO
Dmitry Safonov
2023-10-27
1
-14
/
+28
*
net/tcp: Add TCP-AO SNE support
Dmitry Safonov
2023-10-27
1
-0
/
+28
*
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
2023-10-27
1
-0
/
+15
*
net/tcp: Add tcp_parse_auth_options()
Dmitry Safonov
2023-10-27
1
-10
/
+29
*
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
2023-10-27
1
-0
/
+2
[next]