Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0297c1c2eadb5bd996a873b87597af3b91c0d4ba
/
net
/
ipv4
/
tcp_input.c
0297c1c
tcp: rate limit synflood warnings further
by Willem de Bruijn
· 6 years ago
fd2123a
tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag
by Yuchung Cheng
· 6 years ago
15bdd56
tcp: always ACK immediately on hole repairs
by Yuchung Cheng
· 6 years ago
466466d
tcp: mandate a one-time immediate ACK
by Yuchung Cheng
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
7ec6537
tcp: add stat of data packet reordering events
by Wei Wang
· 6 years ago
7e10b65
tcp: add dsack blocks received stats
by Wei Wang
· 6 years ago
9aee400
tcp: ack immediately when a cwr packet arrives
by Lawrence Brakmo
· 6 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
58152ec
tcp: add tcp_ooo_try_coalesce() helper
by Eric Dumazet
· 6 years ago
8541b21
tcp: call tcp_drop() from tcp_data_queue_ofo()
by Eric Dumazet
· 6 years ago
3d4bf93
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
by Eric Dumazet
· 6 years ago
f4a3313
tcp: avoid collapses in tcp_prune_queue() if possible
by Eric Dumazet
· 6 years ago
72cd43b
tcp: free batches of packets in tcp_prune_ofo_queue()
by Eric Dumazet
· 6 years ago
a0496ef2
tcp: do not delay ACK in DCTCP upon CE status change
by Yuchung Cheng
· 6 years ago
41ed9c0
tcp: Don't coalesce decrypted and encrypted SKBs
by Boris Pismenny
· 6 years ago
ff0432e
tcp: remove redundant rcv_nxt update
by Yafang Shao
· 6 years ago
cca9bab
tcp: use monotonic timestamps for PAWS
by Arnd Bergmann
· 6 years ago
5cd3da4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c6345ce
net: Record receive queue number for a connection
by Amritha Nambiar
· 7 years ago
1236f22
tcp: prevent bogus FRTO undos with non-SACK flows
by Ilpo Järvinen
· 7 years ago
ea5d0c3
tcp: add new SNMP counter for drops when try to queue in rcv queue
by Yafang Shao
· 7 years ago
15ecbe9
tcp: add one more quick ack after after ECN events
by Eric Dumazet
· 7 years ago
fb22350
tcp: add SNMP counter for zero-window drops
by Yafang Shao
· 7 years ago
3f6c65d
tcp: ignore rcv_rtt sample with old ts ecr value
by Wei Wang
· 7 years ago
f4c9f85
tcp: refactor tcp_ecn_check_ce to remove sk type cast
by Yousuk Seung
· 7 years ago
3d97d88
tcp: minor optimization around tcp_hdr() usage in receive path
by Yafang Shao
· 7 years ago
522040e
tcp: do not aggressively quick ack after ECN events
by Eric Dumazet
· 7 years ago
9a9c9b5
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
by Eric Dumazet
· 7 years ago
9c21d2f
tcp: add tcp_comp_sack_nr sysctl
by Eric Dumazet
· 7 years ago
6d82aa2
tcp: add tcp_comp_sack_delay_ns sysctl
by Eric Dumazet
· 7 years ago
5d9f426
tcp: add SACK compression
by Eric Dumazet
· 7 years ago
a389363
tcp: do not force quickack when receiving out-of-order packets
by Eric Dumazet
· 7 years ago
56f8c5d
tcp: don't mark recently sent packets lost on RTO
by Yuchung Cheng
· 7 years ago
b8fef65
tcp: new helper tcp_rack_skb_timeout
by Yuchung Cheng
· 7 years ago
c77d62f
tcp: separate loss marking and state update on RTO
by Yuchung Cheng
· 7 years ago
2ad55f5
tcp: new helper tcp_timeout_mark_lost
by Yuchung Cheng
· 7 years ago
d716bfd
tcp: account lost retransmit after timeout
by Yuchung Cheng
· 7 years ago
6ac06ec
tcp: simpler NewReno implementation
by Yuchung Cheng
· 7 years ago
b38a51f
tcp: disable RFC6675 loss detection
by Yuchung Cheng
· 7 years ago
6dac152
tcp: Add clean acked data hook
by Ilya Lesokhin
· 7 years ago
c749fa1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a06ac0d
Revert "net: init sk_cookie for inet socket"
by Yafang Shao
· 7 years ago
c6849a3
net: init sk_cookie for inet socket
by Yafang Shao
· 7 years ago
6163849
net: introduce a new tracepoint for tcp_rcv_space_adjust
by Yafang Shao
· 7 years ago
7e5a206
tcp: don't read out-of-bounds opsize
by Jann Horn
· 7 years ago
feb5f2e
tcp: export packets delivery info
by Yuchung Cheng
· 7 years ago
e21db6f
tcp: track total bytes delivered with ECN CE marks
by Yuchung Cheng
· 7 years ago
a77fa01
tcp: new helper to calculate newly delivered
by Yuchung Cheng
· 7 years ago
bef5767
tcp: better delivery accounting for SYN-ACK and SYN-data
by Yuchung Cheng
· 7 years ago
03f45c8
tcp: avoid extra wakeups for SO_RCVLOWAT users
by Eric Dumazet
· 7 years ago
796f82e
tcp: fix delayed acks behavior for SO_RCVLOWAT
by Eric Dumazet
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
bc58a1b
net/ipv4: disable SMC TCP option with SYN Cookies
by Hans Wippel
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a27fd7a
tcp: purge write queue upon RST
by Soheil Hassas Yeganeh
· 7 years ago
fc68e17
tcp: revert F-RTO extension to detect more spurious timeouts
by Yuchung Cheng
· 7 years ago
d4131f0
tcp: revert F-RTO middle-box workaround
by Yuchung Cheng
· 7 years ago
74d4a8f
tcp: remove sk_can_gso() use
by Eric Dumazet
· 7 years ago
e0f9759
tcp: try to keep packet if SYN_RCV race is lost
by Eric Dumazet
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
e428660
tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR
by Yuchung Cheng
· 7 years ago
eb36be0
tcp: avoid min-RTT overestimation from delayed ACKs
by Yuchung Cheng
· 7 years ago
c3fde1b
net: tcp: Add trace events for TCP congestion window tracing
by Masami Hiramatsu
· 7 years ago
c30abd5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9ee11bd
tcp: fix potential underestimation on rcv_rtt
by Wei Wang
· 7 years ago
c3916ad
tcp: smoother receiver autotuning
by Eric Dumazet
· 7 years ago
607065b
tcp: avoid integer overflows in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
02db557
tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
cd1fc85
tcp: always evaluate losses in RACK upon undo
by Yuchung Cheng
· 7 years ago
d476175
tcp: invalidate rate samples during SACK reneging
by Yousuk Seung
· 7 years ago
8632385
tcp: use current time in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
ed66dfa
tcp: when scheduling TLP, time of RTO should account for current ACK
by Neal Cardwell
· 7 years ago
7c225c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
4950276
kmemcheck: remove annotations
by Levin, Alexander (Sasha Levin)
· 7 years ago
5bbcc0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
50895b9
tcp: highest_sack fix
by Eric Dumazet
· 7 years ago
8e9a2db
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
fdae5f3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
737ff31
tcp: use sequence distance to detect reordering
by Yuchung Cheng
· 7 years ago
713bafe
tcp: retire FACK loss detection
by Yuchung Cheng
· 7 years ago
0eb96bf
tcp: fix tcp_fastretrans_alert warning
by Yuchung Cheng
· 7 years ago
356d183
tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
by Eric Dumazet
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
d09b9e6
tcp: fix DSACK-based undo on non-duplicate ACK
by Priyaranjan Jha
· 7 years ago
1f25569
tcp: higher throughput under reordering with adaptive RACK reordering wnd
by Priyaranjan Jha
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 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
949cf8b
tcp: Remove "linux/unaligned/access_ok.h" include.
by David S. Miller
· 7 years ago
c26e91f
tcp: Namespace-ify sysctl_tcp_pacing_ca_ratio
by Eric Dumazet
· 7 years ago
23a7102a
tcp: Namespace-ify sysctl_tcp_pacing_ss_ratio
by Eric Dumazet
· 7 years ago
4170ba6
tcp: Namespace-ify sysctl_tcp_invalid_ratelimit
by Eric Dumazet
· 7 years ago
bd23970
tcp: Namespace-ify sysctl_tcp_min_rtt_wlen
by Eric Dumazet
· 7 years ago
b530b68
tcp: Namespace-ify sysctl_tcp_challenge_ack_limit
by Eric Dumazet
· 7 years ago
4540c0c
tcp: Namespace-ify sysctl_tcp_moderate_rcvbuf
by Eric Dumazet
· 7 years ago
af9b69a
tcp: Namespace-ify sysctl_tcp_frto
by Eric Dumazet
· 7 years ago
94f0893
tcp: Namespace-ify sysctl_tcp_adv_win_scale
by Eric Dumazet
· 7 years ago
0c12654
tcp: Namespace-ify sysctl_tcp_app_win
by Eric Dumazet
· 7 years ago
6496f6b
tcp: Namespace-ify sysctl_tcp_dsack
by Eric Dumazet
· 7 years ago
Next »