aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAge
* tcp: Remove redundant checks when setting eff_sacksAdam Langley2008-07-19
* tcp: RTT metrics scalingStephen Hemminger2008-07-19
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-16
* tcp: replace tcp_sock argument with sock in some placesPavel Emelyanov2008-07-16
* mib: add net to TCP_INC_STATS_BHPavel Emelyanov2008-07-16
* tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov2008-07-03
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-13
|\
| * tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-12
* | Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller2008-06-12
|\ \
| * | tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki2008-06-11
| |/
* / net: remove CVS keywordsAdrian Bunk2008-06-12
|/
* tcp: fix skb vs fack_count out-of-sync conditionIlpo Järvinen2008-06-04
* tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))Ilpo Järvinen2008-06-04
* tcp FRTO: work-around inorder receiversIlpo Järvinen2008-05-13
* tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen2008-05-13
* tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen2008-05-08
* ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH2008-05-05
* net: use get/put_unaligned_* helpersHarvey Harrison2008-05-02
* tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov2008-04-27
* tcp: Make use of before macro in tcp_input.cArnd Hannemann2008-04-21
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-18
|\
| * [TCP]: Add return value indication to tcp_prune_ofo_queue().Vitaliy Gusev2008-04-15
| * [TCP]: Fix never pruned tcp out-of-order queue.Vitaliy Gusev2008-04-15
* | [TCP]: Format addresses appropriately in debug messages.YOSHIFUJI Hideaki2008-04-14
* | [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki2008-04-14
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-14
|\|
| * [TCP]: Don't allow FRTO to take place while MTU is being probedIlpo Järvinen2008-04-08
| * [TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen2008-04-08
| * [TCP]: Fix NewReno's fast rexmit/recovery problems with GSOed skbIlpo Järvinen2008-04-08
| * [TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fackIlpo Järvinen2008-04-08
* | [SKB]: __skb_append = __skb_queue_after Gerrit Renker2008-04-14
* | [TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus2008-03-21
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-05
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-05
|\|
| * [TCP]: Must count fack_count also when skippingIlpo Järvinen2008-03-03
* | [TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin2008-03-04
|/
* [TCP]: NewReno must count every skb while marking lossesIlpo Järvinen2008-01-31
* [TCP]: cleanup tcp_parse_options deep indented switchIlpo Järvinen2008-01-28
* [TCP]: cleanup tcp_{in,out}put.c styleIlpo Järvinen2008-01-28
* [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessaryIlpo Järvinen2008-01-28
* [TCP]: Dropped unnecessary skb/sacked accessing in renegingIlpo Järvinen2008-01-28
* [TCP]: Introduce tcp_wnd_end() to reduce line lengthsIlpo Järvinen2008-01-28
* [TCP]: Make invariant check complain about invalid sacked_outIlpo Järvinen2008-01-28
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-28
* [TCP]: Remove seq_rtt ptr from clean_rtx_queue argsIlpo Järvinen2008-01-28
* [TCP]: Avoid two divides in __tcp_grow_window()Eric Dumazet2008-01-28
* [TCP]: Abstract tp->highest_sack accessing & point to next skbIlpo Järvinen2008-01-28
* [TCP]: Cleanup local variables of clean_rtx_queueIlpo Järvinen2008-01-28
* [TCP]: Add unlikely() to urgent handling in clean_rtx_queueIlpo Järvinen2008-01-28
* [TCP]: Remove duplicated code block from clean_rtx_queueIlpo Järvinen2008-01-28