Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2d8c1cef84dcba462e1806c1223aecd97df33f99
/
net
/
ipv4
/
tcp_input.c
e16aa20
[NET]: Memory barrier cleanups
by Ralf Baechle
· 18 years ago
b51655b
[NET]: Annotate __skb_checksum_complete() and friends.
by Al Viro
· 18 years ago
cfb6eeb
[TCP]: MD5 Signature Option (RFC2385) support.
by YOSHIFUJI Hideaki
· 18 years ago
6b87769
SELinux: Return correct context for SO_PEERSEC
by Venkat Yekkirala
· 18 years ago
80246ab
[TCP]: Kill warning in tcp_clean_rtx_queue().
by David S. Miller
· 18 years ago
8ea333e
[TCP]: Fix and simplify microsecond rtt sampling
by John Heffner
· 18 years ago
4f3608b
[TCP] net/ipv4/tcp_input.c: trivial annotations
by Al Viro
· 18 years ago
269bd27
[TCP]: struct tcp_sack_block annotations
by Al Viro
· 18 years ago
1ef9696
[TCP]: Send ACKs each 2nd received segment.
by Alexey Kuznetsov
· 18 years ago
ff9b5e0
[TCP]: Fix rcv mss estimate for LRO
by Herbert Xu
· 18 years ago
ab32ea5
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
by Brian Haley
· 18 years ago
b3a8a40
[TCP]: Turn ABC off.
by Stephen Hemminger
· 18 years ago
3fdf3f0
[TCP]: Two RFC3465 Appropriate Byte Count fixes.
by Daikichi Osuga
· 18 years ago
d254bcd
[TCP]: Fixes IW > 2 cases when TCP is application limited
by Ilpo Järvinen
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
b0da8537
[NET]: Add ECN support for TSO
by Michael Chan
· 18 years ago
7967168
[NET]: Merge TSO/UFO fields in sk_buff
by Herbert Xu
· 18 years ago
72dc5b9
[TCP]: Minimum congestion window consolidation.
by Stephen Hemminger
· 18 years ago
15986e1
[TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluous
by David S. Miller
· 18 years ago
1a2449a
[I/OAT]: TCP recv offload to I/OAT
by Chris Leech
· 18 years ago
79320d7
[TCP]: continued: reno sacked_out count fix
by Aki M Nyrhinen
· 18 years ago
8872d8e
[TCP]: reno sacked_out count fix
by Angelo P. Castellani
· 18 years ago
6c97e72
[IPV4]: Possible cleanups.
by Adrian Bunk
· 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
6fcf941
[TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabled
by John Heffner
· 19 years ago
09a6266
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
by Kris Katterjohn
· 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
31f3426
[TCP]: More spelling fixes.
by Stephen Hemminger
· 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
326f36e
[TCP]: receive buffer growth limiting with mixed MTU
by John Heffner
· 19 years ago
9772efb
[TCP]: Appropriate Byte Count support
by Stephen Hemminger
· 19 years ago
2d2abba
[TCP]: simplify microsecond rtt sampling
by Stephen Hemminger
· 19 years ago
2ad4106
[TCP]: Clear stale pred_flags when snd_wnd changes
by Herbert Xu
· 19 years ago
09e9ec8
[TCP]: Don't over-clamp window in tcp_clamp_window()
by Alexey Kuznetsov
· 19 years ago
3c05d92
[TCP]: Compute in_sacked properly when we split up a TSO frame.
by Herbert Xu
· 19 years ago
6475be1
[TCP]: Keep TSO enabled even during loss events.
by David S. Miller
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 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
295f732
[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer
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
b03efcf
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
by David S. Miller
· 19 years ago
c1b4a7e
[TCP]: Move to new TSO segmenting scheme.
by David S. Miller
· 19 years ago
0d9901d
[TCP]: Break out send buffer expansion test.
by David S. Miller
· 19 years ago
cb83199
[TCP]: Do not call tcp_tso_acked() if no work to do.
by David S. Miller
· 19 years ago
a564769
[TCP]: Kill bogus comment above tcp_tso_acked().
by David S. Miller
· 19 years ago
55c97f3
[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.
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
317a76f
[TCP]: Add pluggable congestion control algorithm infrastructure.
by Stephen Hemminger
· 19 years ago
3143241
[TCP]: Fix stretch ACK performance killer when doing ucopy.
by David S. Miller
· 19 years ago
02c30a8
[PATCH] update Ross Biro bouncing email address
by Jesper Juhl
· 20 years ago
088dd3a
[TCP]: Trivial tcp_data_queue() cleanup
by James Morris
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago