aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[IPVS]: Relax the module get/put in ip_vs_app.cPavel Emelyanov1-7/+2
2008-01-28[PATCH] IPV4 : Move ip route cache flush (secret_rebuild) from softirq to workqueueEric Dumazet1-24/+59
2008-01-28[RAW]: Consolidate proc interface.Pavel Emelyanov1-18/+34
2008-01-28[RAW]: Consolidate proto->unhash callbackPavel Emelyanov1-4/+10
2008-01-28[RAW]: Consolidate proto->hash callbackPavel Emelyanov1-5/+12
2008-01-28[RAW]: Introduce raw_hashinfo structurePavel Emelyanov1-25/+25
2008-01-28[IPv4] RAW: Compact the API for the kernelPavel Emelyanov3-31/+53
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev4-7/+7
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev3-0/+28
2008-01-28[IPCONFIG]: Mark vendor_class_identifier as __initdata.David S. Miller1-1/+2
2008-01-28[IPVS]: Create synced connections with their real stateRumen G. Bogdanovski2-7/+41
2008-01-28[IPVS]: Flag synced connections and expose them in procRumen G. Bogdanovski2-1/+54
2008-01-28[TCP]: Correct DSACK check placingIlpo Järvinen1-10/+5
2008-01-28[NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variablesEric Dumazet2-13/+4
2008-01-28[TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen2-113/+172
2008-01-28[TCP]: Earlier SACK block verification & simplify access to themIlpo Järvinen1-34/+51
2008-01-28[TCP]: Create tcp_sacktag_one().Ilpo Järvinen1-96/+96
2008-01-28[TCP]: Prior_fackets can be replaced by highest_sack seqIlpo Järvinen1-3/+2
2008-01-28[TCP]: Make lost retrans detection more self-containedIlpo Järvinen1-9/+11
2008-01-28[TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen2-15/+16
2008-01-28[TCP]: non-FACK SACK follows conservative SACK loss recoveryIlpo Järvinen1-18/+62
2008-01-28[TCP]: Extend reordering detection to cover CA_Loss partiallyIlpo Järvinen1-1/+2
2008-01-28[TCP]: Move !in_sack test earlier in sacktag & reorganize if()sIlpo Järvinen1-17/+14
2008-01-28[IPV4] ipconfig: Implement DHCP Class-identifierRainer Jochem1-0/+24
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller1-1/+0
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy30-154/+161
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu1-0/+3
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu3-7/+9
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu2-13/+25
2008-01-28[IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu2-7/+9
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu2-112/+15
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu4-72/+8
2008-01-28[IPV4]: Add ip_local_outHerbert Xu5-42/+31
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu4-63/+57
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu4-39/+71
2008-01-28[INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu1-1/+1
2008-01-28[IPSEC]: Forbid BEET + ipcomp for nowHerbert Xu1-8/+12
2008-01-28[IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu1-108/+26
2008-01-28[IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu1-42/+38
2008-01-28[IPSEC]: Make sure idev is consistent with dev in xfrm_dstHerbert Xu1-4/+9
2008-01-28[IPSEC]: Set dst->input to dst_discardHerbert Xu1-1/+2
2008-01-28[IPSEC]: Only set neighbour on top xfrm dstHerbert Xu1-2/+3
2008-01-28[NET]: Eliminate duplicate copies of dst_discardHerbert Xu1-8/+3
2008-01-28[IPV6]: Move nfheader_len into rt6_infoHerbert Xu1-1/+0
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov9-41/+21
2008-01-28[IPV4]: Add raw drops counter.Wang Chen1-7/+10
2008-01-28[TCP]: Make tcp_splice_data_recv() static.Adrian Bunk1-2/+2
2008-01-28[TCP]: Splice receive support.Jens Axboe2-0/+130
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid1-1/+1
2008-01-23[INET]: Fix truesize setting in ip_append_dataHerbert Xu1-2/+2