aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-23[IPV4]: Add missing skb->truesize increment in ip_append_page().David S. Miller1-0/+2
2008-01-21[ICMP]: ICMP_MIB_OUTMSGS increment duplicatedWang Chen1-1/+0
2008-01-20[IPV4] FIB_HASH : Avoid unecessary loop in fn_hash_dump_zone()Eric Dumazet1-11/+9
2008-01-20[IPV4] fib_trie: fix duplicated route issueJoonwoo Park1-0/+3
2008-01-20[IPV4] fib_hash: fix duplicated route issueJoonwoo Park1-0/+3
2008-01-10[IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cacheEric Dumazet1-3/+3
2008-01-08[LRO] Fix lro_mgr->features checksBrice Goglin1-8/+8
2008-01-08[IPV4] ROUTE: ip_rt_dump() is unecessary slowEric Dumazet1-4/+4
2008-01-08[IPV4] ipconfig: Fix regression in ip command line processingAmos Waterland1-4/+18
2008-01-08[IPV4] raw: Strengthen check on validity of iph->ihlHerbert Xu1-1/+3
2008-01-04[INET]: Fix netdev renaming and inet address labelsMark McLoughlin1-1/+1
2007-12-29[TCP]: use non-delayed ACK for congestion control RTTGavin McCullagh1-8/+11