aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c
AgeCommit message (Expand)Author
2022-12-08wifi: mac80211_hwsim: fix debugfs attribute ps with rc table supportJonas Jelonek
2022-10-26wifi: mac80211_hwsim: avoid mac80211 warning on bad rateJohannes Berg
2022-08-25wifi: mac80211_hwsim: use 32-bit skb cookieJohannes Berg
2022-08-25wifi: mac80211_hwsim: add back erroneously removed castJohannes Berg
2022-08-25wifi: mac80211_hwsim: fix race condition in pending packetJeongik Cha
2022-05-18mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg
2022-03-08mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_workJaeMan Park
2022-03-08mac80211_hwsim: report NOACK frames in tx_statusBenjamin Beichler
2020-04-21mac80211_hwsim: Use kstrndup() in place of kasprintf()Tuomas Tynkkynen
2019-08-29mac80211_hwsim: Fix possible null-pointer dereferences in hwsim_dump_radio_nl()Jia-Ju Bai
2019-03-23mac80211_hwsim: propagate genlmsg_reply return codeLi RongQing
2018-12-21mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov
2018-12-13mac80211_hwsim: Timer should be initialized before device registeredVasyl Vavrychuk
2018-09-26mac80211_hwsim: do not omit multicast announce of first added radioMartin Willi
2018-09-26mac80211_hwsim: fix race in radio destruction from netlink notifierMartin Willi
2018-09-26mac80211_hwsim: fix locking when iterating radios during ns exitMartin Willi
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-08-28mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_customJinbum Park
2018-08-28mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall
2018-08-15mac80211_hwsim: require at least one channelJohannes Berg
2018-07-09mac80211_hwsim: Add support for HEIlan Peer
2018-06-15mac80211_hwsim: fix module init error pathsJohannes Berg
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2018-05-22mac80211_hwsim: Fix radio dump for radio idx 0Andrew Zaborowski
2018-05-07mac80211_hwsim: fix a possible memory leak in hwsim_new_radio_nl()YueHaibing
2018-04-19mac80211_hwsim: indicate support for powersave.Bjoern Johansson
2018-04-11mac80211_hwsim: use DEFINE_IDAMatthew Wilcox
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-21mac80211_hwsim: Set wmediumd for new radiosAndrew Zaborowski
2018-03-21mac80211_hwsim: fix use-after-free bug in hwsim_exit_netBenjamin Beichler
2018-03-21mac80211_hwsim: fix secondary MAC address assignmentJohannes Berg
2018-03-02net: Convert hwsim_net_opsKirill Tkhai
2018-03-02mac80211_hwsim: Make hwsim_netgroup IDAKirill Tkhai
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-02-19mac80211_hwsim: don't use WQ_MEM_RECLAIMJohannes Berg
2018-01-31mac80211_hwsim: add generation count for netlink dump operationBenjamin Beichler
2018-01-31mac80211_hwsim: add nl_err_msg in hwsim_new_radio in netlink caseBenjamin Beichler
2018-01-31mac80211_hwsim: add permanent mac address option for new radiosBenjamin Beichler
2018-01-22Merge tag 'mac80211-next-for-davem-2018-01-22' of git://git.kernel.org/pub/sc...David S. Miller
2018-01-22mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()weiyongjun (A)
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-15mac80211_hwsim: add hwsim_tx_rate_flags to netlink attributesBenjamin Beichler
2018-01-15mac80211_hwsim: add hashtable with mac address keys for faster lookupBenjamin Beichler
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg
2018-01-15mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler