summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: nf_nat: fix memset errorLi Zefan2007-11-131-1/+1
* [INET]: Use list_head-s in inetpeer.cPavel Emelyanov2007-11-121-27/+15
* [IPVS]: Remove unused exports.Adrian Bunk2007-11-122-2/+0
* [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-101-31/+20
* [INET]: Cleanup the xfrm4_tunnel_(un)registerPavel Emelyanov2007-11-101-4/+7
* [INET]: Add missed tunnel64_err handlerPavel Emelyanov2007-11-101-1/+12
* [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-101-9/+3
* [IPV4]: Remove bugus goto-s from ip_route_input_slowPavel Emelyanov2007-11-101-5/+0
* [TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug)Ilpo Järvinen2007-11-101-18/+17
* [TCP]: Add unlikely() to sacktag out-of-mem in fragment caseIlpo Järvinen2007-11-101-1/+1
* [TCP]: Fix reord detection due to snd_una covered holesIlpo Järvinen2007-11-101-18/+32
* [TCP]: Consider GSO while counting reord in sacktagIlpo Järvinen2007-11-101-4/+8
* [INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet2007-11-075-20/+24
* [IPVS]: Synchronize closing of ConnectionsRumen G. Bogdanovski2007-11-072-7/+15
* [IPVS]: Bind connections on stanby if the destination existsRumen G. Bogdanovski2007-11-073-4/+65
* [IPSEC]: Fix crypto_alloc_comp error checkingHerbert Xu2007-11-071-1/+2
* [IPV4]: Compact some ifdefs in the fib code.Pavel Emelyanov2007-11-071-7/+8
* [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet2007-11-074-0/+12
* [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA ...Eric Dumazet2007-11-071-15/+4
* [IPV4]: Clean the ip_sockglue.c from some ugly ifdefsPavel Emelyanov2007-11-071-27/+12
* [IPV4]: Consolidate the ip cork destruction in ip_output.cPavel Emelyanov2007-11-071-15/+13
* [NETFILTER]: remove unneeded rcu_dereference() callsPatrick McHardy2007-11-077-19/+19
* [NETFILTER]: Clean up MakefileJan Engelhardt2007-11-071-10/+10
* [NETFILTER]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan2007-11-071-17/+20
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-021-1/+1
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-022-2/+0
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversionIlpo Järvinen2007-11-011-1/+1
* [TCP]: Process DSACKs that reside within a SACK blockIlpo Järvinen2007-11-011-3/+22
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-302-6/+8
* [IPVS]: Remove /proc/net/ip_vs_lblcrAlexey Dobriyan2007-10-301-76/+0
* Kbuild/doc: fix links to Documentation filesDirk Hohndel2007-10-301-2/+2
* [TCP]: Saner thash_entries default with much memory.Jean Delvare2007-10-301-1/+1
* [IPv4] SNMP: Refer correct memory location to display ICMP out-going statisticsMitsuru Chinen2007-10-291-1/+1
* [TCP] MD5: Remove some more unnecessary casting.Matthias M. Dellweg2007-10-291-5/+5
* [TCP] vegas: Fix a bug in disabling slow start by gamma parameter.Xiaoliang (David) Wei2007-10-291-19/+18
* [IPVS]: use proper timeout instead of fixed valueAndy Gospodarek2007-10-291-2/+3
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-2/+5
* [INET] ESP: Must #include <linux/scatterlist.h>Adrian Bunk2007-10-261-1/+1
* [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-261-29/+10
* [TCP]: fix D-SACK cwnd handlingRyousei Takano2007-10-261-7/+5
* [INET]: Unexport icmpmsg_statisticsAdrian Bunk2007-10-261-1/+0
* [TCP]: Make tcp_match_skb_to_sack() static.Adrian Bunk2007-10-261-2/+2
* [TCP]: Fix scatterlist handling in MD5 signature support.David S. Miller2007-10-261-0/+5
* [IPSEC]: Add missing sg_init_table() calls to ESP.David S. Miller2007-10-261-0/+2
* [TCP]: Fix inconsistency of terms.Ryousei Takano2007-10-251-8/+8
* [UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich2007-10-251-1/+1
* [IPV4]: Remove no longer used snmp4_icmp_list.David S. Miller2007-10-251-8/+0
* [IPV4]: Explicitly call fib_get_table() in fib_frontend.cPavel Emelyanov2007-10-231-5/+7
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-235-5/+5