summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
...
* [TCP]: No fackets_out/highest_sack tuning when SACK isn't enabledIlpo Järvinen2007-10-111-3/+4
* [TCP]: Re-place highest_sack check to a more robust positionIlpo Järvinen2007-10-111-4/+4
* [TCP]: Avoid clearing sacktag hint in trivial situationsIlpo Järvinen2007-10-111-4/+8
* [TCP]: clear_all_retrans_hints prefixed by tcp_Ilpo Järvinen2007-10-111-3/+3
* [TCP]: Make fackets_out accurateIlpo Järvinen2007-10-111-18/+26
* [TCP]: Maintain highest_sack accurately to the highest skbIlpo Järvinen2007-10-111-0/+7
* [NET] Cleanup: DIV_ROUND_UPIlpo Järvinen2007-10-111-5/+1Star
* [TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere)Ilpo Järvinen2007-10-111-0/+12
* [TCP]: Remove unnecessary wrapper tcp_packets_out_decIlpo Järvinen2007-10-111-1/+1
* [TCP]: Move sack_ok access to obviously named funcs & cleanupIlpo Järvinen2007-10-111-3/+3
* [TCP]: Left out sync->verify (the new meaning of it) & definifyIlpo Järvinen2007-10-111-2/+2
* [TCP]: Tighten tcp_sock's belt, drop left_outIlpo Järvinen2007-10-111-9/+3Star
* [TCP]: Add tcp_dec_pcount_approx int variantIlpo Järvinen2007-10-111-9/+3Star
* [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove itIlpo Järvinen2007-10-111-0/+50
* [TCP]: Access to highest_sack obsoletes forward_cnt_hintIlpo Järvinen2007-10-111-14/+9Star
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* [TCP]: SACK fastpath did override adjusted fackets_outIlpo Järvinen2007-07-111-0/+8
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* [TCP] FRTO: RFC4138 allows Nagle override when new data must be sentIlpo Järvinen2007-04-301-2/+4
* [TCP]: Update references in two old commentsGerrit Renker2007-04-291-1/+1
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-261-1/+1
* [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)Ilpo Järvinen2007-04-261-25/+29
* [SK_BUFF]: Some more conversions to skb_copy_from_linear_dataArnaldo Carvalho de Melo2007-04-261-1/+3
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-261-5/+8
* [TCP]: whitespace cleanupStephen Hemminger2007-04-261-16/+18
* [TCP]: Abstract out all write queue operations.David S. Miller2007-04-261-51/+44Star
* [TCP]: Add two new spurious RTO responses to FRTOIlpo Järvinen2007-04-261-1/+1
* [TCP]: slow_start_after_idle should influence cwnd validation tooDavid S. Miller2007-04-091-1/+2
* [TCP]: Do receiver-side SWS avoidance for rcvbuf < MSS.John Heffner2007-04-021-0/+3
* [TCP]: Prevent pseudo garbage in SYN's advertized windowIlpo Järvinen2007-02-131-2/+2
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-31/+31
* [TCP]: Don't apply FIN exception to full TSO segments.John Heffner2007-02-081-1/+2
* [TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller2007-01-261-1/+2
* [TCP]: rare bad TCP checksum with 2.6.19Jarek Poplawski2007-01-241-1/+2
* [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-031-5/+106
* [TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2006-12-031-7/+1Star
* [TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller2006-12-031-2/+1Star
* [TCP]: Bound TSO defer timeJohn Heffner2006-10-191-5/+15
* [NET]: Use hton{l,s}() for non-initializers.YOSHIFUJI Hideaki2006-10-121-11/+20
* [TCP] net/ipv4/tcp_output.c: trivial annotationsAl Viro2006-09-291-6/+6
* [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley2006-09-221-6/+6
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-10/+8Star
* [TCP]: Limit window scaling if window is clamped.Stephen Hemminger2006-08-221-0/+1
* [TCP]: SNMPv2 tcpOutSegs counter errorWei Yongjun2006-08-081-3/+9
* [NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu2006-06-301-6/+3Star
* [NET]: Add ECN support for TSOMichael Chan2006-06-301-2/+0Star
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-19/+28
* [TCP]: Add tcp_slow_start_after_idle sysctl.David S. Miller2006-06-181-1/+5
* [TCP]: Avoid skb_pull if possible when trimming headHerbert Xu ~{PmVHI~}2006-06-061-7/+5Star