aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2008-10-07tcp: Fix possible double-ack w/ user dmaAli Saidi1-1/+2
2008-10-07tcp: cleanup messy initializerIlpo Järvinen1-2/+2
2008-10-07tcp: kill pointless urg_modeIlpo Järvinen1-5/+6
2008-09-23tcp: Fix queue traversal in tcp_use_frto().David S. Miller1-0/+2
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-2/+2
2008-09-20tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen1-1/+13
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen1-1/+3
2008-09-20tcp: No need to clear retransmit_skb_hint when SACKingIlpo Järvinen1-7/+0
2008-09-20tcp: Kill precaution that's very likely obsoleteIlpo Järvinen1-4/+0
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen1-14/+20
2008-09-20tcp: add helper for lost bit togglingIlpo Järvinen1-10/+12
2008-09-20tcp: move tcp_verify_retransmit_hintIlpo Järvinen1-13/+13
2008-09-20tcp: Partial hint clearing has again become meaninglessIlpo Järvinen1-3/+2
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-2/+15
2008-09-08Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_expDavid S. Miller1-15/+2
2008-09-04tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-15/+2
2008-08-23tcp: Add tcp_parse_aligned_timestampIlpo Järvinen1-19/+18
2008-08-23tcp: Add tcp_collapse_one to eliminate duplicated codeIlpo Järvinen1-10/+14
2008-08-23tcp: Add tcp_validate_incoming & put duplicated code thereIlpo Järvinen1-78/+69
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-10/+10
2008-07-23tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller1-2/+1
2008-07-19tcp: Remove redundant checks when setting eff_sacksAdam Langley1-15/+10
2008-07-18tcp: RTT metrics scalingStephen Hemminger1-13/+18
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov1-32/+33
2008-07-16tcp: replace tcp_sock argument with sock in some placesPavel Emelyanov1-13/+18
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov1-3/+3
2008-07-03tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov1-14/+32
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-45/+0
2008-06-12tcp: Revert 'process defer accept as established' changes.David S. Miller1-45/+0
2008-06-11Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-nextDavid S. Miller1-0/+40
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-12tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki1-0/+40
2008-06-04tcp: fix skb vs fack_count out-of-sync conditionIlpo Järvinen1-3/+3
2008-06-04tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))Ilpo Järvinen1-10/+19
2008-05-13tcp FRTO: work-around inorder receiversIlpo Järvinen1-4/+11
2008-05-13tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen1-1/+1
2008-05-08tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen1-5/+8
2008-05-04ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH1-7/+8
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison1-9/+9
2008-04-27tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov1-2/+1
2008-04-21tcp: Make use of before macro in tcp_input.cArnd Hannemann1-1/+1
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-26/+52
2008-04-15[TCP]: Add return value indication to tcp_prune_ofo_queue().Vitaliy Gusev1-3/+9
2008-04-15[TCP]: Fix never pruned tcp out-of-order queue.Vitaliy Gusev1-26/+46
2008-04-14[TCP]: Format addresses appropriately in debug messages.YOSHIFUJI Hideaki1-6/+19
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki1-1/+1
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-17/+48
2008-04-14[SKB]: __skb_append = __skb_queue_after Gerrit Renker1-1/+1
2008-04-07[TCP]: Don't allow FRTO to take place while MTU is being probedIlpo Järvinen1-0/+5