aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-21mac80211_hwsim: Send alpha2 only if non-zeroPatrik Flykt1-1/+3
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-46/+233
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+3
2014-11-19mac80211-hwsim: Add HWSIM_CMD_GET_RADIO commandPatrik Flykt1-1/+122
2014-11-19mac80211-hwsim: Factor out netlink attribute appendingPatrik Flykt1-30/+30
2014-11-19mac80211-hwsim: remove unnecessary hwname checkJohannes Berg1-2/+1
2014-11-19mac80211-hwsim: hwname is always known so use the value from wiphyJukka Rissanen1-9/+9
2014-11-19mac80211_hwsim: support scanning with random MAC addressJohannes Berg1-2/+16
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-3/+6
2014-11-10mac80211: add back support for radiotap vendor namespace dataJohannes Berg1-0/+50
2014-10-31mac80211-hwsim: Provide multicast event for HWSIM_CMD_DEL_RADIOJukka Rissanen1-7/+47
2014-10-31mac80211-hwsim: Provide multicast event for HWSIM_CMD_NEW_RADIOJukka Rissanen1-77/+198
2014-10-31mac80211-hwsim: add missing policy entriesJohannes Berg1-0/+3
2014-10-29mac80211-hwsim: remove spurious newlineJohannes Berg1-1/+0
2014-10-29mac80211-hwsim: support SGI-20Ben Greear1-0/+1
2014-10-29mac80211-hwsim: add frequency attribute to netlink pktsBen Greear1-0/+6
2014-10-29mac80211_hwsim: release driver when ieee80211_register_hw failsJunjie Mao1-1/+3
2014-10-27mac80211-hwsim: support creating wiphy w/out creating wlanXBen Greear1-3/+12
2014-10-27mac80211-hwsim: support creating radios with specific nameBen Greear1-4/+9
2014-10-24mac80211-hwsim: support destroying radio by nameBen Greear1-5/+16
2014-10-24mac80211-hwsim: add ethtool stats supportBen Greear1-1/+74
2014-10-20net: wireless: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-09mac80211-hwsim: Add support for HWSIM_ATTR_DESTROY_RADIO_ON_CLOSEJukka Rissanen1-3/+37
2014-10-09mac80211_hwsim: fix typo, remove unnecessary gotoBen Greear1-2/+1
2014-10-09mac80211_hwsim: fix memory leak on netlink TX failureBen Greear1-1/+2
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller1-4/+4
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-3/+8
2014-07-23mac80211_hwsim: fix compiler warning on MIPSAndrew Bresticker1-3/+8
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel1-1/+2
2014-06-23mac80211_hwsim: clean up own address matchingJohannes Berg1-35/+31
2014-04-28mac80211_hwsim: Advertise support for AP mode channel width changesJouni Malinen1-0/+1
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+3
2014-02-11mac80211_hwsim: allow creation of single-channel radios with chanctxLuciano Coelho1-8/+21
2014-02-07mac80211_hwsim: fix number of channels in interface combinationsJohannes Berg1-1/+1
2014-02-06mac80211: remove unused radiotap vendor fields in ieee80211_rx_statusEmmanuel Grumbach1-26/+0
2014-02-04mac80211_hwsim: add channel switch supportAndrei Otcheretianski1-2/+7
2014-02-04mac80211_hwsim: make P2P-Device support optionalJohannes Berg1-7/+46
2014-02-04mac80211_hwsim: make netlink policy constJohannes Berg1-1/+1
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-602/+644
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-10mac80211_hwsim: restore regulatory testing functionalityJohannes Berg1-3/+215
2014-01-10mac80211_hwsim: allow creating/destroying radios on the flyJohannes Berg1-6/+54
2014-01-10mac80211_hwsim: register netlink even with multi-channelJohannes Berg1-8/+16
2014-01-10mac80211_hwsim: verify wmediumd socketJohannes Berg1-0/+9
2014-01-10mac80211_hwsim: shuffle code to prepare for dynamic radiosJohannes Berg1-413/+413
2014-01-10mac80211_hwsim: minor netlink cleanupsJohannes Berg1-41/+23
2014-01-10mac80211_hwsim: assign index from separate counterJohannes Berg1-2/+8
2014-01-10mac80211_hwsim: minimize rctbl module parameter usageJohannes Berg1-3/+3
2014-01-10mac80211_hwsim: refactor radio cleanupJohannes Berg1-14/+18