aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-2/+2
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen1-0/+7
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang1-1/+1
2009-09-01RTO connection timeout: coding style fixes and commentsDamian Lukowski1-7/+12
2009-09-01Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.Damian Lukowski1-0/+18
2009-09-01Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski1-0/+12
2009-08-28tcp: keepalive cleanupsEric Dumazet1-0/+5
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra1-0/+5
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+13
2009-05-07tcp: tcp_prequeue() can use keyed wakeupsEric Dumazet1-1/+2
2009-05-07tcp: tcp_prequeue() cleanupEric Dumazet1-22/+23
2009-05-04tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH1-1/+13
2009-04-20syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal1-0/+13
2009-04-02tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen1-15/+0
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen1-2/+11
2009-03-15tcp: consolidate paws checkIlpo Järvinen1-4/+14
2009-03-02tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis1-2/+2
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen1-1/+0
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen1-0/+1
2008-12-15tcp: Add GRO supportHerbert Xu1-0/+6
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet1-1/+1
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet1-1/+1
2008-11-25tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen1-2/+0
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen1-0/+5
2008-11-24tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen1-2/+0
2008-11-13tcp: remove an unnecessary field in struct tcp_skb_cbPetr Tesarik1-1/+0
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra1-1/+1
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian1-0/+1
2008-09-23tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller1-25/+15
2008-09-23tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller1-3/+3
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-2/+2
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen1-1/+6
2008-09-20tcp: reorganize retransmit code loopsIlpo Järvinen1-1/+0
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen1-0/+2
2008-09-20tcp: Partial hint clearing has again become meaninglessIlpo Järvinen1-6/+1
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-15/+0
2008-09-04tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-0/+15
2008-07-19tcp: options clean upAdam Langley1-0/+2
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley1-17/+12
2008-07-18mib: put tcp statistics on struct netPavel Emelyanov1-5/+4
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov1-1/+1
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov1-1/+1
2008-07-16mib: add net to TCP_ADD_STATS_USERPavel Emelyanov1-5/+5
2008-07-16mib: add net to TCP_DEC_STATSPavel Emelyanov1-1/+1
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov1-1/+1
2008-07-16mib: add net to TCP_INC_STATSPavel Emelyanov1-1/+1
2008-07-16tcp: add net to tcp_mib_initPavel Emelyanov1-1/+1
2008-07-16mib: drop unused TCP_XXX_STATS macrosPavel Emelyanov1-2/+0
2008-06-14net: change proto destroy method to return voidBrian Haley1-1/+1
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0