Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
76aa698f331475147825ae135eae98bfd457825b
/
net
/
ipv4
/
tcp_output.c
7967168
[NET]: Merge TSO/UFO fields in sk_buff
by Herbert Xu
· 18 years ago
35089bb
[TCP]: Add tcp_slow_start_after_idle sysctl.
by David S. Miller
· 18 years ago
f291196
[TCP]: Avoid skb_pull if possible when trimming head
by Herbert Xu ~{PmVHI~}
· 18 years ago
83de47c
[TCP]: Fix unlikely usage in tcp_transmit_skb()
by Hua Zhong
· 19 years ago
b60b49e
[TCP]: Account skb overhead in tcp_fragment
by Herbert Xu
· 19 years ago
ef5cb97
[TCP]: Fix truesize underflow
by Herbert Xu
· 19 years ago
6c97e72
[IPV4]: Possible cleanups.
by Adrian Bunk
· 19 years ago
15d99e0
[TCP]: sysctl to allow TCP window > 32767 sans wscale
by Rick Jones
· 19 years ago
0e7b136
[TCP] mtu probing: move tcp-specific data out of inet_connection_sock
by John Heffner
· 19 years ago
5d424d5
[TCP]: MTU probing
by John Heffner
· 19 years ago
ba244fe
[TCP]: Fix tcp_tso_should_defer() when limit>=65536
by David S. Miller
· 19 years ago
40efc6f
[TCP]: less inline's
by Stephen Hemminger
· 19 years ago
d83d846
[IP_SOCKGLUE]: Remove most of the tcp specific calls
by Arnaldo Carvalho de Melo
· 19 years ago
8292a17
[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops
by Arnaldo Carvalho de Melo
· 19 years ago
dfb4b9d
[TCP] Vegas: timestamp before clone
by David S. Miller
· 19 years ago
6a438bb
[TCP]: speed up SACK processing
by Stephen Hemminger
· 19 years ago
caa20d9a
[TCP]: spelling fixes
by Stephen Hemminger
· 19 years ago
f4805ed
[TCP]: fix congestion window update when using TSO deferal
by Stephen Hemminger
· 19 years ago
b2cc99f
[TCP] Allow len == skb->len in tcp_fragment
by Herbert Xu
· 19 years ago
046d20b
[TCP]: Ratelimit debugging warning.
by Herbert Xu
· 19 years ago
9ff5c59
[TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!"
by Herbert Xu
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
01ff367
[TCP]: Revert 6b251858d377196b8cea20e65cae60f584a42735
by David S. Miller
· 19 years ago
6b25185
[TCP]: Fix init_cwnd calculations in tcp_select_initial_window()
by David S. Miller
· 19 years ago
83ca28b
[TCP]: Adjust Reno SACK estimate in tcp_fragment
by Herbert Xu
· 19 years ago
e14c3ca
[TCP]: Handle SACK'd packets properly in tcp_fragment().
by Herbert Xu
· 19 years ago
3c05d92
[TCP]: Compute in_sacked properly when we split up a TSO frame.
by Herbert Xu
· 19 years ago
e130af5
[TCP]: Fix double adjustment of tp->{lost,left}_out in tcp_fragment().
by Herbert Xu
· 19 years ago
cf0b450
[TCP]: Fix off by one in tcp_fragment() "already sent" test.
by Herbert Xu
· 19 years ago
6475be1
[TCP]: Keep TSO enabled even during loss events.
by David S. Miller
· 19 years ago
d179cd1
[NET]: Implement SKB fast cloning.
by David S. Miller
· 19 years ago
a61bbcf
[NET]: Store skb->timestamp as offset to a base timestamp
by Patrick McHardy
· 19 years ago
6687e98
[ICSK]: Move TCP congestion avoidance members to icsk
by Arnaldo Carvalho de Melo
· 19 years ago
3f421ba
[NET]: Just move the inet_connection_sock function from tcp sources
by Arnaldo Carvalho de Melo
· 19 years ago
463c84b
[NET]: Introduce inet_connection_sock
by Arnaldo Carvalho de Melo
· 19 years ago
8728b83
[NET]: Kill skb->list
by David S. Miller
· 19 years ago
14869c3
[TCP]: Do TSO deferral even if tail SKB can go out now.
by Dmitry Yusupov
· 19 years ago
c8ac377
[TCP]: Fix bug #5070: kernel BUG at net/ipv4/tcp_output.c:864
by Herbert Xu
· 19 years ago
b5da623
[TCP]: Adjust {p,f}ackets_out correctly in tcp_retransmit_skb()
by Herbert Xu
· 19 years ago
b68e9f8
[PATCH] tcp: fix TSO cwnd caching bug
by Herbert Xu
· 19 years ago
846998a
[PATCH] tcp: fix TSO sizing bugs
by David S. Miller
· 19 years ago
86a76ca
[NET]: Fix sparse warnings
by Victor Fusco
· 19 years ago
908a75c
[TCP]: Never TSO defer under periods of congestion.
by David S. Miller
· 19 years ago
c1b4a7e
[TCP]: Move to new TSO segmenting scheme.
by David S. Miller
· 19 years ago
aa93466
[TCP]: Eliminate redundant computations in tcp_write_xmit().
by David S. Miller
· 19 years ago
7f4dd0a
[TCP]: Break out tcp_snd_test() into it's constituent parts.
by David S. Miller
· 19 years ago
55c97f3
[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.
by David S. Miller
· 19 years ago
a2e2a59
[TCP]: Fix redundant calculations of tcp_current_mss()
by David S. Miller
· 19 years ago
92df7b5
[TCP]: tcp_write_xmit() tabbing cleanup
by David S. Miller
· 19 years ago
a762a98
[TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().
by David S. Miller
· 19 years ago
f44b527
[TCP]: Add missing skb_header_release() call to tcp_fragment().
by David S. Miller
· 19 years ago
84d3e7b
[TCP]: Move __tcp_data_snd_check into tcp_output.c
by David S. Miller
· 19 years ago
f6302d1
[TCP]: Move send test logic out of net/tcp.h
by David S. Miller
· 19 years ago
fc6415b
[TCP]: Fix quick-ack decrementing with TSO.
by David S. Miller
· 19 years ago
317a76f
[TCP]: Add pluggable congestion control algorithm infrastructure.
by Stephen Hemminger
· 19 years ago
60236fd
[NET] Rename open_request to request_sock
by Arnaldo Carvalho de Melo
· 19 years ago
2e6599c
[NET] Generalise TCP's struct open_request minisock infrastructure
by Arnaldo Carvalho de Melo
· 19 years ago
02c30a8
[PATCH] update Ross Biro bouncing email address
by Jesper Juhl
· 20 years ago
d5ac99a
[TCP]: skb pcount with MTU discovery
by David S. Miller
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago