summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2010-10-12Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller
2010-10-12Bluetooth: clean up rfcomm codeAndrei Emeltchenko
2010-10-12Bluetooth: Update conf_state before send config_req outHaijun Liu
2010-10-12Bluetooth: Use the proper error value from bt_skb_send_alloc()Gustavo F. Padovan
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan
2010-10-12Bluetooth: remove unused variable from cmtpGustavo F. Padovan
2010-10-12Bluetooth: check for l2cap header in start fragmentAndrei Emeltchenko
2010-10-12Bluetooth: check L2CAP length in first ACL fragmentAndrei Emeltchenko
2010-10-12Bluetooth: Don't clear the blacklist when closing the HCI deviceJohan Hedberg
2010-10-12Bluetooth: remove extra newline from debug outputAndrei Emeltchenko
2010-10-12Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets.Mat Martineau
2010-10-12Bluetooth: Use common SOCK_STREAM receive code in RFCOMMMat Martineau
2010-10-12Bluetooth: Add common code for stream-oriented recvmsg()Mat Martineau
2010-10-12Bluetooth: Validate PSM values in calls to connect() and bind()Mat Martineau
2010-10-12Bluetooth: Fix RFCOMM RPN negotiationYuri Kululin