index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-02-02
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-09
tcp: tcp_send_challenge_ack delete useless param `skb`
Benjamin Yim
1
-5
/
+5
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-20
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-09
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-03
net: tcp better handling of reordering then loss cases
Yuchung Cheng
1
-19
/
+26
2021-05-14
tcp: add tracepoint for checksum errors
Jakub Kicinski
1
-0
/
+1
2021-03-11
tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()
Eric Dumazet
1
-6
/
+4
2021-02-15
tcp: tcp_data_ready() must look at SOCK_DONE
Eric Dumazet
1
-1
/
+1
2021-02-12
tcp: factorize logic into tcp_epollin_ready()
Eric Dumazet
1
-9
/
+2
2021-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+8
2021-01-23
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Pengcheng Yang
1
-4
/
+6
2021-01-23
tcp: make TCP_USER_TIMEOUT accurate for zero window probes
Enke Chen
1
-2
/
+2
2021-01-22
tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
1
-8
/
+8
2021-01-19
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
1
-3
/
+2
2021-01-18
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
1
-0
/
+1
2020-12-14
tcp: Add logic to check for SYN w/ data in tcp_simple_retransmit
Alexander Duyck
1
-1
/
+16
2020-12-14
tcp: parse mptcp options contained in reset packets
Florian Westphal
1
-5
/
+8
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2020-12-08
tcp: select sane initial rcvq_space.space for big MSS
Eric Dumazet
1
-1
/
+2
2020-12-03
tcp: merge 'init_req' and 'route_req' functions
Florian Westphal
1
-7
/
+2
2020-11-02
tcp: avoid slow start during fast recovery on new losses
Yuchung Cheng
1
-5
/
+4
2020-10-23
tcp: Prevent low rmem stalls with SO_RCVLOWAT.
Arjun Roy
1
-1
/
+2
2020-10-22
tcp: fix to update snd_wl1 in bulk receiver fast path
Neal Cardwell
1
-0
/
+2
2020-10-13
tcp: use semicolons rather than commas to separate statements
Julia Lawall
1
-1
/
+2
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+25
2020-10-03
tcp: account total lost packets properly
Yuchung Cheng
1
-0
/
+10
2020-09-25
tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost
Yuchung Cheng
1
-12
/
+2
2020-09-25
tcp: simplify tcp_mark_skb_lost
Yuchung Cheng
1
-37
/
+22
2020-09-25
tcp: move tcp_mark_skb_lost
Yuchung Cheng
1
-0
/
+14
2020-09-25
tcp: consistently check retransmit hint
Yuchung Cheng
1
-7
/
+2
[next]