Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
7c5790c4da0e5b96b147d683c94ba3ed93e5f0fe
/
net
/
ipv4
/
tcp_output.c
13dde04
tcp: remove set but not used variable 'skb_size'
by Wei Yongjun
· 7 years ago
fb31c9b
tcp: add data bytes retransmitted stats
by Wei Wang
· 7 years ago
ba113c3
tcp: add data bytes sent stats
by Wei Wang
· 7 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c4c5551
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
by David S. Miller
· 7 years ago
27cde44
tcp: do not cancel delay-AcK on DCTCP special ACK
by Yuchung Cheng
· 7 years ago
2987bab
tcp: helpers to send special DCTCP ack
by Yuchung Cheng
· 7 years ago
a69258f
tcp: remove DELAYED ACK events in DCTCP
by Yuchung Cheng
· 7 years ago
cadefe5
tcp_bbr: fix bbr pacing rate for internal pacing
by Eric Dumazet
· 7 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
200d95f
tcp: add TCPAckCompressed SNMP counter
by Eric Dumazet
· 7 years ago
5d9f426
tcp: add SACK compression
by Eric Dumazet
· 7 years ago
7f582b2
tcp: purge write queue in tcp_connect_init()
by Eric Dumazet
· 7 years ago
73a6bab
tcp: switch pacing timer to softirq based hrtimer
by Eric Dumazet
· 7 years ago
c36207b
tcp: remove mss check in tcp_select_initial_window()
by Wei Wang
· 7 years ago
8c2320e8
tcp: md5: only call tp->af_specific->md5_lookup() for md5 sockets
by Eric Dumazet
· 7 years ago
dcb8c9b
tcp_bbr: better deal with suboptimal GSO (II)
by Eric Dumazet
· 7 years ago
f74290f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
350c9f4
tcp_bbr: better deal with suboptimal GSO
by Eric Dumazet
· 7 years ago
98be9b1
tcp: remove dead code after CHECKSUM_PARTIAL adoption
by Eric Dumazet
· 7 years ago
4a64fd6
tcp: remove dead code from tcp_set_skb_tso_segs()
by Eric Dumazet
· 7 years ago
808cf9e
tcp: Honor the eor bit in tcp_mtu_probe
by Ilya Lesokhin
· 7 years ago
a31ad29
bpf: Add BPF_SOCK_OPS_RETRANS_CB
by Lawrence Brakmo
· 7 years ago
de525be
bpf: Support passing args to sock_ops bpf function
by Lawrence Brakmo
· 7 years ago
c8c9aeb
tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertions
by Stefano Brivio
· 7 years ago
b4f70c3
tcp: allow TLP in ECN CWR
by Neal Cardwell
· 7 years ago
ed66dfa
tcp: when scheduling TLP, time of RTO should account for current ACK
by Neal Cardwell
· 7 years ago
5bbcc0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
3a9b76f
tcp: allow drivers to tweak TSQ logic
by Eric Dumazet
· 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
356d183
tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
by Eric Dumazet
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
35e00da
tcp: do not clear again skb->csum in tcp_init_nondata_skb()
by Eric Dumazet
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
f67971e
tcp: tcp_fragment() should not assume rtx skbs
by Eric Dumazet
· 7 years ago
3b11775
tcp: do not mangle skb->cb[] in tcp_make_synack()
by Eric Dumazet
· 7 years ago
cf34ce3
tcp: add tracepoint trace_tcp_retransmit_synack()
by Song Liu
· 7 years ago
ed29668
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2b7cda9
tcp: fix tcp_mtu_probe() vs highest_sack
by Eric Dumazet
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
26e9596
tcp: Namespace-ify sysctl_tcp_min_tso_segs
by Eric Dumazet
· 7 years ago
9184d8b
tcp: Namespace-ify sysctl_tcp_limit_output_bytes
by Eric Dumazet
· 7 years ago
ceef9ab
tcp: Namespace-ify sysctl_tcp_workaround_signed_windows
by Eric Dumazet
· 7 years ago
d06a990
tcp: Namespace-ify sysctl_tcp_tso_win_divisor
by Eric Dumazet
· 7 years ago
ee1836a
tcp: refresh tp timestamp before tcp_mtu_probe()
by Eric Dumazet
· 7 years ago
e0a1e5b
tcp: Namespace-ify sysctl_tcp_retrans_collapse
by Eric Dumazet
· 7 years ago
b510f0d
tcp: Namespace-ify sysctl_tcp_slow_start_after_idle
by Eric Dumazet
· 7 years ago
2ae21cf
tcp: Namespace-ify sysctl_tcp_early_retrans
by Eric Dumazet
· 7 years ago
60e2a77
tcp: TCP experimental option for SMC
by Ursula Braun
· 7 years ago
5889e2c
tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->data
by Yousuk Seung
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
c24b14c
tcp: add tracepoint trace_tcp_send_reset
by Song Liu
· 7 years ago
3a91d29
tcp: do tcp_mstamp_refresh before retransmits on TSQ handler
by Koichiro Den
· 7 years ago
ba233b3
tcp: fix tcp_send_syn_data()
by Eric Dumazet
· 7 years ago
b9f1f1c
tcp: fix tcp_xmit_retransmit_queue() after rbtree introduction
by Eric Dumazet
· 7 years ago
e086101
tcp: add a tracepoint for tcp retransmission
by Cong Wang
· 7 years ago
75c119a
tcp: implement rb-tree based retransmit queue
by Eric Dumazet
· 7 years ago
e208007
tcp: new list for sent but unacked skbs for RACK recovery
by Eric Dumazet
· 7 years ago
b5b7db8
tcp: fastopen: fix on syn-data transmit failure
by Eric Dumazet
· 7 years ago
4c71244
tcp: remove two unused functions
by Yuchung Cheng
· 7 years ago
fc22579
tcp: fix data delivery rate
by Eric Dumazet
· 7 years ago
8c72c65
tcp: update skb->skb_mstamp more carefully
by Eric Dumazet
· 7 years ago
31770e3
tcp: Revert "tcp: remove header prediction"
by Florian Westphal
· 7 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
8ba6092
tcp: fastopen: tcp_connect() must refresh the route
by Eric Dumazet
· 8 years ago
df92c83
tcp: fix xmit timer to only be reset if data ACKed/SACKed
by Neal Cardwell
· 8 years ago
a281581
tcp: enable xmit timer fix by having TLP use time when RTO should fire
by Neal Cardwell
· 8 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
45f119b
tcp: remove header prediction
by Florian Westphal
· 8 years ago
efe967c
tcp: avoid bogus gcc-7 array-bounds warning
by Arnd Bergmann
· 8 years ago
bb4d991
tcp: adjust tail loss probe timeout
by Yuchung Cheng
· 8 years ago
e05a90e
net: reflect mark on tcp syn ack packets
by Jamal Hadi Salim
· 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
13d3b1e
bpf: Support for setting initial receive window
by Lawrence Brakmo
· 8 years ago
8550f32
bpf: Support for per connection SYN/SYN-ACK RTOs
by Lawrence Brakmo
· 8 years ago
14afee4
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
by Reshetova, Elena
· 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
f4d0166
tcp: remove unnecessary skb_reset_tail_pointer()
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
628174c
tcp: uses jiffies_32 to feed tp->chrono_start
by Eric Dumazet
· 8 years ago
c74df29
tcp: use tcp_jiffies32 to feed probe_timestamp
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
385e207
tcp: use tp->tcp_mstamp in output path
by Eric Dumazet
· 8 years ago
218af59
tcp: internal implementation for pacing
by Eric Dumazet
· 8 years ago
1b1fc3f
tcp: make congestion control optionally skip slow start after idle
by Wei Wang
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
7162fb2
tcp: do not underestimate skb->truesize in tcp_trim_head()
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
7cc2b04
net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skb
by Gao Feng
· 8 years ago
589c49c
net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14
by Gao Feng
· 8 years ago
1935299
net: tcp: Refine the __tcp_select_window
by Gao Feng
· 8 years ago
a4ecb15
tcp: accommodate sequence number to a peer's shrunk receive window caused by precision loss in window scaling
by Cui, Cheng
· 8 years ago
c3a2e83
tcp: replace dst_confirm with sk_dst_confirm
by Julian Anastasov
· 8 years ago
Next »