summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-10-21xfrm: make xfrm_bundle_ok localstephen hemminger
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger
2010-10-21xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger
2010-10-21bridge: make br_parse_ip_options staticstephen hemminger
2010-10-21socket: localize functionsstephen hemminger
2010-10-21fib: introduce fib_alias_accessed() helperEric Dumazet
2010-10-21net/sched: fix missing spinlock initEric Dumazet
2010-10-21bridge: Add support for TX vlan offload.Jesse Gross
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross
2010-10-21ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert
2010-10-20net: cleanups in RX queue allocationTom Herbert
2010-10-20net: fail alloc_netdev_mq if queue count < 1Tom Herbert
2010-10-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-10-20phonet: remove the unused variable pnChangli Gao
2010-10-20netpoll: Revert napi_poll fix for bonding driverNeil Horman
2010-10-19inet: RCU changes in inetdev_by_index()Eric Dumazet
2010-10-19net: avoid a dev refcount in ip_mc_find_dev()Eric Dumazet
2010-10-18bonding: Fix napi poll for bonding driverNeil Horman
2010-10-18bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman
2010-10-18IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()Andy Walls
2010-10-18tipc: Simplify bearer shutdown logicAllan Stephens
2010-10-18tipc: Kill tipc_get_mode() completely.David S. Miller
2010-10-17fib_hash: RCU conversion phase 2Eric Dumazet
2010-10-17fib_hash: RCU conversion phase 1Eric Dumazet
2010-10-17fib_hash: embed initial hash table in fn_zoneEric Dumazet
2010-10-17tcp: use correct counters in CA_CWR state tooIlpo Järvinen
2010-10-17tcp: sack lost marking fixesIlpo Järvinen
2010-10-16tipc: cleanup function namespacestephen hemminger
2010-10-16fib: avoid false sharing on fib_table_hashEric Dumazet
2010-10-16fib_trie: use fls() instead of open coded loopEric Dumazet
2010-10-16fib: remove a useless synchronize_rcu() callEric Dumazet
2010-10-16fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()Eric Dumazet
2010-10-16net: allocate skbs on local nodeEric Dumazet
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2010-10-15radiotap: fix vendor namespace parsingJohannes Berg
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker
2010-10-13mac80211: fix SMPS requestJohannes Berg
2010-10-13mac80211: add probe request filter flagJohannes Berg
2010-10-13cfg80211: notify drivers about frame registrationsJohannes Berg
2010-10-12wireless: Print wiphy name in sysfs.Ben Greear
2010-10-12net: percpu net_device refcountEric Dumazet