aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross3-137/+44
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross3-72/+11
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross1-3/+33
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2-10/+10
2010-10-21ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross3-18/+34
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6David S. Miller1-2/+2
2010-10-21secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not setEric Paris1-0/+2
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris2-6/+50
2010-10-21conntrack: export lsm context rather than internal secid via netlinkEric Paris1-10/+36
2010-10-21secmark: make secmark object handling genericEric Paris2-19/+17
2010-10-21secmark: do not return early if there was no errorEric Paris1-1/+1
2010-10-20ceph: fix num_pages_free accounting in pagelistSage Weil1-0/+1
2010-10-20ceph: don't crash when passed bad mount optionsYehuda Sadeh1-1/+1
2010-10-20ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursorGreg Farnum1-9/+97
2010-10-20rbd: introduce rados block device (rbd), based on libcephYehuda Sadeh1-2/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh29-0/+10662
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet2-6/+32
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert1-53/+53
2010-10-20net: cleanups in RX queue allocationTom Herbert1-19/+17
2010-10-20net: fail alloc_netdev_mq if queue count < 1Tom Herbert1-0/+6
2010-10-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller26-241/+388
2010-10-20phonet: remove the unused variable pnChangli Gao1-1/+0
2010-10-20netpoll: Revert napi_poll fix for bonding driverNeil Horman1-8/+1
2010-10-19Fixed race condition at ip_vs.ko module init.Eduardo Blanco1-9/+10
2010-10-19sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov3-17/+7
2010-10-19sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov1-9/+4
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov1-1/+1
2010-10-19sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprtPavel Emelyanov1-2/+0
2010-10-19sunrpc: Remove UDP worker wrappersPavel Emelyanov1-34/+7
2010-10-19sunrpc: Remove TCP worker wrappersPavel Emelyanov1-32/+7
2010-10-19sunrpc: Pass family to setup_socket callsPavel Emelyanov1-24/+8
2010-10-19sunrpc: Merge xs_create_sock codePavel Emelyanov1-25/+24
2010-10-19sunrpc: Merge the xs_bind codePavel Emelyanov1-47/+19
2010-10-19sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov1-32/+8
2010-10-19sunrpc: Factor out v6 sockets creationPavel Emelyanov1-37/+26
2010-10-19sunrpc: Factor out v4 sockets creationPavel Emelyanov1-37/+26
2010-10-19sunrpc: Factor out udp sockets creationPavel Emelyanov1-40/+56
2010-10-19sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov1-6/+6
2010-10-19sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov1-6/+4
2010-10-19sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov1-3/+3
2010-10-19sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov1-3/+3
2010-10-19inet: RCU changes in inetdev_by_index()Eric Dumazet4-22/+16
2010-10-19net: avoid a dev refcount in ip_mc_find_dev()Eric Dumazet2-3/+3
2010-10-19sunrpc: remove the big kernel lockArnd Bergmann2-30/+11
2010-10-19ipvs: IPv6 tunnel modeHans Schillstrom1-79/+92
2010-10-19netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso2-11/+25
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker3-15/+17
2010-10-18svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker3-38/+78
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi1-1/+1
2010-10-18bonding: Fix napi poll for bonding driverNeil Horman1-1/+8