summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mac80211_hwsim.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-24mac80211_hwsim: Use kstrndup() in place of kasprintf()Tuomas Tynkkynen1-6/+6
2019-03-23mac80211_hwsim: propagate genlmsg_reply return codeLi RongQing1-1/+1
2018-12-21mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov1-5/+7
2018-12-13mac80211_hwsim: Timer should be initialized before device registeredVasyl Vavrychuk1-4/+4
2018-11-10mac80211_hwsim: do not omit multicast announce of first added radioMartin Willi1-2/+1
2018-10-10mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall1-3/+0
2018-05-30mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()weiyongjun (A)1-1/+3
2018-04-29mac80211_hwsim: fix use-after-free bug in hwsim_exit_netBenjamin Beichler1-2/+5
2018-03-22mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLEDAdiel Aloni1-6/+11
2018-03-22mac80211_hwsim: use per-interface power levelJohannes Berg1-6/+3
2018-03-03mac80211_hwsim: Fix a possible sleep-in-atomic bug in hwsim_get_radio_nlJia-Ju Bai1-1/+1
2017-12-14mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()Ben Hutchings1-1/+4
2017-10-21mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME lengthJohannes Berg1-7/+21
2017-10-05mac80211_hwsim: Use proper TX powerBeni Lev1-2/+0
2017-07-12mac80211_hwsim: Replace bogus hrtimer clockidThomas Gleixner1-1/+1
2016-11-15mac80211_hwsim: fix beacon delta calculationBenjamin Beichler1-1/+1
2016-09-16mac80211_hwsim: statically initialize hwsim_radios listJohannes Berg1-2/+1
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern1-2/+9
2016-07-06mac80211_hwsim: use signed net namespace IDJohannes Berg1-1/+1
2016-07-06mac80211_hwsim: Add radar bandwidths to the P2P Device combinationIlan Peer1-20/+5
2016-06-30mac80211_hwsim: Allow wmediumd to attach to radios created in its netnsMartin Willi1-16/+76
2016-06-11Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller1-3/+94
2016-05-31mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNALMartin Willi1-0/+1
2016-05-31mac80211_hwsim: Allow managing radios from non-initial namespacesMartin Willi1-3/+94
2016-04-26drivers/wireless: use nla_put_u64_64bit()Nicolas Dichtel1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-7/+7
2016-04-05mac80211_hwsim: Support a hw scan request for a specific BSSIDJouni Malinen1-0/+5
2016-03-05mac80211_hwsim: use reset to set mac headerZhang Shengju1-2/+2
2016-03-02Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller1-6/+6
2016-02-24mac80211_hwsim: remove shadowing variableJohannes Berg1-3/+1
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2016-01-14Revert "mac80211_hwsim: support any address in userspace"Bob Copeland1-2/+3
2015-12-04mac80211_hwsim: check ATTR_FREQ for wmediumd (netlink) packetsAdam Welle1-4/+19
2015-12-04mac80211_hwsim: check txrate for NULLAmit Khatri1-0/+3
2015-12-04mac80211_hwsim: stop using pointers as cookiesJohannes Berg1-4/+14
2015-12-04mac80211_hwsim: Advertise support for VHT IBSSJouni Malinen1-0/+1
2015-12-04mac80211_hwsim: Update timestamp in Probe Response framesJouni Malinen1-0/+17
2015-12-04mac80211_hwsim: delay hardware remain-on-channel startJohannes Berg1-5/+25
2015-12-04mac80211_hwsim: do not actively scan DFS channelsJohannes Berg1-1/+2
2015-11-10remove abs64()Andrew Morton1-1/+1
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller1-1/+1
2015-09-24genetlink: simplify genl_notifyJiri Benc1-3/+2
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach1-1/+1
2015-08-18net: mac80211_hwsim: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-14mac80211_hwsim: unregister genetlink family properlySu Kang Yin1-1/+3
2015-07-17mac80211_hwsim: support wider TDLS bandwidthJohannes Berg1-0/+1
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-13/+13
2015-05-06mac80211_hwsim: Fix the supported VHT mcs ratesIlan Peer1-5/+5
2015-05-06mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz bandIlan Peer1-25/+25
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-2/+0