summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-146-5/+27
|\
| * Merge tag 'mac80211-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-11-041-1/+3
| |\
| | * mac80211_hwsim: release driver when ieee80211_register_hw failsJunjie Mao2014-10-291-1/+3
| * | Merge tag 'iwlwifi-for-john-2014-11-03' of git://git.kernel.org/pub/scm/linux...John W. Linville2014-11-045-4/+24
| |\ \
| | * | iwlwifi: fix RFkill while calibratingEmmanuel Grumbach2014-11-035-4/+23
| | * | iwlwifi: mvm: initialize the cur_ucode upon bootEmmanuel Grumbach2014-10-291-0/+1
* | | | Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-10139-2912/+5148
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville2014-11-0413-122/+452
| |\ \ \
| | * | | mac80211: replace restart_complete() with reconfig_complete()Eliad Peller2014-11-043-6/+24
| | * | | mac80211-hwsim: Provide multicast event for HWSIM_CMD_DEL_RADIOJukka Rissanen2014-10-311-7/+47
| | * | | mac80211-hwsim: Provide multicast event for HWSIM_CMD_NEW_RADIOJukka Rissanen2014-10-311-77/+198
| | * | | mac80211-hwsim: add missing policy entriesJohannes Berg2014-10-311-0/+3
| | * | | mac80211-hwsim: remove spurious newlineJohannes Berg2014-10-291-1/+0
| | * | | mac80211-hwsim: support SGI-20Ben Greear2014-10-291-0/+1
| | * | | mac80211-hwsim: add frequency attribute to netlink pktsBen Greear2014-10-292-1/+9
| | * | | mac80211-hwsim: Rename CREATE and DESTROY radio to NEW and DEL radioJukka Rissanen2014-10-291-5/+9
| | * | | mac80211-hwsim: support creating wiphy w/out creating wlanXBen Greear2014-10-272-3/+14
| | * | | mac80211-hwsim: support creating radios with specific nameBen Greear2014-10-271-4/+9
| | * | | mac80211-hwsim: support destroying radio by nameBen Greear2014-10-242-5/+18
| | * | | mac80211-hwsim: add ethtool stats supportBen Greear2014-10-241-1/+74
| | * | | cfg80211: Convert del_station() callback to use a param structJouni Malinen2014-10-204-12/+14
| | * | | mac80211-hwsim: Add support for HWSIM_ATTR_DESTROY_RADIO_ON_CLOSEJukka Rissanen2014-10-092-3/+40
| | * | | mac80211: allow channel switch with multiple channel contextsLuciano Coelho2014-10-094-18/+13
| | * | | mac80211_hwsim: fix typo, remove unnecessary gotoBen Greear2014-10-091-2/+1
| | * | | mac80211_hwsim: fix memory leak on netlink TX failureBen Greear2014-10-091-1/+2
| | | |/ | | |/|
| * | | mwifiex: add cfg80211 dump_survey handlerXinming Hu2014-10-311-0/+47
| * | | mwifiex: channel statistics support for mwifiexAvinash Patil2014-10-317-3/+132
| * | | rtlwifi: rtl8821ae: Remove extra semicolonsLarry Finger2014-10-301-6/+6
| * | | brcmsmac: expose 802.11 core statistics in debugfsArend van Spriel2014-10-301-33/+133
| * | | brcmsmac: fix statistic counter update functionArend van Spriel2014-10-301-9/+9
| * | | carl9170: Convert byte_rev_table uses to bitrev8Joe Perches2014-10-301-2/+2
| * | | wil6210: Add support for large packetsVladimir Kondratiev2014-10-306-7/+38
| * | | wil6210: improve dmesg for fw error handlingVladimir Kondratiev2014-10-301-0/+3
| * | | wil6210: prevent double disconnect command issuingVladimir Kondratiev2014-10-304-13/+29
| * | | wil6210: reset flow updatesVladimir Kondratiev2014-10-302-5/+24
| * | | wil6210: do not attempt FW recovery if interface is downVladimir Kondratiev2014-10-301-0/+5
| * | | brcmfmac: (clean) Move sdio related function.Hante Meuleman2014-10-303-54/+44
| * | | brcmfmac: (clean) Rename sdio related files.Hante Meuleman2014-10-3018-20/+20
| * | | brcmfmac: (clean) Rename sdio related files.Hante Meuleman2014-10-305-8/+8
| * | | brcmfmac: (clean) Rename files wl_cfg80211 to cfg80211Hante Meuleman2014-10-308-12/+14
| * | | brcmfmac: (clean) Rename dhd_common.c in common.cHante Meuleman2014-10-302-3/+3
| * | | brcmfmac: (clean) Rename dhd_bus.h in bus.hHante Meuleman2014-10-3016-21/+19
| * | | brcmfmac: (clean) Rename files dhd_dbg to debugHante Meuleman2014-10-3025-27/+27
| * | | brcmfmac: (clean) Move tracepoint related function.Hante Meuleman2014-10-302-15/+15
| * | | brcmfmac: (clean) Remove packet filter configuration.Hante Meuleman2014-10-301-166/+0
| * | | brcmfmac: (clean) Remove usb_rdl.h as it is not needed.Hante Meuleman2014-10-302-94/+69
| * | | brcmfmac: do not use firmware error code in driverArend van Spriel2014-10-301-5/+4
| * | | brcmfmac: remove unused defintionArend van Spriel2014-10-301-5/+0
| * | | brcmfmac: show firmware error as string in debug messageArend van Spriel2014-10-301-1/+72
| * | | brcmfmac: Add wowl patterns support.Hante Meuleman2014-10-302-35/+120