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.12.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
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
2021-01-23
tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
1
-8
/
+8
2021-01-20
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
1
-3
/
+2
2021-01-19
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
1
-0
/
+1
2020-12-15
tcp: Add logic to check for SYN w/ data in tcp_simple_retransmit
Alexander Duyck
1
-1
/
+16
2020-12-15
tcp: parse mptcp options contained in reset packets
Florian Westphal
1
-5
/
+8
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2020-12-09
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-03
tcp: avoid slow start during fast recovery on new losses
Yuchung Cheng
1
-5
/
+4
2020-10-24
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-14
tcp: use semicolons rather than commas to separate statements
Julia Lawall
1
-1
/
+2
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+25
2020-10-04
tcp: account total lost packets properly
Yuchung Cheng
1
-0
/
+10
2020-09-26
tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost
Yuchung Cheng
1
-12
/
+2
2020-09-26
tcp: simplify tcp_mark_skb_lost
Yuchung Cheng
1
-37
/
+22
2020-09-26
tcp: move tcp_mark_skb_lost
Yuchung Cheng
1
-0
/
+14
2020-09-26
tcp: consistently check retransmit hint
Yuchung Cheng
1
-7
/
+2
2020-09-25
net: tcp: drop unused function argument from mptcp_incoming_options
Florian Westphal
1
-2
/
+2
2020-09-25
tcp: skip DSACKs with dubious sequence ranges
Priyaranjan Jha
1
-7
/
+25
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+3
2020-09-14
tcp: remove SOCK_QUEUE_SHRUNK
Eric Dumazet
1
-16
/
+7
2020-09-11
tcp: Only init congestion control if not initialized already
Neal Cardwell
1
-1
/
+3
2020-09-10
tcp: record received TOS value in the request socket
Wei Wang
1
-0
/
+1
2020-08-25
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
1
-1
/
+13
2020-08-25
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
1
-7
/
+13
2020-08-25
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
1
-2
/
+3
2020-08-25
bpf: tcp: Add bpf_skops_parse_hdr()
Martin KaFai Lau
1
-0
/
+36
2020-08-25
bpf: tcp: Add bpf_skops_established()
Martin KaFai Lau
1
-4
/
+28
2020-08-25
tcp: Add saw_unknown to struct tcp_options_received
Martin KaFai Lau
1
-6
/
+16
2020-08-25
tcp: Use a struct to represent a saved_syn
Martin KaFai Lau
1
-7
/
+9
[next]