Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
b7058842c940ad2c08dd829b21e5c92ebe3b8758
/
include
/
net
/
tcp.h
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
0b6a05c
tcp: fix ssthresh u16 leftover
by Ilpo Järvinen
· 15 years ago
aa13307
tcp: replace hard coded GFP_KERNEL with sk_allocation
by Wu Fengguang
· 15 years ago
5152fc7
RTO connection timeout: coding style fixes and comments
by Damian Lukowski
· 15 years ago
6fa12c8
Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.
by Damian Lukowski
· 15 years ago
f1ecd5d
Revert Backoff [v3]: Revert RTO on ICMP destination unreachable
by Damian Lukowski
· 15 years ago
df19a62
tcp: keepalive cleanups
by Eric Dumazet
· 15 years ago
e3afe7b
tcp: Fix MD5 signature checking on IPv4 mapped sockets
by John Dykstra
· 15 years ago
22f6dac
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
7aedec2
tcp: tcp_prequeue() can use keyed wakeups
by Eric Dumazet
· 16 years ago
f5f8d86
tcp: tcp_prequeue() cleanup
by Eric Dumazet
· 16 years ago
0c26689
tcp: Fix tcp_prequeue() to get correct rto_min value
by Satoru SATOH
· 16 years ago
a0f82f6
syncookies: remove last_synq_overflow from struct tcp_sock
by Florian Westphal
· 16 years ago
797108d
tcp: add helper for counter tweaking due mid-wq change
by Ilpo Järvinen
· 16 years ago
0c54b85
tcp: simplify tcp_current_mss
by Ilpo Järvinen
· 16 years ago
c887e6d
tcp: consolidate paws check
by Ilpo Järvinen
· 16 years ago
ee7537b
tcp: tcp_init_wl / tcp_update_wl argument cleanup
by Hantzis Fotis
· 16 years ago
cabeccb
tcp: kill eff_sacks "cache", the sole user can calculate itself
by Ilpo Järvinen
· 16 years ago
758ce5c
tcp: add helper for AI algorithm
by Ilpo Järvinen
· 16 years ago
bf296b1
tcp: Add GRO support
by Herbert Xu
· 16 years ago
dd24c00
net: Use a percpu_counter for orphan_count
by Eric Dumazet
· 16 years ago
1748376
net: Use a percpu_counter for sockets_allocated
by Eric Dumazet
· 16 years ago
8eecaba
tcp: tcp_limit_reno_sacked can become static
by Ilpo Järvinen
· 16 years ago
832d11c
tcp: Try to restore large SKBs while SACK processing
by Ilpo Järvinen
· 16 years ago
e1aa680
tcp: move tcp_simple_retransmit to tcp_input
by Ilpo Järvinen
· 16 years ago
38a7ddf
tcp: remove an unnecessary field in struct tcp_skb_cb
by Petr Tesarik
· 16 years ago
c57943a
net: wrap sk->sk_backlog_rcv()
by Peter Zijlstra
· 16 years ago
a3116ac
tcp: Port redirection support for TCP
by KOVACS Krisztian
· 16 years ago
cd07a8e
tcp: Use SKB queue handling interfaces instead of by-hand versions.
by David S. Miller
· 16 years ago
d258b49
tcp: Use skb_queue_is_last() instead of by-hand version.
by David S. Miller
· 16 years ago
43f59c8
net: Remove __skb_insert() calls outside of skbuff internals.
by David S. Miller
· 16 years ago
ef9da47
tcp: don't clear retransmit_skb_hint when not necessary
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
64edc27
tcp: Partial hint clearing has again become meaningless
by Ilpo Järvinen
· 16 years ago
410e27a
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
by Gerrit Renker
· 16 years ago
6224877
tcp/dccp: Consolidate common code for RFC 3390 conversion
by Gerrit Renker
· 16 years ago
33ad798
tcp: options clean up
by Adam Langley
· 16 years ago
49a72df
tcp: Fix MD5 signatures for non-linear skbs
by Adam Langley
· 16 years ago
57ef42d
mib: put tcp statistics on struct net
by Pavel Emelyanov
· 16 years ago
de0744a
mib: add net to NET_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
5c52ba1
sock: add net to prot->enter_memory_pressure callback
by Pavel Emelyanov
· 16 years ago
cf1100a
mib: add net to TCP_ADD_STATS_USER
by Pavel Emelyanov
· 16 years ago
74688e4
mib: add net to TCP_DEC_STATS
by Pavel Emelyanov
· 16 years ago
63231bd
mib: add net to TCP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
81cc8a7
mib: add net to TCP_INC_STATS
by Pavel Emelyanov
· 16 years ago
a9c1932
tcp: add net to tcp_mib_init
by Pavel Emelyanov
· 16 years ago
f10f843
mib: drop unused TCP_XXX_STATS macros
by Pavel Emelyanov
· 16 years ago
7d06b2e
net: change proto destroy method to return void
by Brian Haley
· 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
9501f97
tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_hash().
by YOSHIFUJI Hideaki
· 17 years ago
8d26d76
tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.
by YOSHIFUJI Hideaki
· 17 years ago
076fb72
tcp md5sig: Remove redundant protocol argument.
by YOSHIFUJI Hideaki
· 17 years ago
7d5d552
tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.
by YOSHIFUJI Hideaki
· 17 years ago
45d465b
ipv4: Remove unused declaration from include/net/tcp.h.
by Rami Rosen
· 16 years ago
dd9e0dd
[TCP]: Increase the max_burst threshold from 3 to tp->reordering.
by John Heffner
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
7de6c03
[SKB]: __skb_append = __skb_queue_after
by Gerrit Renker
· 17 years ago
5f4472c
[TCP]: Remove owner from tcp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
68fcadd
[TCP]: Place file operations directly into tcp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
9427c4b
[TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
a4146b1
[TCP]: Replace struct net on tcp_iter_state with seq_net_private.
by Denis V. Lunev
· 17 years ago
4dfc281
[Syncookies]: Add support for TCP options via timestamps.
by Florian Westphal
· 17 years ago
882beba
[TCP]: tcp_simple_retransmit can cause S+L
by Ilpo Järvinen
· 17 years ago
2051f11
[TCP]: Shrink syncookie_secret by 8 byte.
by Florian Westphal
· 17 years ago
ec3c0982
[TCP]: TCP_DEFER_ACCEPT updates - process as established
by Patrick McManus
· 17 years ago
6f8b13b
[NETNS][IPV6] tcp6 - make proc per namespace
by Daniel Lezcano
· 17 years ago
f40c817
[NETNS][IPV4] tcp - make proc handle the network namespaces
by Daniel Lezcano
· 17 years ago
c6aefaf
[TCP]: Add IPv6 support to TCP SYN cookies
by Glenn Griffin
· 17 years ago
9b0f976
[INET]: Remove struct net_proto_family* from _init calls.
by Denis V. Lunev
· 17 years ago
cea14e0
[TCP]: Uninline tcp_is_cwnd_limited
by Ilpo Järvinen
· 17 years ago
490d504
[TCP]: Uninline tcp_set_state
by Ilpo Järvinen
· 17 years ago
4828e7f
[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
by Ilpo Järvinen
· 17 years ago
90840de
[TCP]: Introduce tcp_wnd_end() to reduce line lengths
by Ilpo Järvinen
· 17 years ago
3ab224b
[NET] CORE: Introducing new memory accounting interface.
by Hideo Aoki
· 17 years ago
9cb5734
[TCP]: Convert several length variable to unsigned.
by YOSHIFUJI Hideaki
· 17 years ago
6859d49
[TCP]: Abstract tp->highest_sack accessing & point to next skb
by Ilpo Järvinen
· 17 years ago
234b686
[TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe
by Ilpo Järvinen
· 17 years ago
c3a05c6
[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid
by Ilpo Järvinen
· 17 years ago
8512430
[TCP]: Move FRTO checks out from write queue abstraction funcs
by Ilpo Järvinen
· 17 years ago
68f8353
[TCP]: Rewrite SACK block processing & sack_recv_cache use
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
9c55e01
[TCP]: Splice receive support.
by Jens Axboe
· 17 years ago
6e42141
[TCP] MTUprobe: fix potential sk_send_head corruption
by Ilpo Järvinen
· 17 years ago
c1bd24b
[TCP]: Remove unneeded implicit type cast when calling tcp_minshall_update()
by Chuck Lever
· 17 years ago
0800f17
[TCP]: Minor coding style fixup.
by David S. Miller
· 17 years ago
b768920
[TCP]: Avoid clearing sacktag hint in trivial situations
by Ilpo Järvinen
· 17 years ago
5af4ec2
[TCP]: clear_all_retrans_hints prefixed by tcp_
by Ilpo Järvinen
· 17 years ago
6ff03ac
[TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere)
by Ilpo Järvinen
· 17 years ago
e9144bd
[TCP]: Remove unnecessary wrapper tcp_packets_out_dec
by Ilpo Järvinen
· 17 years ago
e60402d
[TCP]: Move sack_ok access to obviously named funcs & cleanup
by Ilpo Järvinen
· 17 years ago
b9c4595
[TCP]: Don't panic if S+L skb is detected
by Ilpo Järvinen
· 17 years ago
1b6d427
[TCP]: Reduce sacked_out with reno when purging write_queue
by Ilpo Järvinen
· 17 years ago
005903b
[TCP]: Left out sync->verify (the new meaning of it) & definify
by Ilpo Järvinen
· 17 years ago
83ae408
[TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines
by Ilpo Järvinen
· 17 years ago
b5860bb
[TCP]: Tighten tcp_sock's belt, drop left_out
by Ilpo Järvinen
· 17 years ago
af610b4
[TCP]: Add tcp_dec_pcount_approx int variant
by Ilpo Järvinen
· 17 years ago
bdf1ee5
[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it
by Ilpo Järvinen
· 17 years ago
f8ab18d
[TCP]: Fix MD5 signature handling on big-endian.
by David S. Miller
· 17 years ago
Next »