aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy61-286/+296
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu3-5/+39
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu7-14/+16
2008-01-28[IPSEC]: Make x->lastused an unsigned longHerbert Xu2-4/+2
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu6-33/+69
2008-01-28[IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu5-12/+15
2008-01-28[IPSEC]: Store xfrm states in security path directlyHerbert Xu1-27/+15
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu5-217/+142
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu1-17/+40
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu9-145/+86
2008-01-28[IPV6]: Add ip6_local_outHerbert Xu4-18/+30
2008-01-28[IPV4]: Add ip_local_outHerbert Xu5-42/+31
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu10-99/+114
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu8-83/+143
2008-01-28[INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu3-3/+4
2008-01-28[IPSEC]: Move x->outer_mode->output out of locked sectionHerbert Xu2-4/+7
2008-01-28[IPSEC]: Forbid BEET + ipcomp for nowHerbert Xu2-19/+20
2008-01-28[IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu3-246/+207
2008-01-28[IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu3-114/+88
2008-01-28[IPSEC]: Replace x->type->{local,remote}_addr with flagsHerbert Xu2-21/+10
2008-01-28[IPSEC]: Make sure idev is consistent with dev in xfrm_dstHerbert Xu2-9/+19
2008-01-28[IPSEC]: Set dst->input to dst_discardHerbert Xu2-2/+4
2008-01-28[IPSEC]: Only set neighbour on top xfrm dstHerbert Xu2-4/+7
2008-01-28[NET]: Eliminate duplicate copies of dst_discardHerbert Xu5-49/+12
2008-01-28[IPV6]: Move nfheader_len into rt6_infoHerbert Xu3-4/+5
2008-01-28[IPSEC]: Use dst->header_len when resizing on outputHerbert Xu1-1/+2
2008-01-28[IPV6]: Only set nfheader_len for top xfrm dstHerbert Xu2-23/+6
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov47-228/+98
2008-01-28[IPV6]: Add raw6 drops counter.Wang Chen1-7/+8
2008-01-28[IPV4]: Add raw drops counter.Wang Chen2-7/+11
2008-01-28[TCP]: Make tcp_splice_data_recv() static.Adrian Bunk1-2/+2
2008-01-28[TCP] splice: add tcp_splice_read() to IPV6Jens Axboe1-0/+1
2008-01-28[TCP]: Splice receive support.Jens Axboe4-0/+389
2008-01-28[MAC80211]: Revert unaligned warning removal.David S. Miller1-0/+13
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-2/+2
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid2-2/+2
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-2/+2
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: convert net/bridge/br_if.c to use kobject_init/add_ng()Greg Kroah-Hartman1-7/+3
2008-01-24Kobject: change net/bridge to use kobject_create_and_addGreg Kroah-Hartman4-13/+7
2008-01-24Revert "mac80211: warn when receiving frames with unaligned data"Linus Torvalds1-13/+0
2008-01-23[INET]: Fix truesize setting in ip_append_dataHerbert Xu2-4/+4
2008-01-23[NETNS]: Re-export init_net via EXPORT_SYMBOL.Denis V. Lunev1-1/+1
2008-01-23[IPV4]: Add missing skb->truesize increment in ip_append_page().David S. Miller1-0/+2
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young2-1/+19
2008-01-21[ICMP]: ICMP_MIB_OUTMSGS increment duplicatedWang Chen1-1/+0
2008-01-21[IPV6]: RFC 2011 compatibility brokenWang Chen1-2/+2
2008-01-21[IPV6]: ICMP6_MIB_OUTMSGS increment duplicatedWang Chen1-2/+0
2008-01-20[NET]: rtnl_link: fix use-after-freePatrick McHardy1-1/+4
2008-01-20[AF_KEY]: Fix skb leak on pfkey_send_migrate() errorPatrick McHardy1-7/+9