aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Restart xmit logic in xmit watchdog.Ben Greear2011-01-214-29/+68
* ath9k: More xmit queue debugfs information.Ben Greear2011-01-211-0/+26
* ath9k: Keep track of stations for debugfs.Ben Greear2011-01-214-3/+115
* ath9k: Add counters to distinquish AMPDU enqueues.Ben Greear2011-01-213-4/+8
* ath9k: Ensure xmit makes progress.Ben Greear2011-01-211-0/+2
* ath9k: Remove un-used member from ath_node.Ben Greear2011-01-211-1/+0
* ath9k: Add more information to debugfs xmit file.Ben Greear2011-01-214-2/+42
* ath9k: Initialize ah->hwBen Greear2011-01-211-0/+1
* ath9k: Show some live tx-queue values in debugfs.Ben Greear2011-01-211-0/+16
* iwlwifi: fix 4965 notification wait setupJohannes Berg2011-01-211-0/+5
* iwlagn: return error if PAN disable timeoutJohannes Berg2011-01-211-1/+3
* iwlagn: properly wait for PAN disableJohannes Berg2011-01-213-3/+14
* iwlagn: add support for waiting for notificationsJohannes Berg2011-01-214-0/+115
* iwlagn: make iwl_rx_handle staticJohannes Berg2011-01-212-2/+1
* mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2011-01-1911-11/+19
* ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear2011-01-195-146/+263
* ath9k: fix excessive BAR sending when a frame exceeds its retry limitFelix Fietkau2011-01-191-1/+1
* ath9k: try more than one tid when scheduling a new aggregateFelix Fietkau2011-01-191-3/+6
* ath9k_hw: fix carrier leakage calibration for AR9271Rajkumar Manoharan2011-01-191-1/+4
* ath9k_htc: keep calibrated noise floor value for oper channelRajkumar Manoharan2011-01-192-4/+5
* ath9k: preserve caldata history buffer across scanningRajkumar Manoharan2011-01-191-3/+2
* ath9k_hw: partially revert "fix dma descriptor rx error bit parsing"Felix Fietkau2011-01-192-8/+14
* ath5k: Fix return codes for eeprom read functions.Wojciech Dubowik2011-01-194-26/+19
* ath9k: reduce the likelihood of baseband hang check false positivesFelix Fietkau2011-01-191-1/+12
* ath9k: reinitialize block ack window data when starting aggregationFelix Fietkau2011-01-191-0/+3
* ath9k: fix initial sequence number after starting an ampdu sessionFelix Fietkau2011-01-191-1/+1
* ath9k: fix bogus sequence number increases on aggregation tid flushFelix Fietkau2011-01-191-1/+1
* rt2x00: Fix and fine-tune rf registers for RT3070/RT3071/RT3090RA-Jay Hung2011-01-192-8/+23
* rt2x00: Fix radio off hang issue for PCIE interfaceRA-Jay Hung2011-01-192-32/+10
* ath9k_hw: Offload USB eeprom reading to targetSujith Manoharan2011-01-195-29/+123
* ath9k_htc: Add multiple register read APISujith Manoharan2011-01-193-0/+34
* mwl8k: Enable HW encryption for AP modeNishant Sarmukadam2011-01-191-3/+277
* mwl8k: Set mac80211 rx status flags appropriately when hw crypto is enabledNishant Sarmukadam2011-01-191-3/+98
* mwl8k: Add encapsulation of data packet for cryptoNishant Sarmukadam2011-01-191-1/+53
* mwl8k: Modify add_dma_header to include pad parametersNishant Sarmukadam2011-01-191-6/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-01-174-15/+19
|\
| * IB/mlx4: Handle protocol field in multicast tableAleksey Senin2011-01-121-10/+13
| * mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long)Roland Dreier2011-01-123-5/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab...Linus Torvalds2011-01-161-2/+1
|\ \
| * | net: Make NETCONSOLE_DYNAMIC depend on CONFIGFS_FSNicholas Bellinger2011-01-161-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-1438-505/+512
|\ \ \
| * | | GRETH: resolve SMP issues and other problemsDaniel Hellstrom2011-01-141-67/+92
| * | | GRETH: handle frame error interruptsDaniel Hellstrom2011-01-142-4/+7
| * | | GRETH: avoid writing bad speed/duplex when setting transfer modeDaniel Hellstrom2011-01-141-11/+8
| * | | GRETH: fixed skb buffer memory leak on frame errorsDaniel Hellstrom2011-01-141-4/+14
| * | | GRETH: GBit transmit descriptor handling optimizationDaniel Hellstrom2011-01-141-9/+10
| * | | GRETH: fix opening/closingDaniel Hellstrom2011-01-141-0/+4
| * | | GRETH: added raw AMBA vendor/device number to match against.Daniel Hellstrom2011-01-141-0/+3
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-01-1413-136/+147
| |\ \ \
| | * | | e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan2011-01-146-123/+126