summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vlan: Avoid hash table lookup to find group.Jesse Gross2010-10-213-72/+11
* vlan: Enable software emulation for vlan accleration.Jesse Gross2010-10-211-3/+33
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-212-10/+10
* ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross2010-10-213-18/+34
* net: avoid RCU for NOCACHE dstEric Dumazet2010-10-202-6/+32
* net: allocate tx queues in register_netdeviceTom Herbert2010-10-201-53/+53
* net: cleanups in RX queue allocationTom Herbert2010-10-201-19/+17
* net: fail alloc_netdev_mq if queue count < 1Tom Herbert2010-10-201-0/+6
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-10-2026-241/+388
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-1516-82/+195
| |\
| | * radiotap: fix vendor namespace parsingJohannes Berg2010-10-151-26/+32
| | * mac80211: fix SMPS requestJohannes Berg2010-10-131-0/+2
| | * mac80211: add probe request filter flagJohannes Berg2010-10-134-2/+32
| | * cfg80211: notify drivers about frame registrationsJohannes Berg2010-10-131-3/+20
| | * wireless: Print wiphy name in sysfs.Ben Greear2010-10-121-0/+9
| | * mac80211: minstrel_ht A-MPDU fixBjörn Smedman2010-10-111-3/+4
| | * mac80211: don't kmalloc 16 bytesJohannes Berg2010-10-111-7/+1
| | * cfg80211: add channel utilization stats to the survey commandFelix Fietkau2010-10-111-0/+15
| | * mac80211: temporarily disable reorder release timerChristian Lamparter2010-10-111-0/+24
| | * mac80211: fix possible null-pointer de-referenceChristian Lamparter2010-10-111-3/+14
| | * wireless: Set some stats used by /proc/net/wireless (wext)Ben Greear2010-10-112-1/+7
| | * mac80211: Improve mlme probe response log messages.Ben Greear2010-10-111-7/+11
| | * Revert "wireless: Use first phyX name available when registering phy devices."Johannes Berg2010-10-111-30/+24
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2010-10-1510-159/+193
| |\ \
| | * | Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-10-121-15/+14
| | * | Bluetooth: Update conf_state before send config_req outHaijun Liu2010-10-121-0/+1
| | * | Bluetooth: Use the proper error value from bt_skb_send_alloc()Gustavo F. Padovan2010-10-121-4/+4
| | * | Bluetooth: make batostr() print in the right orderGustavo F. Padovan2010-10-125-28/+10
| | * | Bluetooth: remove unused variable from cmtpGustavo F. Padovan2010-10-121-2/+1
| | * | Bluetooth: check for l2cap header in start fragmentAndrei Emeltchenko2010-10-121-1/+2
| | * | Bluetooth: check L2CAP length in first ACL fragmentAndrei Emeltchenko2010-10-121-0/+16
| | * | Bluetooth: Don't clear the blacklist when closing the HCI deviceJohan Hedberg2010-10-121-1/+0
| | * | Bluetooth: remove extra newline from debug outputAndrei Emeltchenko2010-10-121-1/+1
| | * | Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets.Mat Martineau2010-10-121-0/+3
| | * | Bluetooth: Use common SOCK_STREAM receive code in RFCOMMMat Martineau2010-10-121-98/+6
| | * | Bluetooth: Add common code for stream-oriented recvmsg()Mat Martineau2010-10-121-0/+109
| | * | Bluetooth: Validate PSM values in calls to connect() and bind()Mat Martineau2010-10-121-4/+21
| | * | Bluetooth: Fix RFCOMM RPN negotiationYuri Kululin2010-10-121-4/+4
| | * | Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel2010-10-121-2/+2
* | | | phonet: remove the unused variable pnChangli Gao2010-10-201-1/+0
* | | | netpoll: Revert napi_poll fix for bonding driverNeil Horman2010-10-201-8/+1
* | | | inet: RCU changes in inetdev_by_index()Eric Dumazet2010-10-194-22/+16
* | | | net: avoid a dev refcount in ip_mc_find_dev()Eric Dumazet2010-10-192-3/+3
* | | | bonding: Fix napi poll for bonding driverNeil Horman2010-10-181-1/+8
* | | | bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman2010-10-181-3/+3
* | | | IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()Andy Walls2010-10-181-7/+6
* | | | tipc: Simplify bearer shutdown logicAllan Stephens2010-10-181-27/+11
* | | | tipc: Kill tipc_get_mode() completely.David S. Miller2010-10-181-6/+0
* | | | fib_hash: RCU conversion phase 2Eric Dumazet2010-10-172-77/+101
* | | | fib_hash: RCU conversion phase 1Eric Dumazet2010-10-171-19/+38
OpenPOWER on IntegriCloud