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
*
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
*
tcp: more accurately detect spurious TLP probes
Yuchung Cheng
2021-07-27
1
-1
/
+4
*
tcp: tweak len/truesize ratio for coalesce candidates
Eric Dumazet
2021-07-21
1
-8
/
+30
*
tcp: avoid indirect call in tcp_new_space()
Eric Dumazet
2021-07-21
1
-1
/
+1
*
mptcp: avoid processing packet if a subflow reset
Jianguo Wu
2021-07-10
1
-4
/
+15
*
tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
Nguyen Dinh Phi
2021-07-06
1
-1
/
+1
*
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
1
-1
/
+1
*
net: tcp better handling of reordering then loss cases
Yuchung Cheng
2021-06-03
1
-19
/
+26
*
tcp: add tracepoint for checksum errors
Jakub Kicinski
2021-05-15
1
-0
/
+1
*
tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()
Eric Dumazet
2021-03-12
1
-6
/
+4
*
tcp: tcp_data_ready() must look at SOCK_DONE
Eric Dumazet
2021-02-15
1
-1
/
+1
*
tcp: factorize logic into tcp_epollin_ready()
Eric Dumazet
2021-02-13
1
-9
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-29
1
-6
/
+8
|
\
|
*
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Pengcheng Yang
2021-01-24
1
-4
/
+6
|
*
tcp: make TCP_USER_TIMEOUT accurate for zero window probes
Enke Chen
2021-01-24
1
-2
/
+2
*
|
tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
2021-01-23
1
-8
/
+8
|
/
*
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
2021-01-20
1
-3
/
+2
*
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
2021-01-19
1
-0
/
+1
*
tcp: Add logic to check for SYN w/ data in tcp_simple_retransmit
Alexander Duyck
2020-12-15
1
-1
/
+16
*
tcp: parse mptcp options contained in reset packets
Florian Westphal
2020-12-15
1
-5
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-12
1
-1
/
+2
|
\
|
*
tcp: select sane initial rcvq_space.space for big MSS
Eric Dumazet
2020-12-09
1
-1
/
+2
*
|
tcp: merge 'init_req' and 'route_req' functions
Florian Westphal
2020-12-03
1
-7
/
+2
*
|
tcp: avoid slow start during fast recovery on new losses
Yuchung Cheng
2020-11-03
1
-5
/
+4
|
/
*
tcp: Prevent low rmem stalls with SO_RCVLOWAT.
Arjun Roy
2020-10-24
1
-1
/
+2
*
tcp: fix to update snd_wl1 in bulk receiver fast path
Neal Cardwell
2020-10-22
1
-0
/
+2
*
tcp: use semicolons rather than commas to separate statements
Julia Lawall
2020-10-14
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-06
1
-7
/
+25
|
\
|
*
tcp: skip DSACKs with dubious sequence ranges
Priyaranjan Jha
2020-09-25
1
-7
/
+25
*
|
tcp: account total lost packets properly
Yuchung Cheng
2020-10-04
1
-0
/
+10
*
|
tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost
Yuchung Cheng
2020-09-26
1
-12
/
+2
*
|
tcp: simplify tcp_mark_skb_lost
Yuchung Cheng
2020-09-26
1
-37
/
+22
*
|
tcp: move tcp_mark_skb_lost
Yuchung Cheng
2020-09-26
1
-0
/
+14
*
|
tcp: consistently check retransmit hint
Yuchung Cheng
2020-09-26
1
-7
/
+2
*
|
net: tcp: drop unused function argument from mptcp_incoming_options
Florian Westphal
2020-09-25
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
1
-1
/
+3
|
\
\
|
*
|
tcp: Only init congestion control if not initialized already
Neal Cardwell
2020-09-11
1
-1
/
+3
*
|
|
tcp: remove SOCK_QUEUE_SHRUNK
Eric Dumazet
2020-09-14
1
-16
/
+7
*
|
|
tcp: record received TOS value in the request socket
Wei Wang
2020-09-10
1
-0
/
+1
|
/
/
*
|
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
2020-08-24
1
-1
/
+13
*
|
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
2020-08-24
1
-7
/
+13
[next]