summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2010-09-26tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov
2010-09-26tcp: Combat per-cpu skew in orphan tests.David S. Miller
2009-12-18tcp: Stalling connections: Fix timeout calculation routineDamian Lukowski
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang
2009-09-01RTO connection timeout: coding style fixes and commentsDamian Lukowski
2009-09-01Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.Damian Lukowski
2009-09-01Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski
2009-08-28tcp: keepalive cleanupsEric Dumazet
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-07tcp: tcp_prequeue() can use keyed wakeupsEric Dumazet
2009-05-07tcp: tcp_prequeue() cleanupEric Dumazet
2009-05-04tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH
2009-04-20syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal
2009-04-02tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen
2009-03-15tcp: consolidate paws checkIlpo Järvinen
2009-03-02tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen
2008-12-15tcp: Add GRO supportHerbert Xu
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet
2008-11-25tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen
2008-11-24tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen
2008-11-13tcp: remove an unnecessary field in struct tcp_skb_cbPetr Tesarik
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian
2008-09-23tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller
2008-09-23tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen
2008-09-20tcp: reorganize retransmit code loopsIlpo Järvinen
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen
2008-09-20tcp: Partial hint clearing has again become meaninglessIlpo Järvinen
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker
2008-09-04tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker
2008-07-19tcp: options clean upAdam Langley
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley
2008-07-18mib: put tcp statistics on struct netPavel Emelyanov
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov
2008-07-16mib: add net to TCP_ADD_STATS_USERPavel Emelyanov
2008-07-16mib: add net to TCP_DEC_STATSPavel Emelyanov
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov
2008-07-16mib: add net to TCP_INC_STATSPavel Emelyanov
2008-07-16tcp: add net to tcp_mib_initPavel Emelyanov