Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
ddda08624013e8435e9f7cfc34a35bd7b3520b6d
/
include
/
net
/
tcp.h
164891a
[TCP]: Congestion control API update.
by Stephen Hemminger
· 18 years ago
9e412ba
[TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)
by Ilpo Järvinen
· 18 years ago
4ac02ba
[TCP]: Uninline tcp_done().
by Andi Kleen
· 18 years ago
6047637
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
by Herbert Xu
· 18 years ago
aa8223c
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
by Arnaldo Carvalho de Melo
· 18 years ago
fe067e8
[TCP]: Abstract out all write queue operations.
by David S. Miller
· 18 years ago
9d729f7
[NET]: Convert xtime.tv_sec to get_seconds()
by James Morris
· 18 years ago
3cfe3ba
[TCP]: Add two new spurious RTO responses to FRTO
by Ilpo Järvinen
· 18 years ago
886236c
[TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh.
by John Heffner
· 18 years ago
46d0de4
[TCP] FRTO: Entry is allowed only during (New)Reno like recovery
by Ilpo Järvinen
· 18 years ago
bdaae17
[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c
by Ilpo Järvinen
· 18 years ago
ba7808e
[TCP]: remove tcp header from tcp_v4_check (take #2)
by Frederik Deweerdt
· 18 years ago
0d630cc
[TCP]: Use old definition of before
by Gerrit Renker
· 18 years ago
9a036b9
[TCP]: Fix ambiguity in the `before' relation.
by Gerrit Renker
· 18 years ago
8e5200f
[NET]: Fix assorted misannotations (from md5 and udplite merges).
by Al Viro
· 18 years ago
b51655b
[NET]: Annotate __skb_checksum_complete() and friends.
by Al Viro
· 18 years ago
6b11687
[NET]: Annotate csum_tcpudp_magic() callers in net/*
by Al Viro
· 18 years ago
cfb6eeb
[TCP]: MD5 Signature Option (RFC2385) support.
by YOSHIFUJI Hideaki
· 18 years ago
ce7bc3b
[TCP]: Restrict congestion control choices.
by Stephen Hemminger
· 18 years ago
3ff825b
[TCP]: Add tcp_available_congestion_control sysctl.
by Stephen Hemminger
· 18 years ago
72a3eff
[NET]: Size listen hash tables using backlog hint
by Eric Dumazet
· 18 years ago
3687b1d
[TCP]: SNMPv2 tcpAttemptFails counter error
by Wei Yongjun
· 18 years ago
a430a43
[NET] gso: Fix up GSO packets with broken checksums
by Herbert Xu
· 18 years ago
bcd7611
[NET]: Generalise TSO-specific bits from skb_setup_caps
by Herbert Xu
· 18 years ago
576a30e
[NET]: Added GSO header verification
by Herbert Xu
· 18 years ago
f4c50d9
[NET]: Add software TSOv4
by Herbert Xu
· 18 years ago
7967168
[NET]: Merge TSO/UFO fields in sk_buff
by Herbert Xu
· 18 years ago
cee4cca
Merge git://git.infradead.org/hdrcleanup-2.6
by Linus Torvalds
· 18 years ago
35089bb
[TCP]: Add tcp_slow_start_after_idle sysctl.
by David S. Miller
· 18 years ago
72dc5b9
[TCP]: Minimum congestion window consolidation.
by Stephen Hemminger
· 18 years ago
9593782
[I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O threshold
by Chris Leech
· 18 years ago
0e4b499
[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-static
by Chris Leech
· 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
0803dbe
[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()
by David S. Miller
· 19 years ago
3fdadf7
[NET]: {get|set}sockopt compatibility layer
by Dmitry Mishin
· 19 years ago
15d99e0
[TCP]: sysctl to allow TCP window > 32767 sans wscale
by Rick Jones
· 19 years ago
5d424d5
[TCP]: MTU probing
by John Heffner
· 19 years ago
40efc6f
[TCP]: less inline's
by Stephen Hemminger
· 19 years ago
8639a11
[TCP]: Don't use __constant_htonl for a non const arg
by Arnaldo Carvalho de Melo
· 19 years ago
6d6ee43
[TWSK]: Introduce struct timewait_sock_ops
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
9772efb
[TCP]: Appropriate Byte Count support
by Stephen Hemminger
· 19 years ago
7faffa1
[TCP]: add tcp_slow_start helper
by Stephen Hemminger
· 19 years ago
f4805ed
[TCP]: fix congestion window update when using TSO deferal
by Stephen Hemminger
· 19 years ago
fb286bb
[NET]: Detect hardware rx checksum faults correctly
by Herbert Xu
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 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
17b085e
[INET_DIAG]: Move the tcp_diag interface to the proper place
by Arnaldo Carvalho de Melo
· 19 years ago
73c1f4a
[TCPDIAG]: Just rename everything to inet_diag
by Arnaldo Carvalho de Melo
· 19 years ago
6687e98
[ICSK]: Move TCP congestion avoidance members to icsk
by Arnaldo Carvalho de Melo
· 19 years ago
696ab2d
[TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_sock.c
by Arnaldo Carvalho de Melo
· 19 years ago
295ff7e
[TIMEWAIT]: Introduce inet_timewait_death_row
by Arnaldo Carvalho de Melo
· 19 years ago
a019d6f
[ICSK]: Move generalised functions from tcp to inet_connection_sock
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
0a5578c
[ICSK]: Generalise tcp_listen_{start,stop}
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
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
f3f05f7
[INET]: Generalise the tcp_listen_ lock routines
by Arnaldo Carvalho de Melo
· 19 years ago
6e04e02
[INET]: Move tcp_port_rover to inet_hashinfo
by Arnaldo Carvalho de Melo
· 19 years ago
2d8c4ce
[INET]: Generalise tcp_bind_hash & tcp_inherit_port
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
77d8bf9
[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]
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
32519f1
[INET]: Introduce inet_sk_rebuild_header
by Arnaldo Carvalho de Melo
· 19 years ago
6cbb0df
[SOCK]: Introduce sk_setup_caps
by Arnaldo Carvalho de Melo
· 19 years ago
e684897
[NET]: Cleanup INET_REFCNT_DEBUG code
by Arnaldo Carvalho de Melo
· 19 years ago
d1b04c0
[NET]: Spelling mistakes threshoulds -> thresholds
by Baruch Even
· 19 years ago
86a76ca
[NET]: Fix sparse warnings
by Victor Fusco
· 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
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
a762a98
[TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().
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
a8acfba
[TCP]: Need to declare 'tcp_reno' in net/tcp.h
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
e52c1f1
[NET]: Move sysctl_max_syn_backlog into request_sock.c
by David S. Miller
· 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
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