summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-21ipvs: move ip_route_me_harder for ICMPJulian Anastasov1-20/+21
2010-10-21ipvs: create ip_vs_defrag_userJulian Anastasov1-21/+34
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov1-1/+1
2010-10-21ipvs: stop ICMP from FORWARD to localJulian Anastasov1-2/+19
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov4-8/+45
2010-10-21ipvs: switch to notrack modeJulian Anastasov2-37/+9
2010-10-21ipvs: optimize checksums for appsJulian Anastasov3-13/+56
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov2-10/+10
2010-10-21bridge: Add support for TX vlan offload.Jesse Gross1-1/+7
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross1-1/+2
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/padova...David 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/lin...David 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-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-18sched: Fix softirq time accountingVenkatesh Pallipadi1-1/+1
2010-10-18bonding: Fix napi poll for bonding driverNeil Horman1-1/+8
2010-10-18bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman1-3/+3
2010-10-18IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()Andy Walls1-7/+6
2010-10-18netfilter: fix kconfig unmet dependency warningRandy Dunlap2-4/+4
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock9-15/+15
2010-10-18tipc: Simplify bearer shutdown logicAllan Stephens1-27/+11
2010-10-18tipc: Kill tipc_get_mode() completely.David S. Miller1-6/+0
2010-10-17Bluetooth: fix oops in l2cap_connect_reqNathan Holstein1-2/+2
2010-10-17fib_hash: RCU conversion phase 2Eric Dumazet2-77/+101
2010-10-17fib_hash: RCU conversion phase 1Eric Dumazet1-19/+38