summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2011-08-08ath: fix spelling of GrenadaPavel Roskin
2011-08-08orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002Pavel Roskin
2011-08-08hostap_cs: support cards with "Version 01.02" as third product IDPavel Roskin
2011-08-08b43legacy: report core numberPavel Roskin
2011-08-08b43legacy: remove 64-bit DMA supportPavel Roskin
2011-08-08iwlagn: support v2 of enhanced sensitivity tableWey-Yi Guy
2011-08-08iwlagn: change default sensitivity value for 5000 and 6000 seriesWey-Yi Guy
2011-08-08iwlagn: support new P2P implementationJohannes Berg
2011-08-08iwlagn: move context init after firmware loadingJohannes Berg
2011-08-08iwlagn: bump firmware API for some devicesJohannes Berg
2011-08-08iwlagn: separate firmware version warningJohannes Berg
2011-08-08iwlagn: Remove ht40 support from 5.2GHz for _bgn devicesWey-Yi Guy
2011-08-08iwlagn: default smps mode for 1000 series deviceWey-Yi Guy
2011-08-08iwlagn: reserve queue 10 for TX during scan dwellJohannes Berg
2011-08-08ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin
2011-08-08ath5k: remove most references to XRPavel Roskin
2011-08-08ath5k: remove unused and write-only structures and fieldsPavel Roskin
2011-08-08ath9k: remove all references to subsysid, it's never usedPavel Roskin
2011-08-08ath9k: use pci_dev->subsystem_deviceSergei Shtylyov
2011-08-08mwifiex: remove redundant variable scan_table_idxBing Zhao
2011-08-08libertas_usb: use USB interface as parent deviceDaniel Drake
2011-08-08libertas: link mesh device to wiphyDaniel Drake
2011-08-08mwifiex: remove wireless.h inclusion and fix resulting bugsBing Zhao
2011-08-08mwifiex: add wext includeJohannes Berg
2011-08-08wl1251: remove wext dependenciesJohannes Berg
2011-08-08wl12xx: remove wext dependenciesJohannes Berg
2011-08-08rndis_wlan: remove wireless extensions inclusionsJohannes Berg
2011-08-08b43legacy: remove wireless extensions inclusionsJohannes Berg
2011-08-08b43: remove wireless extensions inclusionsJohannes Berg
2011-08-08ath5k: remove wireless extensions inclusionsJohannes Berg
2011-08-08iwlegacy: remove wireless extensions inclusionsJohannes Berg
2011-08-08iwlagn: remove wireless extensions inclusionsJohannes Berg
2011-08-08cfg80211: split wext compatibility to separate headerJohannes Berg
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville
2011-08-02iwlagn: 5000 do not support idle modeWey-Yi Guy
2011-08-02rt2x00: fix usage of NULL queueStanislaw Gruszka
2011-08-02rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa
2011-08-02iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach
2011-08-01rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka
2011-08-01rtlwifi: Fix kernel oops on ARM SOCLarry Finger
2011-08-01ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka
2011-08-01iwlegacy: set tx power after rxon_assocStanislaw Gruszka
2011-08-01ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-07-27tg3: Remove 5719 jumbo frames and TSO blocksMatt Carlson
2011-07-27tg3: Break larger frags into 4k chunks for 5719Matt Carlson
2011-07-27tg3: Add tx BD budgeting codeMatt Carlson
2011-07-27tg3: Consolidate code that calls tg3_tx_set_bd()Matt Carlson
2011-07-27tg3: Add partial fragment unmapping codeMatt Carlson
2011-07-27tg3: Generalize tg3_skb_error_unmap()Matt Carlson