summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-16libertas: better association request debuggingDan Williams1-8/+29
2010-08-16libertas: better scan response debuggingDan Williams1-4/+20
2010-08-16ath9k: add fastcc to debug print for channel changeLuis R. Rodriguez1-2/+3
2010-08-16rt2x00: do not shortcut rt2x00lib_config_antennaJohn W. Linville1-8/+0
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1488-48245/+135780
2010-08-16b43: move hwrng registration driver to wireless core initializationJohn W. Linville1-2/+7
2010-08-16iwm3200wifi: remove comparison to WIFI_IF_NTFY_MAX in iwm_ntf_wifi_if_wrapperJohn W. Linville1-5/+2
2010-08-16ipw2100: avoid warning from pointer cast in call to IPW_DEBUG_TXJohn W. Linville1-2/+2
2010-08-16iwlwifi: disable aspm by defaultJohn W. Linville2-0/+8
2010-08-16rtl8187: consolidate MSR writes in rtl8187_bss_info_changedJohn W. Linville1-5/+4
2010-08-16rtl8180: use RTL818X_MSR_ADHOC for IBSS connectionJohn W. Linville1-6/+9
2010-08-16rtl8180: use NAPI for bottom-half processingJohn W. Linville1-59/+69
2010-08-16zd1211rw: update fw version info in wiphy structJohn W. Linville1-0/+5
2010-08-16rt2x00: update fw version info in wiphy structJohn W. Linville1-0/+3
2010-08-16p54: update fw version info in wiphy structJohn W. Linville1-1/+5
2010-08-16b43legacy: update hw/fw version info in wiphy structJohn W. Linville1-0/+5
2010-08-16b43: update hw/fw version info in wiphy structJohn W. Linville1-0/+5
2010-08-13ath5k: disable ASPM L0s for all cardsMaxim Levitsky1-0/+21
2010-08-13ath9k_htc: load proper firmware for device ID 7015Rajkumar Manoharan5-7/+11
2010-08-13wl1251: fix trigger scan timeout usageYuri Kululin1-1/+1
2010-08-13ath9k_htc: Fix disconnect issue in HT40 mode.Vivek Natarajan1-1/+2
2010-08-11ath9k_htc: fix panic on packet injection using airbase-ng tool.Rajkumar Manoharan1-5/+10
2010-08-11ipw2100: register pm_qos request before registering pci driverJohn W. Linville1-2/+3
2010-08-09iwlagn: fix rts cts protectionJohannes Berg11-133/+87
2010-08-09libertas: fix build break by including linux/sched.hJohn W. Linville1-0/+1
2010-08-09Revert "p54pci: Add PCI ID for SMC2802W"John W. Linville1-2/+0
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher8-0/+18
2010-08-08ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIGJohn Fastabend1-4/+10
2010-08-07netxen: protect tx timeout recovery by rtnl lockAmit Kumar Salecha1-8/+7
2010-08-07isdn: gigaset: use after freeDan Carpenter1-2/+4
2010-08-07isdn: gigaset: add missing unlockDan Carpenter1-0/+1
2010-08-07solos-pci: Fix race condition in tasklet RX handlingDavid Woodhouse1-1/+6
2010-08-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller32-273/+836
2010-08-06iwlwifi: fix locking assertionsJohannes Berg4-6/+6
2010-08-06iwlwifi: fix TX tracerJohannes Berg1-1/+1
2010-08-05isdn: fix information leakDan Carpenter1-5/+5
2010-08-05usbnet: remove noisy and hardly useful printkChristian Samsel1-1/+0
2010-08-05rtl8180: avoid potential NULL deref in rtl8180_beacon_workJohn W. Linville1-0/+2
2010-08-05libertas: scan before assocation if no BSSID was givenDan Williams3-33/+121
2010-08-05libertas: fix association with some APs by using extended ratesDan Williams1-16/+40
2010-08-05libertas: get the right # of scanned BSSesDan Williams1-1/+9
2010-08-04virtio_net: implements ethtool_ops.get_drvinfoRusty Russell1-0/+14
2010-08-04ppp: make channel_ops conststephen hemminger4-9/+9
2010-08-04drivers/net/enic: Use %pUB to format a UUIDJoe Perches1-15/+2
2010-08-04davinci_emac: Fix use after free in davinci_emac_removeStefan Weil1-1/+1
2010-08-04via-velocity: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-2/+2
2010-08-04cxgb4vf: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-15/+16
2010-08-04cxgb3: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-12/+13
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds87-126/+119
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-183/+585