Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
e6445f52d9c8b0e6557a45fa7d0e8e088d430a8c
/
net
/
ipv4
/
tcp_output.c
2fe664f
tcp: fix wrong checksum calculation on MTU probing
by Douglas Caetano dos Santos
· 8 years ago
7e32b44
tcp: properly account Fast Open SYN-ACK retrans
by Yuchung Cheng
· 8 years ago
de1d657
tcp: fix under-accounting retransmit SNMP counters
by Yuchung Cheng
· 8 years ago
ffb4d6c
tcp: fix overflow in __tcp_retransmit_skb()
by Eric Dumazet
· 8 years ago
f626300
tcp: consider recv buf for the initial window scale
by Soheil Hassas Yeganeh
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a3d2e9f
tcp: do not send too big packets at retransmit time
by Eric Dumazet
· 8 years ago
6f094b9
tcp: add in_flight to tcp_skb_cb
by Lawrence Brakmo
· 8 years ago
ea1627c
tcp: minor optimizations around tcp_hdr() usage
by Eric Dumazet
· 8 years ago
909b27f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
10a8198
tcp: refresh skb timestamp at retransmit time
by Eric Dumazet
· 9 years ago
1d2077a
net: add __sock_wfree() helper
by Eric Dumazet
· 9 years ago
c10d931
tcp: do not assume TCP code is non preemptible
by Eric Dumazet
· 9 years ago
a166140
tcp: Handle eor bit when fragmenting a skb
by Martin KaFai Lau
· 9 years ago
a643b5d
tcp: Handle eor bit when coalescing skb
by Martin KaFai Lau
· 9 years ago
0a2cf20
tcp: remove SKBTX_ACK_TSTAMP since it is redundant
by Soheil Hassas Yeganeh
· 9 years ago
02a1d6e
net: rename NET_{ADD|INC}_STATS_BH()
by Eric Dumazet
· 9 years ago
90bbcc6
net: tcp: rename TCP_INC_STATS_BH
by Eric Dumazet
· 9 years ago
10d3be5
tcp-tso: do not split TSO packets at retransmit time
by Eric Dumazet
· 9 years ago
2de8023
tcp: Merge txstamp_ack in tcp_skb_collapse_tstamp
by Martin KaFai Lau
· 9 years ago
b51e13f
tcp: Carry txstamp_ack in tcp_fragment_tstamp
by Martin KaFai Lau
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
cfea5a6
tcp: Merge tx_flags and tskey in tcp_shifted_skb
by Martin KaFai Lau
· 9 years ago
082ac2d
tcp: Merge tx_flags and tskey in tcp_collapse_retrans
by Martin KaFai Lau
· 9 years ago
b3d0514
tcp: do not mess with listener sk_wmem_alloc
by Eric Dumazet
· 9 years ago
a44d6ea
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
by Martin KaFai Lau
· 9 years ago
4979f2d
ipv4: Namespaceify tcp_notsent_lowat sysctl knob
by Nikolay Borisov
· 9 years ago
c6214a9
ipv4: Namespaceify tcp_retries2 sysctl knob
by Nikolay Borisov
· 9 years ago
baac50b
net: tcp_memcontrol: simplify linkage between socket and page counter
by Johannes Weiner
· 9 years ago
e805605
net: tcp_memcontrol: sanitize tcp memory accounting callbacks
by Johannes Weiner
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
07e100f
tcp: restore fastopen with no data in SYN packet
by Eric Dumazet
· 9 years ago
7450aaf
tcp: suppress too verbose messages in tcp_send_ack()
by Eric Dumazet
· 9 years ago
9e17f8a
net: make skb_set_owner_w() more robust
by Eric Dumazet
· 9 years ago
ba3e208
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
e2e8009
tcp: remove improper preemption check in tcp_xmit_probe_skb()
by Renato Westphal
· 9 years ago
af82f4e
tcp: remove tcp_mark_lost_retrans()
by Yuchung Cheng
· 9 years ago
dc6ef6b
tcp: do not set queue_mapping on SYNACK
by Eric Dumazet
· 9 years ago
ed53d0a
net: shrink struct sock and request_sock by 8 bytes
by Eric Dumazet
· 9 years ago
ca6fb06
tcp: attach SYNACK messages to request sockets instead of listener
by Eric Dumazet
· 9 years ago
d2e1339
tcp: Fix CWV being too strict on thin streams
by Bendik Rønning Opstad
· 9 years ago
4963ed4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
ea3bea3
tcp/dccp: constify rtx_synack() and friends
by Eric Dumazet
· 9 years ago
5d062de
tcp: constify tcp_make_synack() socket argument
by Eric Dumazet
· 9 years ago
6ac705b
tcp: remove tcp_ecn_make_synack() socket argument
by Eric Dumazet
· 9 years ago
37bfbdd
tcp: remove tcp_synack_options() socket argument
by Eric Dumazet
· 9 years ago
675ee23
tcp: add proper TS val into RST packets
by Eric Dumazet
· 9 years ago
f9b9958
tcp: send loss probe after 1s if no RTT available
by Yuchung Cheng
· 9 years ago
58d607d
tcp: provide skb->hash to synack packets
by Eric Dumazet
· 9 years ago
05c5a46
tcp: generate CA_EVENT_TX_START on data frames
by Neal Cardwell
· 9 years ago
6f021c6
tcp: fix slow start after idle vs TSO/GSO
by Eric Dumazet
· 9 years ago
b340b26
tcp: TLP retransmits last if failed to send new packet
by Yuchung Cheng
· 9 years ago
fcd16c0
tcp: don't extend RTO on failed loss probe attempts
by Yuchung Cheng
· 9 years ago
99d7662
tcp: tso: allow deferring under reordering state
by Eric Dumazet
· 9 years ago
2251ae4
tcp: v1 always send a quick ack when quickacks are enabled
by Jon Maxwell
· 9 years ago
b5e2c45
tcp: remove obsolete check in tcp_set_skb_tso_segs()
by Eric Dumazet
· 9 years ago
f69ad29
tcp: fill shinfo->gso_size at last moment
by Eric Dumazet
· 9 years ago
5bbb432
tcp: tcp_set_skb_tso_segs() no longer need struct sock parameter
by Eric Dumazet
· 9 years ago
51466a7
tcp: fill shinfo->gso_type at last moment
by Eric Dumazet
· 9 years ago
c39c4c6
tcp: double default TSQ output bytes limit
by Wei Liu
· 9 years ago
d6a4e26
tcp: tcp_tso_autosize() minimum is one packet
by Eric Dumazet
· 9 years ago
2efd055
tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info
by Marcelo Ricardo Leitner
· 9 years ago
eb93447
tcp: add a force_schedule argument to sk_stream_alloc_skb()
by Eric Dumazet
· 9 years ago
4921355
tcp: add rfc3168, section 6.1.1.1. fallback
by Daniel Borkmann
· 9 years ago
b8da51e
tcp: introduce tcp_under_memory_pressure()
by Eric Dumazet
· 9 years ago
a6c5ea4
tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()
by Eric Dumazet
· 9 years ago
e520af4
tcp: add TCPWinProbe and TCPKeepAlive SNMP counters
by Eric Dumazet
· 10 years ago
21c8fe9
tcp: adjust window probe timers to safer values
by Eric Dumazet
· 10 years ago
845704a
tcp: avoid looping in tcp_send_fin()
by Eric Dumazet
· 10 years ago
d83769a
tcp: fix possible deadlock in tcp_send_fin()
by Eric Dumazet
· 10 years ago
87ffabb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
b50edd7
tcp: tcp_make_synack() should clear skb->tstamp
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
00db412
ipv4: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
51456b2
ipv4: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
fd3a154
tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()
by Eric Dumazet
· 10 years ago
39f8e58
tcp: md5: remove request sock argument of calc_md5_hash()
by Eric Dumazet
· 10 years ago
80f03e2
tcp: md5: fix rcu lockdep splat
by Eric Dumazet
· 10 years ago
d3593b5
Revert "selinux: add a skb_owned_by() hook"
by Eric Dumazet
· 10 years ago
0fa74a4b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d22e153
tcp: fix tcp fin memory accounting
by Josh Hunt
· 10 years ago
05cbc0d
ipv4: Create probe timer for tcp PMTU as per RFC4821
by Fan Du
· 10 years ago
6b58e0a
ipv4: Use binary search to choose tcp PMTU probe_size
by Fan Du
· 10 years ago
a0ea700
tcp: tso: allow CA_CWR state in tcp_tso_should_defer()
by Eric Dumazet
· 10 years ago
50c8339
tcp: tso: restore IW10 after TSO autosizing
by Eric Dumazet
· 10 years ago
5f852eb
tcp: tso: remove tp->tso_deferred
by Eric Dumazet
· 10 years ago
b0f9ca5
ipv4: Namespecify TCP PMTU mechanism
by Fan Du
· 10 years ago
f2683b7
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by David S. Miller
· 10 years ago
9878196
tcp: do not pace pure ack packets
by Eric Dumazet
· 10 years ago
57be5bd
ip: convert tcp_sendmsg() to iov_iter primitives
by Al Viro
· 10 years ago
44d84d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
8116441
net: tcp: add per route congestion control
by Daniel Borkmann
· 10 years ago
843925f
tcp: Do not apply TSO segment limit to non-TSO packets
by Herbert Xu
· 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
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
355a901
tcp: make connect() mem charging friendly
by Eric Dumazet
· 10 years ago
d649a7a
tcp: limit GSO packets to half cwnd
by Eric Dumazet
· 10 years ago
f7b3bec
net: allow setting ecn via routing table
by Florian Westphal
· 10 years ago
Next »