summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* [TCP]: struct *sock argument renamed: sp -> skIlpo Järvinen2007-04-251-11/+11
* [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_...John Heffner2007-04-252-9/+30
* [TCP] YeAH-TCP: algorithm implementationAngelo P. Castellani2007-04-254-0/+437
* [TCP]: SACK enhanced FRTOIlpo Järvinen2007-04-251-11/+65
* [TCP]: Prevent reordering adjustments during FRTOIlpo Järvinen2007-04-251-1/+2
* [TCP] FRTO: Fake cwnd for ssthresh callbackIlpo Järvinen2007-04-251-1/+25
* [TCP] FRTO: Reverse RETRANS bit clearing logicIlpo Järvinen2007-04-251-12/+23
* [TCP] FRTO: Entry is allowed only during (New)Reno like recoveryIlpo Järvinen2007-04-251-4/+21
* [TCP]: Prevent unrelated cwnd adjustment while using FRTOIlpo Järvinen2007-04-251-7/+11
* [TCP] FRTO: frto_counter modulo-op converted to two assignmentsIlpo Järvinen2007-04-251-2/+2
* [TCP]: Don't enter to fast recovery while using FRTOIlpo Järvinen2007-04-251-0/+4
* [TCP] FRTO: Response should reset also snd_cwnd_cntIlpo Järvinen2007-04-251-0/+1
* [TCP] FRTO: fixes fallback to conventional recoveryIlpo Järvinen2007-04-251-5/+9
* [TCP] FRTO: Ignore some uninteresting ACKsIlpo Järvinen2007-04-251-3/+10
* [TCP] FRTO: Use Disorder state during operation instead of OpenIlpo Järvinen2007-04-251-3/+3
* [TCP] FRTO: Consecutive RTOs keep prior_ssthresh and ssthreshIlpo Järvinen2007-04-251-6/+14
* [TCP] FRTO: Comment cleanup & improvementIlpo Järvinen2007-04-251-17/+32
* [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.cIlpo Järvinen2007-04-251-0/+13
* [TCP] FRTO: Separated response from FRTO detection algorithmIlpo Järvinen2007-04-251-6/+10
* [TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bitIlpo Järvinen2007-04-251-1/+1
* [NETLINK]: Infinite recursion in netlink.Alexey Kuznetsov2007-04-251-1/+7
* [XFRM]: beet: fix pseudo header length valuePatrick McHardy2007-04-231-2/+2
* [TCP]: Congestion control initialization.Stephen Hemminger2007-04-231-10/+13
* [NETFILTER] arp_tables: Fix unaligned accesses.David S. Miller2007-04-131-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-051-1/+4
* [XFRM]: beet: fix beet mode decapsulationPatrick McHardy2007-04-051-7/+7
* [XFRM]: beet: use IPOPT_NOP for option paddingPatrick McHardy2007-04-051-0/+2
* [XFRM]: beet: fix IP option encapsulationPatrick McHardy2007-04-051-3/+2
* [TCP]: Do receiver-side SWS avoidance for rcvbuf < MSS.John Heffner2007-04-021-0/+3
* [IPV4] fib_trie: Document locking.Robert Olsson2007-03-261-0/+9
* [IPv4] fib: Fix out of bound access of fib_props[]Thomas Graf2007-03-252-1/+6
* [NET]: Fix fib_rules compatibility breakageThomas Graf2007-03-251-8/+6
* [NETFILTER]: nat: avoid rerouting packets if only XFRM policy key changedPatrick McHardy2007-03-222-12/+17
* [TCP]: Fix tcp_mem[] initialization.John Heffner2007-03-161-3/+10
* [IPV4]: Do not disable preemption in trie_leaf_remove().Robert Olsson2007-03-161-2/+0
* [IPV4]: Fix warning in ip_mc_rejoin_group.Geert Uytterhoeven2007-03-121-1/+1
* [NetLabel]: parse the CIPSO ranged tag on incoming packetsPaul Moore2007-03-121-0/+5
* [IPV4]: Fix rtm_to_ifaddr() error handling.Evgeniy Polyakov2007-03-091-1/+3
* [UDP]: Reread uh pointer after pskb_trimHerbert Xu2007-03-071-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-069-20/+13
|\
| * [NETFILTER]: tcp conntrack: accept SYN|URG as validPatrick McHardy2007-03-051-1/+3
| * [NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefsPatrick McHardy2007-03-057-18/+9
| * [NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loopsPatrick McHardy2007-03-051-1/+1
* | bonding: Improve IGMP join processingJay Vosburgh2007-03-061-0/+23
|/
* [NetLabel]: Verify sensitivity level has a valid CIPSO mappingPaul Moore2007-03-021-3/+4
* [TCP]: Fix minisock tcp_create_openreq_child() typo.Arnaldo Carvalho de Melo2007-02-281-1/+1
* [XFRM]: Fix oops in xfrm4_dst_destroy()Bernhard Walle2007-02-261-1/+1
OpenPOWER on IntegriCloud