aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21fib: introduce fib_alias_accessed() helperEric Dumazet4-3/+12
2010-10-21net/sched: fix missing spinlock initEric Dumazet1-0/+2
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-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-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-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-18tipc: Simplify bearer shutdown logicAllan Stephens1-27/+11
2010-10-18tipc: Kill tipc_get_mode() completely.David S. Miller1-6/+0
2010-10-17fib_hash: RCU conversion phase 2Eric Dumazet2-77/+101
2010-10-17fib_hash: RCU conversion phase 1Eric Dumazet1-19/+38
2010-10-17fib_hash: embed initial hash table in fn_zoneEric Dumazet1-29/+23
2010-10-17tcp: use correct counters in CA_CWR state tooIlpo Järvinen1-6/+7
2010-10-17tcp: sack lost marking fixesIlpo Järvinen1-10/+14
2010-10-16tipc: cleanup function namespacestephen hemminger26-389/+84
2010-10-16fib: avoid false sharing on fib_table_hashEric Dumazet2-9/+11
2010-10-16fib_trie: use fls() instead of open coded loopEric Dumazet1-12/+4
2010-10-16fib: remove a useless synchronize_rcu() callEric Dumazet1-1/+0
2010-10-16fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()Eric Dumazet1-2/+1
2010-10-16net: allocate skbs on local nodeEric Dumazet1-12/+1
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville16-82/+195
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 into for-davemJohn W. Linville10-159/+193
2010-10-15radiotap: fix vendor namespace parsingJohannes Berg1-26/+32
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi2-187/+212
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker9-375/+1
2010-10-13mac80211: fix SMPS requestJohannes Berg1-0/+2
2010-10-13mac80211: add probe request filter flagJohannes Berg4-2/+32
2010-10-13cfg80211: notify drivers about frame registrationsJohannes Berg1-3/+20
2010-10-12wireless: Print wiphy name in sysfs.Ben Greear1-0/+9
2010-10-12net: percpu net_device refcountEric Dumazet1-7/+33
2010-10-12Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller9-63/+66
2010-10-12Bluetooth: clean up rfcomm codeAndrei Emeltchenko1-15/+14
2010-10-12Bluetooth: Update conf_state before send config_req outHaijun Liu1-0/+1
2010-10-12Bluetooth: Use the proper error value from bt_skb_send_alloc()Gustavo F. Padovan1-4/+4
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan5-28/+10
2010-10-12Bluetooth: remove unused variable from cmtpGustavo F. Padovan1-2/+1