summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ath5k: clean up base.h and its usePavel Roskin2011-08-0822-70/+62
* ath: fix spelling of GrenadaPavel Roskin2011-08-082-2/+2
* orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002Pavel Roskin2011-08-081-1/+4
* hostap_cs: support cards with "Version 01.02" as third product IDPavel Roskin2011-08-081-0/+2
* b43legacy: report core numberPavel Roskin2011-08-081-1/+2
* b43legacy: remove 64-bit DMA supportPavel Roskin2011-08-082-410/+71
* iwlagn: support v2 of enhanced sensitivity tableWey-Yi Guy2011-08-084-33/+74
* iwlagn: change default sensitivity value for 5000 and 6000 seriesWey-Yi Guy2011-08-082-10/+10
* iwlagn: support new P2P implementationJohannes Berg2011-08-089-215/+127
* iwlagn: move context init after firmware loadingJohannes Berg2011-08-081-92/+89
* iwlagn: bump firmware API for some devicesJohannes Berg2011-08-083-9/+30
* iwlagn: separate firmware version warningJohannes Berg2011-08-082-7/+20
* iwlagn: Remove ht40 support from 5.2GHz for _bgn devicesWey-Yi Guy2011-08-082-4/+2
* iwlagn: default smps mode for 1000 series deviceWey-Yi Guy2011-08-081-1/+1
* iwlagn: reserve queue 10 for TX during scan dwellJohannes Berg2011-08-083-9/+24
* ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin2011-08-088-134/+102
* ath5k: remove most references to XRPavel Roskin2011-08-085-22/+0
* ath5k: remove unused and write-only structures and fieldsPavel Roskin2011-08-085-37/+1
* ath9k: remove all references to subsysid, it's never usedPavel Roskin2011-08-086-10/+6
* ath9k: use pci_dev->subsystem_deviceSergei Shtylyov2011-08-081-3/+2
* mwifiex: remove redundant variable scan_table_idxBing Zhao2011-08-082-13/+0
* libertas_usb: use USB interface as parent deviceDaniel Drake2011-08-081-1/+1
* libertas: link mesh device to wiphyDaniel Drake2011-08-088-43/+117
* mwifiex: remove wireless.h inclusion and fix resulting bugsBing Zhao2011-08-087-28/+19
* mwifiex: add wext includeJohannes Berg2011-08-081-0/+1
* wl1251: remove wext dependenciesJohannes Berg2011-08-082-2/+2
* wl12xx: remove wext dependenciesJohannes Berg2011-08-085-9/+9
* rndis_wlan: remove wireless extensions inclusionsJohannes Berg2011-08-081-2/+0
* b43legacy: remove wireless extensions inclusionsJohannes Berg2011-08-082-2/+0
* b43: remove wireless extensions inclusionsJohannes Berg2011-08-081-1/+0
* ath5k: remove wireless extensions inclusionsJohannes Berg2011-08-081-1/+0
* iwlegacy: remove wireless extensions inclusionsJohannes Berg2011-08-089-9/+0
* iwlagn: remove wireless extensions inclusionsJohannes Berg2011-08-087-7/+0
* cfg80211: split wext compatibility to separate headerJohannes Berg2011-08-082-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville2011-08-0316-40/+84
|\
| * iwlagn: 5000 do not support idle modeWey-Yi Guy2011-08-023-1/+5
| * rt2x00: fix usage of NULL queueStanislaw Gruszka2011-08-021-2/+3
| * rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa2011-08-021-1/+2
| * iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach2011-08-021-9/+9
| * rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka2011-08-011-2/+1
| * rtlwifi: Fix kernel oops on ARM SOCLarry Finger2011-08-011-9/+11
| * ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka2011-08-015-13/+40
| * iwlegacy: set tx power after rxon_assocStanislaw Gruszka2011-08-012-3/+11
| * ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau2011-08-011-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-2820-223/+318
|\ \
| * | tg3: Remove 5719 jumbo frames and TSO blocksMatt Carlson2011-07-271-3/+3
| * | tg3: Break larger frags into 4k chunks for 5719Matt Carlson2011-07-272-6/+47
| * | tg3: Add tx BD budgeting codeMatt Carlson2011-07-271-20/+29
| * | tg3: Consolidate code that calls tg3_tx_set_bd()Matt Carlson2011-07-271-37/+42
| * | tg3: Add partial fragment unmapping codeMatt Carlson2011-07-272-0/+27