summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid2008-01-251-1/+1
* [INET]: Fix truesize setting in ip_append_dataHerbert Xu2008-01-231-2/+2
* [IPV4]: Add missing skb->truesize increment in ip_append_page().David S. Miller2008-01-231-0/+2
* [ICMP]: ICMP_MIB_OUTMSGS increment duplicatedWang Chen2008-01-211-1/+0Star
* [IPV4] FIB_HASH : Avoid unecessary loop in fn_hash_dump_zone()Eric Dumazet2008-01-211-11/+9Star
* [IPV4] fib_trie: fix duplicated route issueJoonwoo Park2008-01-211-0/+3
* [IPV4] fib_hash: fix duplicated route issueJoonwoo Park2008-01-211-0/+3
* [IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cacheEric Dumazet2008-01-101-3/+3
* [LRO] Fix lro_mgr->features checksBrice Goglin2008-01-091-8/+8
* [IPV4] ROUTE: ip_rt_dump() is unecessary slowEric Dumazet2008-01-091-4/+4
* [IPV4] ipconfig: Fix regression in ip command line processingAmos Waterland2008-01-091-4/+18
* [IPV4] raw: Strengthen check on validity of iph->ihlHerbert Xu2008-01-091-1/+3
* [INET]: Fix netdev renaming and inet address labelsMark McLoughlin2008-01-041-1/+1
* [TCP]: use non-delayed ACK for congestion control RTTGavin McCullagh2007-12-301-8/+11
* [IPV4] Fix ip=dhcp regressionSimon Horman2007-12-281-0/+1
* [IPV4]: Fix ip command line processing.Simon Horman2007-12-271-6/+4Star
* [NETFILTER]: nf_conntrack_ipv4: fix module parameter compatibilityPatrick McHardy2007-12-271-0/+3
* [IPV4]: OOPS with NETLINK_FIB_LOOKUP netlink socketDenis V. Lunev2007-12-211-3/+6
* [NETFILTER] ipv4: Spelling fixesJoe Perches2007-12-201-1/+1
* [IPV4] ip_gre: set mac_header correctly in receive pathTimo Teras2007-12-201-1/+1
* [IPV4] ARP: Remove not used codeMark Ryden2007-12-201-2/+1Star
* [IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min()Satoru SATOH2007-12-161-1/+1
* [IPV4]: Updates to nfsroot documentationAmos Waterland2007-12-141-19/+1Star
* [NETFILTER]: ip_tables: fix compat copy racePatrick McHardy2007-12-141-45/+12Star
* [IPv4] ESP: Discard dummy packets introduced in rfc4303Thomas Graf2007-12-111-0/+5
* [IPV4]: Swap the ifa allocation with the"ipv4_devconf_setall" callPavel Emelyanov2007-12-111-2/+1Star
* [IPV4]: Remove prototype of ip_rt_adviceDenis V. Lunev2007-12-071-1/+1
* [IPv4]: Reply net unreachable ICMP messageMitsuru Chinen2007-12-071-0/+3
* [LRO]: fix lro_gen_skb() alignmentAndrew Gallatin2007-12-051-1/+2
* [TCP]: NAGLE_PUSH seems to be a wrong way aroundIlpo Järvinen2007-12-051-2/+1Star
* [TCP]: Move prior_in_flight collect to more robust placeIlpo Järvinen2007-12-051-2/+1Star
* [TCP] FRTO: Use of existing funcs make code more obvious & robustIlpo Järvinen2007-12-051-9/+5Star
* [IPVS]: Fix sched registration race when checking for name collision.Pavel Emelyanov2007-12-051-13/+14
* [IPVS]: Don't leak sysctl tables if the scheduler registration fails.Pavel Emelyanov2007-12-052-2/+12
* [INET]: Fix inet_diag dead-lock regressionHerbert Xu2007-12-031-21/+46
* [TCP] illinois: Incorrect beta usageStephen Hemminger2007-11-291-1/+1
* [INET]: Fix inet_diag register vs rcv racePavel Emelyanov2007-11-291-9/+5Star
* [IPV4]: Remove bogus ifdef mess in arp_processAdrian Bunk2007-11-261-19/+0Star
* [TCP] MTUprobe: Cleanup send queue check (no need to loop)Ilpo Järvinen2007-11-231-6/+1Star
* [TCP]: MTUprobe: receiver window & data available checks fixedIlpo Järvinen2007-11-231-9/+8Star
* [IPVS]: Fix compiler warning about unused register_ip_vs_protocolPavel Emelyanov2007-11-211-1/+1
* [ARP]: Fix arp reply when sender ip 0Jonas Danielsson2007-11-211-1/+2
* [IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps.YOSHIFUJI Hideaki2007-11-211-4/+4
* [IPV4] TCPMD5: Omit redundant NULL check for kfree() argument.YOSHIFUJI Hideaki2007-11-211-2/+1Star
* [NETFILTER]: Fix kernel panic with REDIRECT target.Evgeniy Polyakov2007-11-201-4/+1Star
* [IPV4]: Add missing "space"Joe Perches2007-11-202-2/+2
* [TCP]: Problem bug with sysctl_tcp_congestion_control functionSam Jansen2007-11-201-1/+1
* [TCP] MTUprobe: fix potential sk_send_head corruptionIlpo Järvinen2007-11-201-1/+0Star
* [IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBEREDSimon Horman2007-11-203-22/+0Star
* [IPVS]: Fix sysctl warnings about missing strategy in schedulersSimon Horman2007-11-202-2/+0Star