Commit Graph

206 Commits (519855c508b9a17878c0977a3cdefc09b59b30df)

Author SHA1 Message Date
William Allen Simpson 519855c508 TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS 15 years ago
William Allen Simpson da5c78c826 TCPCT part 1b: generate Responder Cookie secret 15 years ago
William Allen Simpson e6b4d11367 TCPCT part 1a: add request_values parameter for sending SYNACK 15 years ago
William Allen Simpson bee7ca9ec0 net: TCP_MSS_DEFAULT, TCP_MSS_DESIRED 15 years ago
Eric Dumazet fd2c3ef761 net: cleanup include/net 15 years ago
Gilad Ben-Yossef 022c3f7d82 Allow tcp_parse_options to consult dst entry 15 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Ilpo Järvinen 0b6a05c1db tcp: fix ssthresh u16 leftover 16 years ago
Wu Fengguang aa1330766c tcp: replace hard coded GFP_KERNEL with sk_allocation 16 years ago
Damian Lukowski 5152fc7de3 RTO connection timeout: coding style fixes and comments 16 years ago
Damian Lukowski 6fa12c8503 Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value. 16 years ago
Damian Lukowski f1ecd5d9e7 Revert Backoff [v3]: Revert RTO on ICMP destination unreachable 16 years ago
Eric Dumazet df19a62677 tcp: keepalive cleanups 16 years ago
John Dykstra e3afe7b75e tcp: Fix MD5 signature checking on IPv4 mapped sockets 16 years ago
Eric Dumazet 7aedec2ad5 tcp: tcp_prequeue() can use keyed wakeups 16 years ago
Eric Dumazet f5f8d86b23 tcp: tcp_prequeue() cleanup 16 years ago
Satoru SATOH 0c266898b4 tcp: Fix tcp_prequeue() to get correct rto_min value 16 years ago
Florian Westphal a0f82f64e2 syncookies: remove last_synq_overflow from struct tcp_sock 16 years ago
Ilpo Järvinen 797108d134 tcp: add helper for counter tweaking due mid-wq change 16 years ago
Ilpo Järvinen 0c54b85f28 tcp: simplify tcp_current_mss 16 years ago
Ilpo Järvinen c887e6d2d9 tcp: consolidate paws check 16 years ago
Hantzis Fotis ee7537b63a tcp: tcp_init_wl / tcp_update_wl argument cleanup 16 years ago
Ilpo Järvinen cabeccbd17 tcp: kill eff_sacks "cache", the sole user can calculate itself 16 years ago
Ilpo Järvinen 758ce5c8d1 tcp: add helper for AI algorithm 16 years ago
Herbert Xu bf296b125b tcp: Add GRO support 16 years ago
Eric Dumazet dd24c00191 net: Use a percpu_counter for orphan_count 16 years ago
Eric Dumazet 1748376b66 net: Use a percpu_counter for sockets_allocated 16 years ago
Ilpo Järvinen 8eecaba900 tcp: tcp_limit_reno_sacked can become static 16 years ago
Ilpo Järvinen 832d11c5cd tcp: Try to restore large SKBs while SACK processing 16 years ago
Ilpo Järvinen e1aa680fa4 tcp: move tcp_simple_retransmit to tcp_input 16 years ago
Petr Tesarik 38a7ddffa4 tcp: remove an unnecessary field in struct tcp_skb_cb 16 years ago
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