summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtl8xxxu: Update author/maintainer contact infoJes Sorensen2017-01-207-8/+8
* rtl8xxxu: Add additional USB IDs for rtl8192eu devicesAxel Köllhofer2017-01-201-0/+7
* rtl8xxxu: Add USB ID for D-Link DWA-131 rev E1 (rtl8192eu)Axel Köllhofer2017-01-201-0/+3
* rtl8xxxu: Add another 8192eu device to the USB listJes Sorensen2017-01-201-0/+3
* rtl8xxxu: Mark 8192eu device 0x0bda:0x818b as testedJes Sorensen2017-01-201-0/+1
* brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BFMartin Blumenstingl2017-01-201-0/+1
* mwifiex: don't complain about 'unknown event id: 0x63'Brian Norris2017-01-202-0/+5
* mwifiex: pcie: read FROMDEVICE DMA-able memory with READ_ONCE()Brian Norris2017-01-201-1/+1
* mwifiex: pcie: don't loop/retry interrupt status checksBrian Norris2017-01-201-70/+32
* mwifiex: pcie: use posted write to wake up firmwareBrian Norris2017-01-201-4/+3
* rt2x00: rt2800lib: support for for RT3352 with external PADaniel Golle2017-01-193-13/+89
* rt2x00: rt2800lib: fix rf id for RT3352Felix Fietkau2017-01-191-0/+2
* rt2x00: rt2800lib: correctly set HT20/HT40 filterSerge Vasilugin2017-01-192-2/+13
* rt2800: remove warning on bcn_num != rt2x00dev->intf_beaconingStanislaw Gruszka2017-01-191-2/+0
* mwifiex: remove redundant dma padding in AMSDUXinming Hu2017-01-191-12/+7
* brcmfmac: make brcmf_of_probe more genericRafał Miłecki2017-01-193-9/+12
* libertas: fix improper return valuePan Bian2017-01-191-1/+1
* rtlwifi: rtl8192de: Remove a pointless gotoLarry Finger2017-01-171-1/+0
* mwifiex: debugfs: Fix (sometimes) off-by-1 SSID printBrian Norris2017-01-171-1/+2
* brcmfmac: setup wiphy bands after registering it firstRafał Miłecki2017-01-171-2/+7
* brcmfmac: don't preset all channels as disabledRafał Miłecki2017-01-171-2/+0
* rt2800: set max_psdu to 3 on usb devicesStanislaw Gruszka2017-01-171-5/+6
* rt2x00: do not flush empty queueStanislaw Gruszka2017-01-171-1/+2
* rt2800usb: mark tx failure on timeoutStanislaw Gruszka2017-01-171-3/+2
* rt2800: tune TX_RTS_CFG configStanislaw Gruszka2017-01-171-2/+2
* rt2800: change default retry settingsStanislaw Gruszka2017-01-171-2/+9
* rt2x00: save conf settings before reset tunerStanislaw Gruszka2017-01-171-16/+16
* rt2800: increase TX timeoutStanislaw Gruszka2017-01-173-3/+3
* rt2800usb: remove watchdogStanislaw Gruszka2017-01-171-42/+0
* brcmfmac: avoid writing channel out of allocated arrayRafał Miłecki2017-01-171-15/+17
* mwifiex: fix uninitialized variable access in pcie_removeArnd Bergmann2017-01-171-0/+2
* mwifiex: get rid of global save_adapter and sdio_workXinming Hu2017-01-122-18/+24
* mwifiex: get rid of __mwifiex_sdio_remove helperXinming Hu2017-01-121-8/+3
* mwifiex: sdio card reset enhancementXinming Hu2017-01-122-43/+33
* mwifiex: cleanup in PCIe flr code pathXinming Hu2017-01-122-10/+11
* mwifiex: get rid of mwifiex_do_flr wrapperXinming Hu2017-01-123-29/+9
* mwifiex: use module_*_driver helper macrosAmitkumar Karwar2017-01-123-103/+8
* mwifiex: get rid of global user_rmmod flagXinming Hu2017-01-123-39/+17
* mwifiex: code rearrangement in pcie.c and sdio.cXinming Hu2017-01-122-208/+201
* mwifiex: move pcie_work and related variables inside cardGanapathi Bhat2017-01-122-11/+14
* mwifiex: wait firmware dump complete during card remove processXinming Hu2017-01-122-4/+17
* mwifiex: get rid of drv_info* adapter variablesXinming Hu2017-01-124-33/+29
* mwifiex: do not free firmware dump memory in shutdown_drvXinming Hu2017-01-121-19/+0
* mwifiex: don't wait for main_process in shutdown_drvXinming Hu2017-01-124-72/+22
* ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar2017-01-112-1/+13
* liquidio: store the L4 hash of rx packets in skbPrasad Kanneganti2017-01-103-3/+33
* sfc: stop setting dev_portBert Kenward2017-01-101-2/+0
* sfc: implement ndo_get_phys_port_nameBert Kenward2017-01-101-0/+11
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-107-35/+31
* net: qcom/emac: add ethtool supportTimur Tabi2017-01-104-21/+221