summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211_hwsim: fix module init error pathsJohannes Berg2018-06-151-2/+9
* net: remove unnecessary genlmsg_cancel() callsYueHaibing2018-05-291-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-2/+2
|\
| * mac80211_hwsim: Fix radio dump for radio idx 0Andrew Zaborowski2018-05-221-2/+2
* | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-05-231-0/+1
|\|
| * mac80211_hwsim: fix a possible memory leak in hwsim_new_radio_nl()YueHaibing2018-05-071-0/+1
* | mac80211_hwsim: indicate support for powersave.Bjoern Johansson2018-04-191-0/+1
|/
* mac80211_hwsim: use DEFINE_IDAMatthew Wilcox2018-04-111-1/+1
* Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller2018-03-291-3/+7
|\
| * mac80211_hwsim: fix use-after-free bug in hwsim_exit_netBenjamin Beichler2018-03-211-2/+6
| * mac80211_hwsim: fix secondary MAC address assignmentJohannes Berg2018-03-211-1/+1
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+1
|\ \ | |/ |/|
| * mac80211_hwsim: Set wmediumd for new radiosAndrew Zaborowski2018-03-211-0/+1
* | net: Convert hwsim_net_opsKirill Tkhai2018-03-021-0/+1
* | mac80211_hwsim: Make hwsim_netgroup IDAKirill Tkhai2018-03-021-6/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-1/+1
|\|
| * Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-02-221-1/+1
| |\
| | * mac80211_hwsim: don't use WQ_MEM_RECLAIMJohannes Berg2018-02-191-1/+1
* | | mac80211_hwsim: add generation count for netlink dump operationBenjamin Beichler2018-01-311-7/+24
* | | mac80211_hwsim: add nl_err_msg in hwsim_new_radio in netlink caseBenjamin Beichler2018-01-311-2/+5
* | | mac80211_hwsim: add permanent mac address option for new radiosBenjamin Beichler2018-01-311-9/+34
|/ /
* | Merge tag 'mac80211-next-for-davem-2018-01-22' of git://git.kernel.org/pub/sc...David S. Miller2018-01-221-18/+76
|\ \
| * | mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()weiyongjun (A)2018-01-221-1/+3
| * | mac80211_hwsim: add hwsim_tx_rate_flags to netlink attributesBenjamin Beichler2018-01-151-1/+40
| * | mac80211_hwsim: add hashtable with mac address keys for faster lookupBenjamin Beichler2018-01-151-16/+34
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-2/+15
|\ \ \ | |/ / |/| / | |/
| * mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-151-0/+5
| * mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler2018-01-151-2/+10
* | Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/sc...David S. Miller2018-01-041-6/+11
|\ \ | |/ |/|
| * mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLEDAdiel Aloni2017-12-111-6/+11
* | mac80211_hwsim: Fix a possible sleep-in-atomic bug in hwsim_get_radio_nlJia-Ju Bai2017-12-191-1/+1
* | mac80211_hwsim: enable TODS BIT in null data frameAdiel Aloni2017-12-191-0/+1
|/
* mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()Ben Hutchings2017-11-201-1/+4
* genetlink: fix genlmsg_nlhdr()Michal Kubecek2017-11-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-96/+96
|\
| * mac80211_hwsim: use dyndbg for debug messagesLubomir Rintel2017-09-211-96/+96
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* mac80211_hwsim: Use proper TX powerBeni Lev2017-09-051-2/+0Star
* 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/+2Star
* 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/+3Star
| * mac80211-hwsim: remove dmesg spam about get-survey.Ben Greear2017-03-291-2/+0Star