aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-30[TCP]: Allow minimum RTO to be configurable via routing metrics.David S. Miller1-2/+12
2007-08-26[TCP]: Describe tcp_init_cwnd() thoroughly in a comment.David S. Miller1-1/+9
2007-08-26[NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionlessFlavio Leitner1-0/+4
2007-08-26[IPSEC] AH4: Update IPv4 options handling to conform to RFC 4302.Nick Bowler1-1/+1
2007-08-14[NETFILTER]: nf_nat_sip: don't drop short packetsPatrick McHardy1-1/+1
2007-08-13[IPVS]: Use IP_VS_WAIT_WHILE when encessary.Heiko Carstens1-1/+1
2007-08-13[IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl3-3/+0
2007-08-13[IPCONFIG]: ip_auto_config fixJoakim Tjernlund1-3/+3
2007-08-07[TCP]: H-TCP maxRTT estimation at startupStephen Hemminger1-3/+1
2007-08-07[NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrackPatrick McHardy2-1/+7
2007-08-07[NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_open()Jesper Juhl1-1/+6
2007-08-02[TCP]: DSACK signals data receival, be conservativeIlpo Järvinen1-1/+4
2007-08-02[TCP]: Also handle snd_una changes in tcp_cwnd_downIlpo Järvinen1-16/+18
2007-08-02[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().David S. Miller3-3/+3
2007-08-02[IPV4] route.c: mostly kmalloc + memset conversion to k[cz]allocMariusz Kozlowski1-2/+2
2007-08-02[IPV4] raw.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+2
2007-08-02[NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-07-31[IPV4] ip_options.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-5/+2
2007-07-31[TCP]: Bidir flow must not disregard SACK blocks for lost markingIlpo Järvinen1-1/+4
2007-07-31[TCP]: Fix ratehalving with bidirectional flowsIlpo Järvinen1-9/+12
2007-07-31[IPV4/IPV6]: Fail registration if inet device construction failsHerbert Xu1-3/+2
2007-07-31[IPVS]: Use skb_forward_csumHerbert Xu1-1/+1
2007-07-31[TCP]: htcp - use measured rttStephen Hemminger1-4/+4
2007-07-31[TCP]: cubic - eliminate use of receive time stampStephen Hemminger1-28/+18
2007-07-31[TCP]: congestion control API pass RTT in microsecondsStephen Hemminger11-28/+38
2007-07-26netfilter endian regressionsAl Viro2-2/+3
2007-07-24[NETFILTER]: Fix logging regressionPatrick McHardy1-4/+2
2007-07-20[IPV4]: Fix inetpeer gcc-4.2 warningsPatrick McHardy1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt7-8/+8
2007-07-19missed cong_avoid() instanceAl Viro1-1/+1
2007-07-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-3/+3
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-19jprobes: remove JPROBE_ENTRY()Michael Ellerman1-1/+1
2007-07-19[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki3-3/+3
2007-07-18[TCP]: remove unused argument to cong_avoid opStephen Hemminger13-24/+22
2007-07-15[TCP]: Verify the presence of RETRANS bit when leaving FRTOIlpo Järvinen1-1/+3
2007-07-14[IPV4]: Cleanup call to __neigh_lookup()Jean Delvare1-1/+1
2007-07-14[NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2-3/+2
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy1-1/+1
2007-07-14[NETFILTER]: nf_conntrack: Don't track locally generated special ICMP errorYasuyuki Kozakai1-17/+5
2007-07-14[NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai1-25/+7
2007-07-14[NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai1-9/+14
2007-07-14[INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() staticAdrian Bunk1-3/+2
2007-07-14[TCP]: tcp probe add back ssthresh fieldStephen Hemminger1-0/+1
2007-07-13Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iopLinus Torvalds1-8/+18
2007-07-11[TCP]: tcp probe wraparound handling and other changesStephen Hemminger1-70/+124
2007-07-11I/OAT: warning fixAndrew Morton1-10/+16
2007-07-11I/OAT: Only offload copies for TCP when there will be a context switchChris Leech1-3/+7
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter6-8/+8
2007-07-10[UDP]: Fix length check.Patrick McHardy1-7/+2