summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix ssthresh u16 leftoverIlpo Järvinen2009-09-151-0/+7
* tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang2009-09-021-1/+1
* RTO connection timeout: coding style fixes and commentsDamian Lukowski2009-09-011-7/+12
* Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.Damian Lukowski2009-09-011-0/+18
* Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski2009-09-011-0/+12
* tcp: keepalive cleanupsEric Dumazet2009-08-281-0/+5
* tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra2009-07-201-0/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-081-1/+13
|\
| * tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH2009-05-041-1/+13
* | tcp: tcp_prequeue() can use keyed wakeupsEric Dumazet2009-05-071-1/+2
* | tcp: tcp_prequeue() cleanupEric Dumazet2009-05-071-22/+23
* | syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal2009-04-201-0/+13
|/
* tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen2009-04-021-15/+0
* tcp: simplify tcp_current_mssIlpo Järvinen2009-03-151-2/+11
* tcp: consolidate paws checkIlpo Järvinen2009-03-151-4/+14
* tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis2009-03-021-2/+2
* tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen2009-03-021-1/+0
* tcp: add helper for AI algorithmIlpo Järvinen2009-03-021-0/+1
* tcp: Add GRO supportHerbert Xu2008-12-151-0/+6
* net: Use a percpu_counter for orphan_countEric Dumazet2008-11-251-1/+1
* net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-251-1/+1
* tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen2008-11-251-2/+0
* tcp: Try to restore large SKBs while SACK processingIlpo Järvinen2008-11-241-0/+5
* tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen2008-11-241-2/+0
* tcp: remove an unnecessary field in struct tcp_skb_cbPetr Tesarik2008-11-131-1/+0
* net: wrap sk->sk_backlog_rcv()Peter Zijlstra2008-10-071-1/+1
* tcp: Port redirection support for TCPKOVACS Krisztian2008-10-011-0/+1
* tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller2008-09-231-25/+15
* tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller2008-09-231-3/+3
* net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-211-2/+2
* tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2008-09-201-1/+6
* tcp: reorganize retransmit code loopsIlpo Järvinen2008-09-201-1/+0
* tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen2008-09-201-0/+2
* tcp: Partial hint clearing has again become meaninglessIlpo Järvinen2008-09-201-6/+1
* This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker2008-09-091-15/+0
* tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker2008-09-041-0/+15
* tcp: options clean upAdam Langley2008-07-191-0/+2
* tcp: Fix MD5 signatures for non-linear skbsAdam Langley2008-07-191-17/+12
* mib: put tcp statistics on struct netPavel Emelyanov2008-07-181-5/+4
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-1/+1
* sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov2008-07-161-1/+1
* mib: add net to TCP_ADD_STATS_USERPavel Emelyanov2008-07-161-5/+5
* mib: add net to TCP_DEC_STATSPavel Emelyanov2008-07-161-1/+1
* mib: add net to TCP_INC_STATS_BHPavel Emelyanov2008-07-161-1/+1
* mib: add net to TCP_INC_STATSPavel Emelyanov2008-07-161-1/+1
* tcp: add net to tcp_mib_initPavel Emelyanov2008-07-161-1/+1
* mib: drop unused TCP_XXX_STATS macrosPavel Emelyanov2008-07-161-2/+0
* net: change proto destroy method to return voidBrian Haley2008-06-141-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-2/+0
|\
| * tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-121-1/+0
OpenPOWER on IntegriCloud