Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
45f035748b2aa29840fec6ba01cd8e44c63034c2
/
include
/
linux
/
tcp.h
32efcc0
tcp: export count for rehash attempts
by Abdul Kabbani
· 5 years ago
cc7972e
mptcp: parse and emit MP_CAPABLE option according to v1 spec
by Christoph Paasch
· 5 years ago
648ef4b
mptcp: Implement MPTCP receive path
by Mat Martineau
· 5 years ago
cec37a6
mptcp: Handle MP_CAPABLE options for outgoing connections
by Peter Krystad
· 5 years ago
2303f99
mptcp: Associate MPTCP context with TCP socket
by Peter Krystad
· 5 years ago
eda7acd
mptcp: Handle MPTCP TCP options
by Peter Krystad
· 5 years ago
4802747
tcp: add TCP_INFO status for failed client TFO
by Jason Baron
· 5 years ago
d983ea6
tcp: add rcu protection around tp->fastopen_rsk
by Eric Dumazet
· 5 years ago
f9af2db
tcp: Add TCP_INFO counter for packets received out-of-order
by Thomas Higdon
· 5 years ago
438ac88
net: fastopen: robustness and endianness fixes for SipHash
by Ard Biesheuvel
· 6 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c681eda
net: ipv4: move tcp_fastopen server side code to SipHash library
by Ard Biesheuvel
· 6 years ago
3b4929f
tcp: limit payload size of sacked skbs
by Eric Dumazet
· 6 years ago
a842fe1
tcp: add optional per socket transmit delay
by Eric Dumazet
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
86de592
tcp: defer SACK compression after DupThresh
by Eric Dumazet
· 6 years ago
5f6188a
tcp: do not change tcp_wstamp_ns in tcp_mstamp_refresh
by Eric Dumazet
· 6 years ago
9799ccb
tcp: add tcp_wstamp_ns socket field
by Eric Dumazet
· 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
fb31c9b
tcp: add data bytes retransmitted stats
by Wei Wang
· 6 years ago
ba113c3
tcp: add data bytes sent stats
by Wei Wang
· 6 years ago
cca9bab
tcp: use monotonic timestamps for PAWS
by Arnd Bergmann
· 6 years ago
3f6c65d
tcp: ignore rcv_rtt sample with old ts ecr value
by Wei Wang
· 7 years ago
5d9f426
tcp: add SACK compression
by Eric Dumazet
· 7 years ago
b75eba7
tcp: send in-queue bytes in cmsg upon read
by Soheil Hassas Yeganeh
· 7 years ago
e21db6f
tcp: track total bytes delivered with ECN CE marks
by Yuchung Cheng
· 7 years ago
b13d880
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
by Lawrence Brakmo
· 7 years ago
607065b
tcp: avoid integer overflows in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
d476175
tcp: invalidate rate samples during SACK reneging
by Yousuk Seung
· 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
1f25569
tcp: higher throughput under reordering with adaptive RACK reordering wnd
by Priyaranjan Jha
· 7 years ago
60e2a77
tcp: TCP experimental option for SMC
by Ursula Braun
· 7 years ago
71c0237
tcp: Configure TFO without cookie per socket and/or per route
by Christoph Paasch
· 7 years ago
e208007
tcp: new list for sent but unacked skbs for RACK recovery
by Eric Dumazet
· 7 years ago
31770e3
tcp: Revert "tcp: remove header prediction"
by Florian Westphal
· 7 years ago
4faf783
tcp: fix cwnd undo in Reno and HTCP congestion controls
by Yuchung Cheng
· 7 years ago
45f119b
tcp: remove header prediction
by Florian Westphal
· 7 years ago
e7942d0
tcp: remove prequeue support
by Florian Westphal
· 7 years ago
9a568de
tcp: switch TCP TS option (RFC 7323) to 1ms clock
by Eric Dumazet
· 8 years ago
218af59
tcp: internal implementation for pacing
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
69e996c
tcp: add tp->tcp_mstamp field
by Eric Dumazet
· 8 years ago
cf1ef3f
net/tcp_fastopen: Disable active side TFO in certain scenarios
by Wei Wang
· 8 years ago
3541f9e
tcp: add tcp_mss_clamp() helper
by Eric Dumazet
· 8 years ago
19f6d3f
net/tcp-fastopen: Add new API support
by Wei Wang
· 8 years ago
580bdf5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
4a7f600
tcp: remove thin_dupack feature
by Yuchung Cheng
· 8 years ago
bec41a1
tcp: remove early retransmit
by Yuchung Cheng
· 8 years ago
840a3cb
tcp: remove forward retransmit feature
by Yuchung Cheng
· 8 years ago
1d0833d
tcp: use sequence to break TS ties for RACK loss detection
by Yuchung Cheng
· 8 years ago
deed7be
tcp: record most recent RTT in RACK loss detection
by Yuchung Cheng
· 8 years ago
003c941
tcp: fix tcp_fastopen unaligned access complaints on sparc
by Shannon Nelson
· 8 years ago
7aa5470
tcp: tsq: move tsq_flags close to sk_wmem_alloc
by Eric Dumazet
· 8 years ago
40fc342
tcp: tsq: add tsq_flags / tsq_enum
by Eric Dumazet
· 8 years ago
95a22ca
tcp: randomize tcp timestamp offsets for each connection
by Florian Westphal
· 8 years ago
1c88580
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
by Francis Yan
· 8 years ago
05b055e
tcp: instrument tcp sender limits chronographs
by Francis Yan
· 8 years ago
67db3e4
tcp: no longer hold ehash lock while calling tcp_get_info()
by Eric Dumazet
· 8 years ago
eb8329e
tcp: export data delivery rate
by Yuchung Cheng
· 8 years ago
d7722e8
tcp: track application-limited rate samples
by Soheil Hassas Yeganeh
· 8 years ago
b9f6482
tcp: track data delivery rate for a TCP connection
by Yuchung Cheng
· 8 years ago
0682e69
tcp: count packets marked lost for a TCP connection
by Neal Cardwell
· 8 years ago
6403389
tcp: use windowed min filter library for TCP min_rtt estimation
by Neal Cardwell
· 8 years ago
9f5afea
tcp: use an RB tree for ooo receive queue
by Yaogong Wang
· 8 years ago
a44d6ea
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
by Martin KaFai Lau
· 9 years ago
d9b3fca
tcp: __tcp_hdrlen() helper
by Craig Gallek
· 9 years ago
ddf1af6
tcp: new delivery accounting
by Yuchung Cheng
· 9 years ago
805c4bc
tcp: fix req->saved_syn race
by Eric Dumazet
· 9 years ago
dbf650b
tcp: fastopen: limit max_qlen
by Eric Dumazet
· 9 years ago
659a8ad
tcp: track the packet timings in RACK
by Yuchung Cheng
· 9 years ago
af82f4e
tcp: remove tcp_mark_lost_retrans()
by Yuchung Cheng
· 9 years ago
f672258
tcp: track min RTT using windowed min-filter
by Yuchung Cheng
· 9 years ago
d475f09
tcp: shrink tcp_timewait_sock by 8 bytes
by Eric Dumazet
· 9 years ago
0536fcc
tcp: prepare fastopen code for upcoming listener changes
by Eric Dumazet
· 9 years ago
0f1c28a
tcp: usec resolution SYN/ACK RTT
by Yuchung Cheng
· 9 years ago
58d607d
tcp: provide skb->hash to synack packets
by Eric Dumazet
· 9 years ago
36583eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d654976
tcp: fix a potential deadlock in tcp_get_info()
by Eric Dumazet
· 10 years ago
2efd055
tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info
by Marcelo Ricardo Leitner
· 10 years ago
cd8ae85
tcp: provide SYN headers for passive connections
by Eric Dumazet
· 10 years ago
bdd1f9e
tcp: add tcpi_bytes_received to tcp_info
by Eric Dumazet
· 10 years ago
0df48c2
tcp: add tcpi_bytes_acked to tcp_info
by Eric Dumazet
· 10 years ago
2646c83
tcp: RFC7413 option support for Fast Open client
by Daniel Lee
· 10 years ago
7f9b838
tcp: RFC7413 option support for Fast Open server
by Daniel Lee
· 10 years ago
9439ce0
tcp: rename struct tcp_request_sock listener
by Eric Dumazet
· 10 years ago
5f852eb
tcp: tso: remove tp->tso_deferred
by Eric Dumazet
· 10 years ago
4fb17a6
tcp: mitigate ACK loops for connections as tcp_timewait_sock
by Neal Cardwell
· 10 years ago
f2b2c58
tcp: mitigate ACK loops for connections as tcp_sock
by Neal Cardwell
· 10 years ago
a9b2c06
tcp: mitigate ACK loops for connections as tcp_request_sock
by Neal Cardwell
· 10 years ago
6e5f59a
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by David S. Miller
· 10 years ago
605ad7f
tcp: refine TSO autosizing
by Eric Dumazet
· 10 years ago
f4362a2
switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
by Al Viro
· 10 years ago
dca145f
tcp: allow for bigger reordering level
by Eric Dumazet
· 10 years ago
35a9ad8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
d0cd848
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Linus Torvalds
· 10 years ago
7bced39
net_dma: simple removal
by Dan Williams
· 11 years ago
989e04c
tcp: improve undo on timeout
by Yuchung Cheng
· 10 years ago
16bea70
tcp: add init_req method to tcp_request_sock_ops
by Octavian Purdila
· 11 years ago
Next »