summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-2/+2
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-081-1/+2
|\
| * tcp: Fix possible double-ack w/ user dmaAli Saidi2008-10-071-1/+2
* | tcp: cleanup messy initializerIlpo Järvinen2008-10-071-2/+2
* | tcp: kill pointless urg_modeIlpo Järvinen2008-10-071-5/+6
* | tcp: Fix queue traversal in tcp_use_frto().David S. Miller2008-09-231-0/+2
* | net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-211-2/+2
* | tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen2008-09-201-1/+13
* | tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2008-09-201-1/+3
* | tcp: No need to clear retransmit_skb_hint when SACKingIlpo Järvinen2008-09-201-7/+0
* | tcp: Kill precaution that's very likely obsoleteIlpo Järvinen2008-09-201-4/+0
* | tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen2008-09-201-14/+20
* | tcp: add helper for lost bit togglingIlpo Järvinen2008-09-201-10/+12
* | tcp: move tcp_verify_retransmit_hintIlpo Järvinen2008-09-201-13/+13
* | tcp: Partial hint clearing has again become meaninglessIlpo Järvinen2008-09-201-3/+2
* | This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker2008-09-091-2/+15
* | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_expDavid S. Miller2008-09-081-15/+2
|\ \
| * | tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker2008-09-041-15/+2
| |/
* | tcp: Add tcp_parse_aligned_timestampIlpo Järvinen2008-08-231-19/+18
* | tcp: Add tcp_collapse_one to eliminate duplicated codeIlpo Järvinen2008-08-231-10/+14
* | tcp: Add tcp_validate_incoming & put duplicated code thereIlpo Järvinen2008-08-231-78/+69
|/
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-10/+10
* tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller2008-07-231-2/+1
* tcp: Remove redundant checks when setting eff_sacksAdam Langley2008-07-191-15/+10
* tcp: RTT metrics scalingStephen Hemminger2008-07-181-13/+18
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-32/+33
* tcp: replace tcp_sock argument with sock in some placesPavel Emelyanov2008-07-161-13/+18
* mib: add net to TCP_INC_STATS_BHPavel Emelyanov2008-07-161-3/+3
* tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov2008-07-031-14/+32
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-45/+0
|\
| * tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-121-45/+0
* | Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller2008-06-111-0/+40
|\ \
| * | tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki2008-06-121-0/+40
| |/
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* tcp: fix skb vs fack_count out-of-sync conditionIlpo Järvinen2008-06-041-3/+3
* tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))Ilpo Järvinen2008-06-041-10/+19
* tcp FRTO: work-around inorder receiversIlpo Järvinen2008-05-131-4/+11
* tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen2008-05-131-1/+1
* tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen2008-05-081-5/+8
* ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH2008-05-041-7/+8
* net: use get/put_unaligned_* helpersHarvey Harrison2008-05-021-9/+9
* tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov2008-04-271-2/+1
* tcp: Make use of before macro in tcp_input.cArnd Hannemann2008-04-211-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-171-26/+52
|\
| * [TCP]: Add return value indication to tcp_prune_ofo_queue().Vitaliy Gusev2008-04-151-3/+9
| * [TCP]: Fix never pruned tcp out-of-order queue.Vitaliy Gusev2008-04-151-26/+46
* | [TCP]: Format addresses appropriately in debug messages.YOSHIFUJI Hideaki2008-04-141-6/+19
* | [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki2008-04-141-1/+1
OpenPOWER on IntegriCloud