index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
tcp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TCP]: Rewrite SACK block processing & sack_recv_cache use
Ilpo Järvinen
2008-01-28
1
-1
/
+0
*
[TCP]: Convert highest_sack to sk_buff to allow direct access
Ilpo Järvinen
2008-01-28
1
-0
/
+10
*
[TCP]: Splice receive support.
Jens Axboe
2008-01-28
1
-0
/
+3
*
[TCP] MTUprobe: fix potential sk_send_head corruption
Ilpo Järvinen
2007-11-19
1
-0
/
+3
*
[TCP]: Remove unneeded implicit type cast when calling tcp_minshall_update()
Chuck Lever
2007-10-23
1
-1
/
+1
*
[TCP]: Minor coding style fixup.
David S. Miller
2007-10-10
1
-2
/
+4
*
[TCP]: Avoid clearing sacktag hint in trivial situations
Ilpo Järvinen
2007-10-10
1
-1
/
+5
*
[TCP]: clear_all_retrans_hints prefixed by tcp_
Ilpo Järvinen
2007-10-10
1
-2
/
+2
*
[TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere)
Ilpo Järvinen
2007-10-10
1
-12
/
+0
*
[TCP]: Remove unnecessary wrapper tcp_packets_out_dec
Ilpo Järvinen
2007-10-10
1
-6
/
+0
*
[TCP]: Move sack_ok access to obviously named funcs & cleanup
Ilpo Järvinen
2007-10-10
1
-0
/
+28
*
[TCP]: Don't panic if S+L skb is detected
Ilpo Järvinen
2007-10-10
1
-2
/
+2
*
[TCP]: Reduce sacked_out with reno when purging write_queue
Ilpo Järvinen
2007-10-10
1
-2
/
+1
*
[TCP]: Left out sync->verify (the new meaning of it) & definify
Ilpo Järvinen
2007-10-10
1
-4
/
+3
*
[TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines
Ilpo Järvinen
2007-10-10
1
-4
/
+7
*
[TCP]: Tighten tcp_sock's belt, drop left_out
Ilpo Järvinen
2007-10-10
1
-2
/
+2
*
[TCP]: Add tcp_dec_pcount_approx int variant
Ilpo Järvinen
2007-10-10
1
-3
/
+8
*
[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it
Ilpo Järvinen
2007-10-10
1
-2
/
+12
*
[TCP]: Fix MD5 signature handling on big-endian.
David S. Miller
2007-09-28
1
-4
/
+2
*
[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().
David S. Miller
2007-08-02
1
-1
/
+1
*
[TCP]: congestion control API pass RTT in microseconds
Stephen Hemminger
2007-07-31
1
-1
/
+1
*
[TCP]: remove unused argument to cong_avoid op
Stephen Hemminger
2007-07-18
1
-4
/
+2
*
[TCP]: Consolidate checking for tcp orphan count being too big.
Pavel Emelianov
2007-05-31
1
-0
/
+6
*
[TCP]: Use S+L catcher only with SACK for now
Ilpo Järvinen
2007-05-03
1
-1
/
+2
*
[TCP] FRTO: RFC4138 allows Nagle override when new data must be sent
Ilpo Järvinen
2007-04-30
1
-0
/
+5
*
[TCP]: Catch skb with S+L bugs earlier
Ilpo Järvinen
2007-04-30
1
-3
/
+1
*
[TCP]: Congestion control API update.
Stephen Hemminger
2007-04-25
1
-4
/
+5
*
[TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)
Ilpo Järvinen
2007-04-25
1
-10
/
+15
*
[TCP]: Uninline tcp_done().
Andi Kleen
2007-04-25
1
-15
/
+1
*
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
Herbert Xu
2007-04-25
1
-1
/
+1
*
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[TCP]: Abstract out all write queue operations.
David S. Miller
2007-04-25
1
-0
/
+114
*
[NET]: Convert xtime.tv_sec to get_seconds()
James Morris
2007-04-25
1
-2
/
+2
*
[TCP]: Add two new spurious RTO responses to FRTO
Ilpo Järvinen
2007-04-25
1
-1
/
+2
*
[TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_...
John Heffner
2007-04-25
1
-0
/
+1
*
[TCP] FRTO: Entry is allowed only during (New)Reno like recovery
Ilpo Järvinen
2007-04-25
1
-1
/
+1
*
[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c
Ilpo Järvinen
2007-04-25
1
-13
/
+1
*
[TCP]: remove tcp header from tcp_v4_check (take #2)
Frederik Deweerdt
2007-02-08
1
-3
/
+2
*
[TCP]: Use old definition of before
Gerrit Renker
2007-01-04
1
-1
/
+1
*
[TCP]: Fix ambiguity in the `before' relation.
Gerrit Renker
2006-12-22
1
-7
/
+2
*
[NET]: Fix assorted misannotations (from md5 and udplite merges).
Al Viro
2006-12-02
1
-1
/
+1
*
[NET]: Annotate __skb_checksum_complete() and friends.
Al Viro
2006-12-02
1
-1
/
+1
*
[NET]: Annotate csum_tcpudp_magic() callers in net/*
Al Viro
2006-12-02
1
-3
/
+3
*
[TCP]: MD5 Signature Option (RFC2385) support.
YOSHIFUJI Hideaki
2006-12-02
1
-0
/
+143
*
[TCP]: Restrict congestion control choices.
Stephen Hemminger
2006-12-02
1
-0
/
+3
*
[TCP]: Add tcp_available_congestion_control sysctl.
Stephen Hemminger
2006-12-02
1
-0
/
+4
*
[NET]: Size listen hash tables using backlog hint
Eric Dumazet
2006-12-02
1
-1
/
+0
*
[TCP]: SNMPv2 tcpAttemptFails counter error
Wei Yongjun
2006-08-02
1
-0
/
+3
*
[NET] gso: Fix up GSO packets with broken checksums
Herbert Xu
2006-07-08
1
-0
/
+1
*
[NET]: Generalise TSO-specific bits from skb_setup_caps
Herbert Xu
2006-06-30
1
-1
/
+1
[next]