aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2008-12-05tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen
2008-12-05tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen
2008-12-05tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen
2008-12-05tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen
2008-12-05tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen
2008-12-05tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen
2008-12-05tcp: force mss equality with the next skb too.Ilpo Järvinen
2008-11-25tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen
2008-11-24tcp: add some mibs to track collapsingIlpo Järvinen
2008-11-24tcp: Make shifting not clear the hintsIlpo Järvinen
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen
2008-11-24tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen
2008-11-24tcp: Make SACK code to split only at mss boundariesIlpo Järvinen
2008-11-24tcp: more aggressive skippingIlpo Järvinen
2008-11-24tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen
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