aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Convert old checksum helper namesPatrick McHardy2008-01-288-25/+25
* [TCP]: Two fixes to new sacktag codeIlpo Järvinen2008-01-281-2/+2
* [NET]: Eliminate unused argument from sk_stream_alloc_pskbPavel Emelyanov2008-01-282-8/+5
* [NET]: Uninline the sk_stream_alloc_pskbPavel Emelyanov2008-01-281-0/+27
* [IPV4] fib_hash: kmalloc + memset conversion to kzallocJoonwoo Park2008-01-281-5/+2
* [IPV4] fib_semantics: kmalloc + memset conversion to kzallocJoonwoo Park2008-01-281-7/+3
* [TCP]: Move FRTO checks out from write queue abstraction funcsIlpo Järvinen2008-01-281-0/+4
* [NET]: Name magic constants in sock_wake_async()Pavel Emelyanov2008-01-281-6/+6
* [IPVS]: Relax the module get/put in ip_vs_app.cPavel Emelyanov2008-01-281-7/+2
* [PATCH] IPV4 : Move ip route cache flush (secret_rebuild) from softirq to wor...Eric Dumazet2008-01-281-24/+59
* [RAW]: Consolidate proc interface.Pavel Emelyanov2008-01-281-18/+34
* [RAW]: Consolidate proto->unhash callbackPavel Emelyanov2008-01-281-4/+10
* [RAW]: Consolidate proto->hash callbackPavel Emelyanov2008-01-281-5/+12
* [RAW]: Introduce raw_hashinfo structurePavel Emelyanov2008-01-281-25/+25
* [IPv4] RAW: Compact the API for the kernelPavel Emelyanov2008-01-283-31/+53
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-284-7/+7
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-283-0/+28
* [IPCONFIG]: Mark vendor_class_identifier as __initdata.David S. Miller2008-01-281-1/+2
* [IPVS]: Create synced connections with their real stateRumen G. Bogdanovski2008-01-282-7/+41
* [IPVS]: Flag synced connections and expose them in procRumen G. Bogdanovski2008-01-282-1/+54
* [TCP]: Correct DSACK check placingIlpo Järvinen2008-01-281-10/+5
* [NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variablesEric Dumazet2008-01-282-13/+4
* [TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen2008-01-282-113/+172
* [TCP]: Earlier SACK block verification & simplify access to themIlpo Järvinen2008-01-281-34/+51
* [TCP]: Create tcp_sacktag_one().Ilpo Järvinen2008-01-281-96/+96
* [TCP]: Prior_fackets can be replaced by highest_sack seqIlpo Järvinen2008-01-281-3/+2
* [TCP]: Make lost retrans detection more self-containedIlpo Järvinen2008-01-281-9/+11
* [TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen2008-01-282-15/+16
* [TCP]: non-FACK SACK follows conservative SACK loss recoveryIlpo Järvinen2008-01-281-18/+62
* [TCP]: Extend reordering detection to cover CA_Loss partiallyIlpo Järvinen2008-01-281-1/+2
* [TCP]: Move !in_sack test earlier in sacktag & reorganize if()sIlpo Järvinen2008-01-281-17/+14
* [IPV4] ipconfig: Implement DHCP Class-identifierRainer Jochem2008-01-281-0/+24
* [IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller2008-01-281-1/+0
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-2830-154/+161
* [IPSEC]: Add async resume support on inputHerbert Xu2008-01-281-0/+3
* [IPSEC]: Remove nhoff from xfrm_inputHerbert Xu2008-01-283-7/+9
* [IPSEC]: Move state lock into x->type->inputHerbert Xu2008-01-282-13/+25
* [IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu2008-01-282-7/+9
* [IPSEC]: Merge most of the input pathHerbert Xu2008-01-282-112/+15
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-284-72/+8
* [IPV4]: Add ip_local_outHerbert Xu2008-01-285-42/+31
* [IPSEC]: Separate inner/outer mode processing on inputHerbert Xu2008-01-284-63/+57
* [IPSEC]: Separate inner/outer mode processing on outputHerbert Xu2008-01-284-39/+71
* [INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu2008-01-281-1/+1
* [IPSEC]: Forbid BEET + ipcomp for nowHerbert Xu2008-01-281-8/+12
* [IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu2008-01-281-108/+26
* [IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu2008-01-281-42/+38
* [IPSEC]: Make sure idev is consistent with dev in xfrm_dstHerbert Xu2008-01-281-4/+9
* [IPSEC]: Set dst->input to dst_discardHerbert Xu2008-01-281-1/+2
* [IPSEC]: Only set neighbour on top xfrm dstHerbert Xu2008-01-281-2/+3