summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211_hwsim: propagate genlmsg_reply return codeLi RongQing2019-03-231-1/+1
* mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov2018-12-211-5/+7
* mac80211_hwsim: Timer should be initialized before device registeredVasyl Vavrychuk2018-12-131-4/+4
* mac80211_hwsim: do not omit multicast announce of first added radioMartin Willi2018-11-041-2/+1
* mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-10-101-3/+0
* mac80211_hwsim: require at least one channelJohannes Berg2018-10-101-0/+5
* mac80211_hwsim: fix use-after-free bug in hwsim_exit_netBenjamin Beichler2018-04-261-2/+5
* mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()weiyongjun (A)2018-04-261-1/+3
* mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLEDAdiel Aloni2018-03-191-6/+11
* mac80211_hwsim: Fix a possible sleep-in-atomic bug in hwsim_get_radio_nlJia-Ju Bai2018-03-031-1/+1
* mac80211_hwsim: validate number of different channelsJohannes Berg2018-02-251-0/+5
* mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()Ben Hutchings2017-12-141-1/+4
* mac80211_hwsim: Use proper TX powerBeni Lev2017-09-051-2/+0
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-4/+4
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+2
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg2017-05-081-1/+7
* mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg2017-04-281-1/+1
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-2/+2
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-4/+4
* Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-21/+69
|\
| * mac80211_hwsim: use per-interface power levelJohannes Berg2017-04-131-6/+3
| * mac80211-hwsim: remove dmesg spam about get-survey.Ben Greear2017-03-291-2/+0
| * mac80211_hwsim: report survey data for scanned channelsJohannes Berg2017-03-061-13/+60
| * mac80211_hwsim: Add channel 169 (5845 MHz)Jouni Malinen2017-03-061-0/+1
| * mac80211_hwsim: Make sure NEW_RADIO contains final nameAndrew Zaborowski2017-03-061-0/+3
| * wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-061-0/+2
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
|/
* mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME lengthJohannes Berg2017-02-271-7/+21
* mac80211_hwsim: Replace bogus hrtimer clockidThomas Gleixner2017-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+1
|\
| * mac80211_hwsim: fix beacon delta calculationBenjamin Beichler2016-11-151-1/+1
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* | Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/sc...David S. Miller2016-10-291-39/+40
|\ \
| * | mac80211_hwsim: make multi-channel ops constJohannes Berg2016-10-121-39/+40
| |/
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-11/+15
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* mac80211_hwsim: statically initialize hwsim_radios listJohannes Berg2016-09-161-2/+1
* mac80211: Add support for beacon report radio measurementAvraham Stern2016-07-061-2/+9
* mac80211_hwsim: use signed net namespace IDJohannes Berg2016-07-061-1/+1
* mac80211_hwsim: Add radar bandwidths to the P2P Device combinationIlan Peer2016-07-061-20/+5
* mac80211_hwsim: Allow wmediumd to attach to radios created in its netnsMartin Willi2016-06-301-16/+76
* Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller2016-06-101-3/+94
|\
| * mac80211_hwsim: Allow managing radios from non-initial namespacesMartin Willi2016-05-311-3/+94
* | mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNALMartin Willi2016-05-311-0/+1
|/
* drivers/wireless: use nla_put_u64_64bit()Nicolas Dichtel2016-04-261-1/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-7/+7