index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-28
tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd
Eric Dumazet
1
-4
/
+7
2022-05-20
tcp: improve PRR loss recovery
Yuchung Cheng
1
-5
/
+5
2022-04-30
tcp: drop skb dst in tcp_rcv_established()
Eric Dumazet
1
-0
/
+1
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+13
2022-04-28
tcp: fix F-RTO may not work correctly when receiving DSACK
Pengcheng Yang
1
-1
/
+2
2022-04-25
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
1
-1
/
+11
2022-04-18
tcp: fix signed/unsigned comparison
Eric Dumazet
1
-2
/
+3
2022-04-17
tcp: add drop reason support to tcp_ofo_queue()
Eric Dumazet
1
-7
/
+2
2022-04-17
tcp: add drop reasons to tcp_rcv_synsent_state_process()
Eric Dumazet
1
-6
/
+9
2022-04-17
tcp: make tcp_rcv_synsent_state_process() drop monitor friend
Eric Dumazet
1
-9
/
+8
2022-04-17
tcp: add drop reason support to tcp_prune_ofo_queue()
Eric Dumazet
1
-1
/
+2
2022-04-17
tcp: add two drop reasons for tcp_ack()
Eric Dumazet
1
-3
/
+4
2022-04-17
tcp: add drop reasons to tcp_rcv_state_process()
Eric Dumazet
1
-7
/
+17
2022-04-17
tcp: make tcp_rcv_state_process() drop monitor friendly
Eric Dumazet
1
-3
/
+7
2022-04-17
tcp: add drop reason support to tcp_validate_incoming()
Eric Dumazet
1
-1
/
+6
2022-04-17
tcp: get rid of rst_seq_match
Eric Dumazet
1
-8
/
+5
2022-04-17
tcp: consume incoming skb leading to a reset
Eric Dumazet
1
-12
/
+16
2022-04-06
tcp: add accessors to read/set tp->snd_cwnd
Eric Dumazet
1
-18
/
+18
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
Menglong Dong
1
-4
/
+6
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue()
Menglong Dong
1
-2
/
+11
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_rcv_established()
Menglong Dong
1
-2
/
+7
2022-02-20
net: tcp: introduce tcp_drop_reason()
Menglong Dong
1
-2
/
+8
2022-02-11
net/smc: Limit SMC visits when handshake workqueue congested
D. Wythe
1
-1
/
+2
2022-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-02-03
tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
Eric Dumazet
1
-0
/
+2
2022-02-02
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
1
-3
/
+5
2022-01-10
tcp: tcp_send_challenge_ack delete useless param `skb`
Benjamin Yim
1
-5
/
+5
2021-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-21
inet: fully convert sk->sk_rx_dst to RCU rules
Eric Dumazet
1
-1
/
+1
2021-11-16
tcp: tp->urg_data is unlikely to be set
Eric Dumazet
1
-2
/
+2
2021-11-16
tcp: annotate races around tp->urg_data
Eric Dumazet
1
-2
/
+2
2021-09-30
tcp: adjust rcv_ssthresh according to sk_reserved_mem
Wei Wang
1
-2
/
+10
2021-09-30
tcp: adjust sndbuf according to sk_reserved_mem
Wei Wang
1
-2
/
+12
2021-09-24
tcp: tracking packets with CE marks in BW rate sample
Yuchung Cheng
1
-6
/
+5
2021-09-14
tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
zhenggy
1
-1
/
+1
2021-07-27
tcp: more accurately check DSACKs to grow RACK reordering window
Neal Cardwell
1
-1
/
+8
2021-07-27
tcp: more accurately detect spurious TLP probes
Yuchung Cheng
1
-1
/
+4
2021-07-21
tcp: tweak len/truesize ratio for coalesce candidates
Eric Dumazet
1
-8
/
+30
2021-07-21
tcp: avoid indirect call in tcp_new_space()
Eric Dumazet
1
-1
/
+1
2021-07-10
mptcp: avoid processing packet if a subflow reset
Jianguo Wu
1
-4
/
+15
2021-07-06
tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
Nguyen Dinh Phi
1
-1
/
+1
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2021-06-04
net: tcp better handling of reordering then loss cases
Yuchung Cheng
1
-19
/
+26
2021-05-15
tcp: add tracepoint for checksum errors
Jakub Kicinski
1
-0
/
+1
2021-03-12
tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()
Eric Dumazet
1
-6
/
+4
2021-02-16
tcp: tcp_data_ready() must look at SOCK_DONE
Eric Dumazet
1
-1
/
+1
2021-02-13
tcp: factorize logic into tcp_epollin_ready()
Eric Dumazet
1
-9
/
+2
2021-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+8
2021-01-24
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Pengcheng Yang
1
-4
/
+6
2021-01-24
tcp: make TCP_USER_TIMEOUT accurate for zero window probes
Enke Chen
1
-2
/
+2
[next]