summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* [UDP]: deinlineStephen Hemminger2007-04-261-4/+4
* [TCP]: whitespace cleanupStephen Hemminger2007-04-265-50/+51
* [IPV4]: cleanupStephen Hemminger2007-04-2612-750/+745
* [UDP]: ipv4 whitespace cleanupStephen Hemminger2007-04-261-47/+48
* [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-261-0/+3
* [TCP]: Abstract out all write queue operations.David S. Miller2007-04-265-96/+107
* [NET] IPV4: Use hton{s,l}() where appropriate.YOSHIFUJI Hideaki2007-04-264-26/+25
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-262-48/+50
* [IPV4]: Optimize inet_getpeer()Eric Dumazet2007-04-261-16/+22
* [TCP] TCP Yeah: cleanupStephen Hemminger2007-04-261-19/+23
* [TCP] tcp_cubic: faster cube rootStephen Hemminger2007-04-261-11/+5
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-263-9/+13
* [NET]: div64_64 consolidate (rev3)Stephen Hemminger2007-04-263-44/+1
* [NET]: Convert xtime.tv_sec to get_seconds()James Morris2007-04-264-13/+13
* [TCP]: FRTO undo response falls back to ratehalving one if ECEdIlpo Järvinen2007-04-261-5/+6
* [TCP]: Complete icsk-to-local-variable change (in tcp_enter_cwr)Ilpo Järvinen2007-04-261-1/+1
* [TCP]: Add two new spurious RTO responses to FRTOIlpo Järvinen2007-04-263-5/+41
* [TCP]: Correct reordering detection change (no FRTO case)Ilpo Järvinen2007-04-261-1/+1
* [TCP]: Keep copied_seq, rcv_wup and rcv_next together.Eric Dumazet2007-04-261-4/+2
* [TCP]: struct *sock argument renamed: sp -> skIlpo Järvinen2007-04-261-11/+11
* [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_...John Heffner2007-04-262-9/+30
* [TCP] YeAH-TCP: algorithm implementationAngelo P. Castellani2007-04-264-0/+437
* [TCP]: SACK enhanced FRTOIlpo Järvinen2007-04-261-11/+65
* [TCP]: Prevent reordering adjustments during FRTOIlpo Järvinen2007-04-261-1/+2
* [TCP] FRTO: Fake cwnd for ssthresh callbackIlpo Järvinen2007-04-261-1/+25
* [TCP] FRTO: Reverse RETRANS bit clearing logicIlpo Järvinen2007-04-261-12/+23
* [TCP] FRTO: Entry is allowed only during (New)Reno like recoveryIlpo Järvinen2007-04-261-4/+21
* [TCP]: Prevent unrelated cwnd adjustment while using FRTOIlpo Järvinen2007-04-261-7/+11
* [TCP] FRTO: frto_counter modulo-op converted to two assignmentsIlpo Järvinen2007-04-261-2/+2
* [TCP]: Don't enter to fast recovery while using FRTOIlpo Järvinen2007-04-261-0/+4
* [TCP] FRTO: Response should reset also snd_cwnd_cntIlpo Järvinen2007-04-261-0/+1
* [TCP] FRTO: fixes fallback to conventional recoveryIlpo Järvinen2007-04-261-5/+9
* [TCP] FRTO: Ignore some uninteresting ACKsIlpo Järvinen2007-04-261-3/+10
* [TCP] FRTO: Use Disorder state during operation instead of OpenIlpo Järvinen2007-04-261-3/+3
* [TCP] FRTO: Consecutive RTOs keep prior_ssthresh and ssthreshIlpo Järvinen2007-04-261-6/+14
* [TCP] FRTO: Comment cleanup & improvementIlpo Järvinen2007-04-261-17/+32
* [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.cIlpo Järvinen2007-04-261-0/+13
* [TCP] FRTO: Separated response from FRTO detection algorithmIlpo Järvinen2007-04-261-6/+10
* [TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bitIlpo Järvinen2007-04-261-1/+1
* [NETLINK]: Infinite recursion in netlink.Alexey Kuznetsov2007-04-251-1/+7
* [XFRM]: beet: fix pseudo header length valuePatrick McHardy2007-04-241-2/+2
* [TCP]: Congestion control initialization.Stephen Hemminger2007-04-241-10/+13
* [NETFILTER] arp_tables: Fix unaligned accesses.David S. Miller2007-04-141-7/+3
* [NETFILTER]: ipt_ULOG: use put_unalignedPatrick McHardy2007-04-121-3/+4
* [NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry functionJaroslav Kysela2007-04-101-2/+0
* [TCP]: slow_start_after_idle should influence cwnd validation tooDavid S. Miller2007-04-091-1/+2
* [XFRM]: beet: fix IP option decapsulationPatrick McHardy2007-04-061-1/+4
* [XFRM]: beet: fix beet mode decapsulationPatrick McHardy2007-04-061-7/+7
* [XFRM]: beet: use IPOPT_NOP for option paddingPatrick McHardy2007-04-061-0/+2
* [XFRM]: beet: fix IP option encapsulationPatrick McHardy2007-04-061-3/+2