summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [INET]: Cleanup the xfrm4_tunnel_(un)registerPavel Emelyanov2007-11-111-4/+7
* [INET]: Add missed tunnel64_err handlerPavel Emelyanov2007-11-111-1/+12
* [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-111-9/+3Star
* [IPV4]: Remove bugus goto-s from ip_route_input_slowPavel Emelyanov2007-11-111-5/+0Star
* [TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug)Ilpo Järvinen2007-11-111-18/+17Star
* [TCP]: Add unlikely() to sacktag out-of-mem in fragment caseIlpo Järvinen2007-11-111-1/+1
* [TCP]: Fix reord detection due to snd_una covered holesIlpo Järvinen2007-11-111-18/+32
* [TCP]: Consider GSO while counting reord in sacktagIlpo Järvinen2007-11-111-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/+4Star
* [IPV4]: Clean the ip_sockglue.c from some ugly ifdefsPavel Emelyanov2007-11-071-27/+12Star
* [IPV4]: Consolidate the ip cork destruction in ip_output.cPavel Emelyanov2007-11-071-15/+13Star
* [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/+0Star
* [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-312-6/+8
* [IPVS]: Remove /proc/net/ip_vs_lblcrAlexey Dobriyan2007-10-311-76/+0Star
* 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-301-1/+1
* [TCP] MD5: Remove some more unnecessary casting.Matthias M. Dellweg2007-10-301-5/+5
* [TCP] vegas: Fix a bug in disabling slow start by gamma parameter.Xiaoliang (David) Wei2007-10-301-19/+18Star
* [IPVS]: use proper timeout instead of fixed valueAndy Gospodarek2007-10-301-2/+3
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-2/+5
* [INET] ESP: Must #include <linux/scatterlist.h>Adrian Bunk2007-10-271-1/+1
* [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-261-29/+10Star
* [TCP]: fix D-SACK cwnd handlingRyousei Takano2007-10-261-7/+5Star
* [INET]: Unexport icmpmsg_statisticsAdrian Bunk2007-10-261-1/+0Star
* [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-261-8/+8
* [UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich2007-10-261-1/+1
* [IPV4]: Remove no longer used snmp4_icmp_list.David S. Miller2007-10-261-8/+0Star
* [IPV4]: Explicitly call fib_get_table() in fib_frontend.cPavel Emelyanov2007-10-241-5/+7
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-245-5/+5
* [IPV4] ip_gre: sendto/recvfrom NBMA addressTimo Teras2007-10-241-1/+11
* [INET]: Let inet_diag and friends autoloadJean Delvare2007-10-222-0/+8
* typo fixesMatt LaPlante2007-10-201-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-194-6/+7
|\