Commit Graph

174 Commits (0b6e4d56bf71866a2b58daa8323cf747988ce7e4)

Author SHA1 Message Date
Peter Zijlstra c57943a1c9 net: wrap sk->sk_backlog_rcv() 17 years ago
KOVACS Krisztian a3116ac5c2 tcp: Port redirection support for TCP 17 years ago
David S. Miller cd07a8ea0d tcp: Use SKB queue handling interfaces instead of by-hand versions. 17 years ago
David S. Miller d258b4914b tcp: Use skb_queue_is_last() instead of by-hand version. 17 years ago
David S. Miller 43f59c8939 net: Remove __skb_insert() calls outside of skbuff internals. 17 years ago
Ilpo Järvinen ef9da47c7c tcp: don't clear retransmit_skb_hint when not necessary 17 years ago
Ilpo Järvinen 0e1c54c2a4 tcp: reorganize retransmit code loops 17 years ago
Ilpo Järvinen 006f582c73 tcp: convert retransmit_cnt_hint to seqno 17 years ago
Ilpo Järvinen 64edc2736e tcp: Partial hint clearing has again become meaningless 17 years ago
Gerrit Renker 410e27a49b This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" 17 years ago
Gerrit Renker 6224877b2c tcp/dccp: Consolidate common code for RFC 3390 conversion 17 years ago
Adam Langley 33ad798c92 tcp: options clean up 17 years ago
Adam Langley 49a72dfb88 tcp: Fix MD5 signatures for non-linear skbs 17 years ago
Pavel Emelyanov 57ef42d59d mib: put tcp statistics on struct net 17 years ago
Pavel Emelyanov de0744af1f mib: add net to NET_INC_STATS_BH 17 years ago
Pavel Emelyanov 5c52ba170f sock: add net to prot->enter_memory_pressure callback 17 years ago
Pavel Emelyanov cf1100a7a4 mib: add net to TCP_ADD_STATS_USER 17 years ago
Pavel Emelyanov 74688e487a mib: add net to TCP_DEC_STATS 17 years ago
Pavel Emelyanov 63231bddf6 mib: add net to TCP_INC_STATS_BH 17 years ago
Pavel Emelyanov 81cc8a75d9 mib: add net to TCP_INC_STATS 17 years ago
Pavel Emelyanov a9c19329ec tcp: add net to tcp_mib_init 17 years ago
Pavel Emelyanov f10f84314d mib: drop unused TCP_XXX_STATS macros 17 years ago
Brian Haley 7d06b2e053 net: change proto destroy method to return void 17 years ago
David S. Miller ec0a196626 tcp: Revert 'process defer accept as established' changes. 17 years ago
YOSHIFUJI Hideaki 9501f97229 tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_hash(). 17 years ago
YOSHIFUJI Hideaki 8d26d76dd4 tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6. 17 years ago
YOSHIFUJI Hideaki 076fb72233 tcp md5sig: Remove redundant protocol argument. 17 years ago
YOSHIFUJI Hideaki 7d5d5525bd tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6. 17 years ago
Rami Rosen 45d465bc23 ipv4: Remove unused declaration from include/net/tcp.h. 17 years ago
John Heffner dd9e0dda66 [TCP]: Increase the max_burst threshold from 3 to tp->reordering. 17 years ago
Gerrit Renker 7de6c03336 [SKB]: __skb_append = __skb_queue_after 17 years ago
Denis V. Lunev 5f4472c5a6 [TCP]: Remove owner from tcp_seq_afinfo. 17 years ago
Denis V. Lunev 68fcadd16c [TCP]: Place file operations directly into tcp_seq_afinfo. 17 years ago
Denis V. Lunev 9427c4b36b [TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo. 17 years ago
Denis V. Lunev a4146b1b2c [TCP]: Replace struct net on tcp_iter_state with seq_net_private. 17 years ago
Florian Westphal 4dfc281702 [Syncookies]: Add support for TCP options via timestamps. 17 years ago
Ilpo Järvinen 882bebaaca [TCP]: tcp_simple_retransmit can cause S+L 17 years ago
Florian Westphal 2051f11fb8 [TCP]: Shrink syncookie_secret by 8 byte. 17 years ago
Patrick McManus ec3c0982a2 [TCP]: TCP_DEFER_ACCEPT updates - process as established 17 years ago
Daniel Lezcano 6f8b13bcb3 [NETNS][IPV6] tcp6 - make proc per namespace 17 years ago
Daniel Lezcano f40c8174d3 [NETNS][IPV4] tcp - make proc handle the network namespaces 17 years ago
Glenn Griffin c6aefafb7e [TCP]: Add IPv6 support to TCP SYN cookies 17 years ago
Denis V. Lunev 9b0f976f27 [INET]: Remove struct net_proto_family* from _init calls. 17 years ago
Ilpo Järvinen cea14e0ed6 [TCP]: Uninline tcp_is_cwnd_limited 17 years ago
Ilpo Järvinen 490d504693 [TCP]: Uninline tcp_set_state 17 years ago
Ilpo Järvinen 4828e7f49a [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary 17 years ago
Ilpo Järvinen 90840defab [TCP]: Introduce tcp_wnd_end() to reduce line lengths 17 years ago
Hideo Aoki 3ab224be6d [NET] CORE: Introducing new memory accounting interface. 17 years ago
YOSHIFUJI Hideaki 9cb5734e5b [TCP]: Convert several length variable to unsigned. 17 years ago
Ilpo Järvinen 6859d49475 [TCP]: Abstract tp->highest_sack accessing & point to next skb 17 years ago