Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
67415020950046e32f520c1447e79ebebbf447ac
/
include
/
linux
/
tcp.h
7e38017
net: TCP thin dupack
by Andreas Petlund
· 15 years ago
36e31b0
net: TCP thin linear timeouts
by Andreas Petlund
· 15 years ago
435cf55
TCPCT part 1d: define TCP cookie option, extend existing struct's
by William Allen Simpson
· 15 years ago
519855c
TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS
by William Allen Simpson
· 15 years ago
bee7ca9
net: TCP_MSS_DEFAULT, TCP_MSS_DESIRED
by William Allen Simpson
· 15 years ago
d94d9fe
net: cleanup include/linux
by Eric Dumazet
· 15 years ago
b2e4b3d
tcp: MD5 operations should be const
by Stephen Hemminger
· 15 years ago
a0f82f6
syncookies: remove last_synq_overflow from struct tcp_sock
by Florian Westphal
· 16 years ago
2a3a041
tcp: cache result of earlier divides when mss-aligning things
by Ilpo Järvinen
· 16 years ago
0c54b85
tcp: simplify tcp_current_mss
by Ilpo Järvinen
· 16 years ago
cabeccb
tcp: kill eff_sacks "cache", the sole user can calculate itself
by Ilpo Järvinen
· 16 years ago
f3a7c66
net: replace __constant_{endian} uses in net headers
by Harvey Harrison
· 16 years ago
33f5f57
tcp: kill pointless urg_mode
by Ilpo Järvinen
· 16 years ago
0e1c54c
tcp: reorganize retransmit code loops
by Ilpo Järvinen
· 16 years ago
006f582
tcp: convert retransmit_cnt_hint to seqno
by Ilpo Järvinen
· 16 years ago
4389dde
tcp: Remove redundant checks when setting eff_sacks
by Adam Langley
· 16 years ago
4ae127d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ec0a196
tcp: Revert 'process defer accept as established' changes.
by David S. Miller
· 16 years ago
b79eeeb
tcp: Reorganize tcp_sock to fill 64-bit holes & improve locality
by Ilpo Järvinen
· 16 years ago
4b74944
tcp: Make prior_ssthresh a u32
by Ilpo Järvinen
· 16 years ago
ec3c0982
[TCP]: TCP_DEFER_ACCEPT updates - process as established
by Patrick McManus
· 17 years ago
68f8353
[TCP]: Rewrite SACK block processing & sack_recv_cache use
by Ilpo Järvinen
· 17 years ago
fd6dad6
[TCP]: Earlier SACK block verification & simplify access to them
by Ilpo Järvinen
· 17 years ago
a47e5a9
[TCP]: Convert highest_sack to sk_buff to allow direct access
by Ilpo Järvinen
· 17 years ago
f78a1b3
[TCP]: Make snd_cwnd_cnt 32-bit
by Ilpo Järvinen
· 17 years ago
b08d6cb
[TCP]: Limit processing lost_retrans loop to work-to-do cases
by Ilpo Järvinen
· 17 years ago
c79e335
[TCP]: Comment fastpath_cnt_hint off-by-one trap
by Ilpo Järvinen
· 17 years ago
13dae42
[TCP]: Update comment about highest_sack validity
by Ilpo Järvinen
· 17 years ago
b5860bb
[TCP]: Tighten tcp_sock's belt, drop left_out
by Ilpo Järvinen
· 17 years ago
539d243
[TCP]: Access to highest_sack obsoletes forward_cnt_hint
by Ilpo Järvinen
· 17 years ago
d738cd8
[TCP]: Add highest_sack seqno, points to globally highest SACK
by Ilpo Järvinen
· 18 years ago
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
aa8223c
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
by Arnaldo Carvalho de Melo
· 18 years ago
ab6a5bb
[TCP]: Introduce tcp_hdrlen() and tcp_optlen()
by Arnaldo Carvalho de Melo
· 18 years ago
e0ef57c
[TCP]: Make snd_cwnd_clamp a u32.
by David S. Miller
· 18 years ago
54287cc
[TCP]: Keep copied_seq, rcv_wup and rcv_next together.
by Eric Dumazet
· 18 years ago
6f74651
[TCP]: Seperate DSACK from SACK fast path
by Baruch Even
· 18 years ago
3a137d2
[TCP]: Renove the __ prefix on the struct tcp_sock members
by Arnaldo Carvalho de Melo
· 18 years ago
2ff52f2
[TCP]: Change tcp_header_len member in tcp_sock to u16
by Arnaldo Carvalho de Melo
· 18 years ago
9981a0e
[NET]: Annotate checksums in on-the-wire packets.
by Al Viro
· 18 years ago
cfb6eeb
[TCP]: MD5 Signature Option (RFC2385) support.
by YOSHIFUJI Hideaki
· 18 years ago
ae8064a
[TCP]: Bound TSO defer time
by John Heffner
· 18 years ago
dddc93c
[TCP]: struct tcp_sock .pred_flags is net-endian
by Al Viro
· 18 years ago
269bd27
[TCP]: struct tcp_sack_block annotations
by Al Viro
· 18 years ago
46a9732
[IPV4]: TCP headers annotated
by Al Viro
· 18 years ago
c8a553ad
[TCP]: Move inclusion of <linux/dmaengine.h> to correct place in <linux/tcp.h>
by David Woodhouse
· 18 years ago
cee4cca
Merge git://git.infradead.org/hdrcleanup-2.6
by Linus Torvalds
· 18 years ago
97fc2f0
[I/OAT]: Structure changes for TCP recv offload to I/OAT
by Chris Leech
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
0e7b136
[TCP] mtu probing: move tcp-specific data out of inet_connection_sock
by John Heffner
· 19 years ago
d83d846
[IP_SOCKGLUE]: Remove most of the tcp specific calls
by Arnaldo Carvalho de Melo
· 19 years ago
2271281
[TCP]: Move the TCPF_ enum to tcp_states.h
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
6a438bb
[TCP]: speed up SACK processing
by Stephen Hemminger
· 19 years ago
9772efb
[TCP]: Appropriate Byte Count support
by Stephen Hemminger
· 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
463c84b
[NET]: Introduce inet_connection_sock
by Arnaldo Carvalho de Melo
· 19 years ago
8feaf0c
[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
by Arnaldo Carvalho de Melo
· 19 years ago
c752f07
[TCP]: Move the tcp sock states to net/tcp_states.h
by Arnaldo Carvalho de Melo
· 19 years ago
a55ebcc
[INET]: Move bind_hash from tcp_sk to inet_sk
by Arnaldo Carvalho de Melo
· 19 years ago
0f7ff92
[INET]: Just rename the TCP hashtable functions/structs to inet_
by Arnaldo Carvalho de Melo
· 19 years ago
c1b4a7e
[TCP]: Move to new TSO segmenting scheme.
by David S. Miller
· 19 years ago
5f8ef48
[TCP]: Allow choosing TCP congestion control via sockopt.
by Stephen Hemminger
· 19 years ago
317a76f
[TCP]: Add pluggable congestion control algorithm infrastructure.
by Stephen Hemminger
· 19 years ago
0e87506
[NET] Generalise tcp_listen_opt
by Arnaldo Carvalho de Melo
· 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
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago