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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-20
/
+31
|
\
|
*
tcp: Fix data-races around sysctl_tcp_max_reordering.
Kuniyuki Iwashima
2022-07-20
1
-2
/
+2
|
*
tcp: Fix a data-race around sysctl_tcp_stdurg.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+1
|
*
tcp: Fix data-races around sysctl_tcp_recovery.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+2
|
*
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_max_syn_backlog.
Kuniyuki Iwashima
2022-07-18
1
-2
/
+4
|
*
tcp: Fix data-races around sysctl_tcp_reordering.
Kuniyuki Iwashima
2022-07-18
1
-3
/
+7
|
*
tcp: Fix data-races around sysctl_tcp_syncookies.
Kuniyuki Iwashima
2022-07-18
1
-8
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-15
1
-1
/
+1
|
\
|
|
*
tcp: Fix data-races around sysctl_tcp_ecn.
Kuniyuki Iwashima
2022-07-13
1
-1
/
+1
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-18
1
-1
/
+2
|
\
\
|
*
|
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
2022-06-17
1
-1
/
+2
|
|
/
*
|
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
2022-06-11
1
-4
/
+0
*
|
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
2022-06-11
1
-1
/
+1
|
/
*
tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd
Eric Dumazet
2022-05-28
1
-4
/
+7
*
tcp: improve PRR loss recovery
Yuchung Cheng
2022-05-20
1
-5
/
+5
*
tcp: drop skb dst in tcp_rcv_established()
Eric Dumazet
2022-04-30
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-28
1
-2
/
+13
|
\
|
*
tcp: fix F-RTO may not work correctly when receiving DSACK
Pengcheng Yang
2022-04-28
1
-1
/
+2
|
*
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2022-04-25
1
-1
/
+11
*
|
tcp: fix signed/unsigned comparison
Eric Dumazet
2022-04-18
1
-2
/
+3
*
|
tcp: add drop reason support to tcp_ofo_queue()
Eric Dumazet
2022-04-17
1
-7
/
+2
*
|
tcp: add drop reasons to tcp_rcv_synsent_state_process()
Eric Dumazet
2022-04-17
1
-6
/
+9
*
|
tcp: make tcp_rcv_synsent_state_process() drop monitor friend
Eric Dumazet
2022-04-17
1
-9
/
+8
*
|
tcp: add drop reason support to tcp_prune_ofo_queue()
Eric Dumazet
2022-04-17
1
-1
/
+2
*
|
tcp: add two drop reasons for tcp_ack()
Eric Dumazet
2022-04-17
1
-3
/
+4
*
|
tcp: add drop reasons to tcp_rcv_state_process()
Eric Dumazet
2022-04-17
1
-7
/
+17
*
|
tcp: make tcp_rcv_state_process() drop monitor friendly
Eric Dumazet
2022-04-17
1
-3
/
+7
*
|
tcp: add drop reason support to tcp_validate_incoming()
Eric Dumazet
2022-04-17
1
-1
/
+6
*
|
tcp: get rid of rst_seq_match
Eric Dumazet
2022-04-17
1
-8
/
+5
*
|
tcp: consume incoming skb leading to a reset
Eric Dumazet
2022-04-17
1
-12
/
+16
*
|
tcp: add accessors to read/set tp->snd_cwnd
Eric Dumazet
2022-04-06
1
-18
/
+18
|
/
*
net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
Menglong Dong
2022-02-20
1
-4
/
+6
*
net: tcp: use tcp_drop_reason() for tcp_data_queue()
Menglong Dong
2022-02-20
1
-2
/
+11
*
net: tcp: use tcp_drop_reason() for tcp_rcv_established()
Menglong Dong
2022-02-20
1
-2
/
+7
*
net: tcp: introduce tcp_drop_reason()
Menglong Dong
2022-02-20
1
-2
/
+8
*
net/smc: Limit SMC visits when handshake workqueue congested
D. Wythe
2022-02-11
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-04
1
-0
/
+2
|
\
|
*
tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
Eric Dumazet
2022-02-03
1
-0
/
+2
*
|
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
2022-02-02
1
-3
/
+5
|
/
*
tcp: tcp_send_challenge_ack delete useless param `skb`
Benjamin Yim
2022-01-10
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-24
1
-1
/
+1
|
\
|
*
inet: fully convert sk->sk_rx_dst to RCU rules
Eric Dumazet
2021-12-21
1
-1
/
+1
*
|
tcp: tp->urg_data is unlikely to be set
Eric Dumazet
2021-11-16
1
-2
/
+2
*
|
tcp: annotate races around tp->urg_data
Eric Dumazet
2021-11-16
1
-2
/
+2
|
/
*
tcp: adjust rcv_ssthresh according to sk_reserved_mem
Wei Wang
2021-09-30
1
-2
/
+10
*
tcp: adjust sndbuf according to sk_reserved_mem
Wei Wang
2021-09-30
1
-2
/
+12
*
tcp: tracking packets with CE marks in BW rate sample
Yuchung Cheng
2021-09-24
1
-6
/
+5
*
tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
zhenggy
2021-09-14
1
-1
/
+1
*
tcp: more accurately check DSACKs to grow RACK reordering window
Neal Cardwell
2021-07-27
1
-1
/
+8
[next]