aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-15brcmfmac: move p2p attach/detach functionsArend van Spriel1-99/+99
2015-06-15brcmfmac: free ifp for non-netdev interface in p2p moduleArend van Spriel2-2/+3
2015-06-15brcmfmac: have sdio return -EIO when device communication is not possibleArend van Spriel2-0/+7
2015-06-15brcmfmac: rework .get_station() callbackArend van Spriel2-92/+161
2015-06-15brcmfmac: Build wiphy mode and interface combinations dynamicallyPontus Fuchs1-68/+68
2015-06-15brcmfmac: Check if firmware supports p2pPontus Fuchs2-1/+4
2015-06-15mt7601u: don't warn about devices without per-rate power tableJakub Kicinski1-0/+4
2015-06-15mwifiex: handle BT coex event to adjust Rx BA window sizeChunfan Chen7-2/+277
2015-06-15ath9k_htc: add support of channel switchChun-Yeow Yeoh4-1/+40
2015-06-15brcmfmac: use debugfs_create_devm_seqfile() helper functionArend van Spriel1-36/+4
2015-06-15brcmfmac: remove watchdog reset from brcmf_pcie_buscoreprep()Arend van Spriel1-14/+2
2015-06-15brcmfmac: remove chipinfo debugfs entryArend van Spriel1-10/+0
2015-06-15brcmfmac: Update msgbuf read pointer quicker.Hante Meuleman3-13/+21
2015-06-15rtlwifi: rtl8192c: Add init codes for "fw_version" and "fw_subversion".Taehee Yoo1-1/+2
2015-06-15rtlwifi: rtl8192cu: Fix variable isfirst_ampduTaehee Yoo1-1/+1
2015-06-15rtlwifi: rtl8192cu: debug message change "RTL8192CE" to "RTL8192CU"Taehee Yoo1-5/+5
2015-06-15rtlwifi: rtl8192cu: remove duplicated routine in _rtl92c_phy_rf6052_config_parafileTaehee Yoo1-4/+0
2015-06-15rtlwifi: fix tm_trigger usageHans Ulli Kroll7-29/+21
2015-06-15rtlwifi: rtl8192cu: remove INTF_PCI and INTF_USBTaehee Yoo1-14/+4
2015-06-15rtlwifi: rtl8192cu: remove _InitBeaconParameters().Taehee Yoo3-39/+22
2015-06-15rtlwifi: rtl8192cu: remove IS_HARDWARE_TYPE_8192CE and IS_HARDWARE_TYPE_8192CUTaehee Yoo1-15/+3
2015-06-15fakelb: add xmit_async after stop testcaseAlexander Aring1-0/+5
2015-06-15at86rf230: add support for sleep stateAlexander Aring1-0/+38
2015-06-15at86rf230: use level high as fallback defaultAlexander Aring1-1/+1
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-37/+112
2015-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-12/+32
2015-06-12Fix Cavium Liquidio build related errors and warningsRaghu Vatsavayi8-19/+26
2015-06-13NFC: nfcmrvl: set PB_BAIL_OUT at setupVincent Cuissard2-0/+9
2015-06-13NFC: nfcmrvl: Allow ISO15693 protocolVincent Cuissard1-0/+1
2015-06-13NFC: nfcmrvl: small fix in USB driverVincent Cuissard1-0/+1
2015-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-12Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds3-6/+10
2015-06-12Merge git://git.infradead.org/intel-iommuLinus Torvalds1-3/+15
2015-06-12iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse1-3/+15
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown3-0/+3
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown1-5/+6
2015-06-12md: don't return 0 from array_state_storeNeilBrown1-1/+1
2015-06-12Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-intel into drm-fixesDave Airlie2-4/+18
2015-06-12Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie3-11/+28
2015-06-11net: igb: fix the start time for periodic output signalsRichard Cochran1-2/+2
2015-06-11bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera4-55/+36
2015-06-11bna: fix timeout API argument typeIvan Vecera3-19/+13
2015-06-11bna: use list_for_each_entry where appropriateIvan Vecera4-149/+37
2015-06-11bna: get rid of private macros for manipulation with listsIvan Vecera7-308/+130
2015-06-11bna: remove useless pointer assignmentIvan Vecera1-1/+0
2015-06-11bna: use memdup_user to copy userspace buffersIvan Vecera1-19/+8
2015-06-11bna: correct comparisons/assignments to boolIvan Vecera1-4/+4
2015-06-11bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2-19/+4
2015-06-11bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2-41/+1
2015-06-11bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2-77/+0