Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
60dd3ab592fe8c004cc400a3a38d369c44d6212f
/
net
/
ipv4
/
tcp_input.c
5f842ee
tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
by zhenggy
· 3 years, 6 months ago
432f313
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
by Pengcheng Yang
· 4 years, 1 month ago
c042da4
tcp: fix to update snd_wl1 in bulk receiver fast path
by Neal Cardwell
· 4 years, 4 months ago
e72a42b
tcp: allow at most one TLP probe per flight
by Yuchung Cheng
· 4 years, 7 months ago
abbf44f
tcp: grow window for OOO packets only for SACK flows
by Eric Dumazet
· 4 years, 9 months ago
43dfcc7
tcp: fix marked lost packets not being retransmitted
by Pengcheng Yang
· 5 years ago
ab31605
tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK
by Pengcheng Yang
· 5 years ago
4a64293
tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR
by Neal Cardwell
· 5 years ago
d632920
tcp: limit payload size of sacked skbs
by Eric Dumazet
· 6 years ago
b2ea531
tcp: reduce tcp_fastretrans_alert() verbosity
by Eric Dumazet
· 7 years ago
07b1747f
tcp: tcp_grow_window() needs to respect tcp_space()
by Eric Dumazet
· 6 years ago
bb73b63
tcp: handle inet_csk_reqsk_queue_add() failures
by Guillaume Nault
· 6 years ago
17af547
tcp/dccp: fix lockdep issue when SYN is backlogged
by Eric Dumazet
· 6 years ago
37c7cc8
net: add rb_to_skb() and other rb tree helpers
by Eric Dumazet
· 6 years ago
0a2f672
tcp: add one more quick ack after after ECN events
by Eric Dumazet
· 7 years ago
1f04d75
tcp: refactor tcp_ecn_check_ce to remove sk type cast
by Yousuk Seung
· 7 years ago
fd31083
tcp: do not aggressively quick ack after ECN events
by Eric Dumazet
· 7 years ago
1c00548
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
by Eric Dumazet
· 7 years ago
5a1baf1
tcp: do not force quickack when receiving out-of-order packets
by Eric Dumazet
· 7 years ago
22e3d31
tcp: add tcp_ooo_try_coalesce() helper
by Eric Dumazet
· 7 years ago
ec645ae
tcp: call tcp_drop() from tcp_data_queue_ofo()
by Eric Dumazet
· 7 years ago
6285a74
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
by Eric Dumazet
· 7 years ago
81e6b01
tcp: avoid collapses in tcp_prune_queue() if possible
by Eric Dumazet
· 7 years ago
f3a5ba6
tcp: free batches of packets in tcp_prune_ofo_queue()
by Eric Dumazet
· 7 years ago
ae70b61
tcp: do not delay ACK in DCTCP upon CE status change
by Yuchung Cheng
· 7 years ago
2dc4696
tcp: prevent bogus FRTO undos with non-SACK flows
by Ilpo Järvinen
· 7 years ago
40c8097
tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
a6f81fc
tcp: avoid integer overflows in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
b76d3f3
tcp: don't read out-of-bounds opsize
by Jann Horn
· 7 years ago
abb4a8b
tcp: purge write queue upon RST
by Soheil Hassas Yeganeh
· 7 years ago
0ab87ec
tcp: revert F-RTO extension to detect more spurious timeouts
by Yuchung Cheng
· 7 years ago
cc8dadb
tcp: revert F-RTO middle-box workaround
by Yuchung Cheng
· 7 years ago
2abfcdf
kmemcheck: remove annotations
by Levin, Alexander (Sasha Levin)
· 7 years ago
583395a
tcp: fix potential underestimation on rcv_rtt
by Wei Wang
· 7 years ago
f35318b
tcp: invalidate rate samples during SACK reneging
by Yousuk Seung
· 7 years ago
241eb29
tcp: when scheduling TLP, time of RTO should account for current ACK
by Neal Cardwell
· 7 years ago
91c5e65
tcp: use current time in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
0eb96bf
tcp: fix tcp_fastretrans_alert warning
by Yuchung Cheng
· 7 years ago
d09b9e6
tcp: fix DSACK-based undo on non-duplicate ACK
by Priyaranjan Jha
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
c92e8c0
tcp/dccp: fix ireq->opt races
by Eric Dumazet
· 7 years ago
31770e3
tcp: Revert "tcp: remove header prediction"
by Florian Westphal
· 8 years ago
c1d2b4c
tcp: Revert "tcp: remove CA_ACK_SLOWPATH"
by Florian Westphal
· 8 years ago
eaa72dc
neigh: increase queue_len_bytes to match wmem_default
by Eric Dumazet
· 8 years ago
98aaa91
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
by Mike Maloney
· 8 years ago
1119936
tcp: Remove the unused parameter for tcp_try_fastopen.
by Tonghao Zhang
· 8 years ago
49c7158
tcp: Get a proper dst before checking it.
by Tonghao Zhang
· 8 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
cdbeb63
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
by Neal Cardwell
· 8 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
4faf783
tcp: fix cwnd undo in Reno and HTCP congestion controls
by Yuchung Cheng
· 8 years ago
df92c83
tcp: fix xmit timer to only be reset if data ACKed/SACKed
by Neal Cardwell
· 8 years ago
e1a10ef
tcp: introduce tcp_rto_delta_us() helper for xmit timer fix
by Neal Cardwell
· 8 years ago
d06c358
tcp: remove extra POLL_OUT added for finished active connect()
by Neal Cardwell
· 8 years ago
ed25497
tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
by Yuchung Cheng
· 8 years ago
5357f0b
tcp: tcp_data_queue() cleanup
by Eric Dumazet
· 8 years ago
573aeb0
tcp: remove CA_ACK_SLOWPATH
by Florian Westphal
· 8 years ago
45f119b
tcp: remove header prediction
by Florian Westphal
· 8 years ago
c13ee2a
tcp: reindent two spots after prequeue removal
by Florian Westphal
· 8 years ago
e7942d0
tcp: remove prequeue support
by Florian Westphal
· 8 years ago
e42e24c
tcp: remove redundant argument from tcp_rcv_established()
by Matvejchikov Ilya
· 8 years ago
91b5b21
bpf: Add support for changing congestion control
by Lawrence Brakmo
· 8 years ago
9872a4b
bpf: Add TCP connection BPF callbacks
by Lawrence Brakmo
· 8 years ago
8550f32
bpf: Support for per connection SYN/SYN-ACK RTOs
by Lawrence Brakmo
· 8 years ago
5d2ed05
tcp: Namespaceify sysctl_tcp_timestamps
by Eric Dumazet
· 8 years ago
9bb37ef
tcp: Namespaceify sysctl_tcp_window_scaling
by Eric Dumazet
· 8 years ago
f930103
tcp: Namespaceify sysctl_tcp_sack
by Eric Dumazet
· 8 years ago
eed29f1
tcp: add a struct net parameter to tcp_parse_options()
by Eric Dumazet
· 8 years ago
775e68a
tcp: use TS opt on RTTs for congestion control
by Yuchung Cheng
· 8 years ago
d0e1a1b
tcp: better validation of received ack sequences
by Eric Dumazet
· 8 years ago
6f5b24e
tcp: warn on negative reordering values
by Soheil Hassas Yeganeh
· 8 years ago
c6cd850
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
b17b8a2
tcp: fix tcp_rearm_rto()
by Eric Dumazet
· 8 years ago
9a568de
tcp: switch TCP TS option (RFC 7323) to 1ms clock
by Eric Dumazet
· 8 years ago
ac9517f
tcp: replace misc tcp_time_stamp to tcp_jiffies32
by Eric Dumazet
· 8 years ago
594208a
tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
by Eric Dumazet
· 8 years ago
70eabf0
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
by Eric Dumazet
· 8 years ago
c2203cf
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
by Eric Dumazet
· 8 years ago
d635fbe
tcp: use tcp_jiffies32 to feed tp->lsndtime
by Eric Dumazet
· 8 years ago
bafbb9c
tcp: eliminate negative reordering in tcp_clean_rtx_queue
by Soheil Hassas Yeganeh
· 8 years ago
b451e5d
tcp: avoid fragmenting peculiar skbs in SACK
by Yuchung Cheng
· 8 years ago
84b114b
tcp: randomize timestamps on syncookies
by Eric Dumazet
· 8 years ago
645f4c6
tcp: switch rcv_rtt_est and rcvq_space to high resolution timestamps
by Eric Dumazet
· 8 years ago
a6db50b
tcp: remove ack_time from struct tcp_sacktag_state
by Eric Dumazet
· 8 years ago
7e0ca8a
tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()
by Eric Dumazet
· 8 years ago
d2329f1
tcp: do not pass timestamp to tcp_rack_advance()
by Eric Dumazet
· 8 years ago
88d5c65
tcp: do not pass timestamp to tcp_rate_gen()
by Eric Dumazet
· 8 years ago
1317a9d
tcp: do not pass timestamp to tcp_fastretrans_alert()
by Eric Dumazet
· 8 years ago
efab8f8
tcp: do not pass timestamp to tcp_rack_identify_loss()
by Eric Dumazet
· 8 years ago
128eda8
tcp: do not pass timestamp to tcp_rack_mark_lost()
by Eric Dumazet
· 8 years ago
69e996c
tcp: add tp->tcp_mstamp field
by Eric Dumazet
· 8 years ago
46c2fa3
net/tcp_fastopen: Add snmp counter for blackhole detection
by Wei Wang
· 8 years ago
cf1ef3f
net/tcp_fastopen: Disable active side TFO in certain scenarios
by Wei Wang
· 8 years ago
0f9fa83
tcp: remove poll() flakes with FastOpen
by Eric Dumazet
· 8 years ago
3d47626
tcp: remove poll() flakes when receiving RST
by Eric Dumazet
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
cc663f4
tcp: restrict F-RTO to work-around broken middle-boxes
by Yuchung Cheng
· 8 years ago
6f14f44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2d2517e
tcp: fix reordering SNMP under-counting
by Yuchung Cheng
· 8 years ago
589c49c
net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14
by Gao Feng
· 8 years ago
Next »