aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-07tcp: Fix possible double-ack w/ user dmaAli Saidi
2008-10-07tcp: cleanup messy initializerIlpo Järvinen
2008-10-07tcp: kill pointless urg_modeIlpo Järvinen
2008-09-23tcp: Fix queue traversal in tcp_use_frto().David S. Miller
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller
2008-09-20tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen
2008-09-20tcp: No need to clear retransmit_skb_hint when SACKingIlpo Järvinen
2008-09-20tcp: Kill precaution that's very likely obsoleteIlpo Järvinen
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen
2008-09-20tcp: add helper for lost bit togglingIlpo Järvinen
2008-09-20tcp: move tcp_verify_retransmit_hintIlpo 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-08Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_expDavid S. Miller
2008-09-04tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker
2008-08-23tcp: Add tcp_parse_aligned_timestampIlpo Järvinen
2008-08-23tcp: Add tcp_collapse_one to eliminate duplicated codeIlpo Järvinen
2008-08-23tcp: Add tcp_validate_incoming & put duplicated code thereIlpo Järvinen
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-23tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller
2008-07-19tcp: Remove redundant checks when setting eff_sacksAdam Langley
2008-07-18tcp: RTT metrics scalingStephen Hemminger
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov
2008-07-16tcp: replace tcp_sock argument with sock in some placesPavel Emelyanov
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov
2008-07-03tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-12tcp: Revert 'process defer accept as established' changes.David S. Miller
2008-06-11Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-06-12tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki
2008-06-04tcp: fix skb vs fack_count out-of-sync conditionIlpo Järvinen
2008-06-04tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))Ilpo Järvinen
2008-05-13tcp FRTO: work-around inorder receiversIlpo Järvinen
2008-05-13tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen
2008-05-08tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen
2008-05-04ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison
2008-04-27tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov
2008-04-21tcp: Make use of before macro in tcp_input.cArnd Hannemann
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-04-15[TCP]: Add return value indication to tcp_prune_ofo_queue().Vitaliy Gusev
2008-04-15[TCP]: Fix never pruned tcp out-of-order queue.Vitaliy Gusev
2008-04-14[TCP]: Format addresses appropriately in debug messages.YOSHIFUJI Hideaki
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki