aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-19mac80211_hwsim: check that n_limits makes senseJohannes Berg1-0/+5
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-78/+179
2018-12-18mac80211_hwsim: fix overwriting of if_combinationJames Prestwood1-6/+7
2018-12-05mac80211_hwsim: fixes kernel crash during mac80211_hwsim initJames Prestwood1-0/+1
2018-11-09mac80211_hwsim: allow configurable cipher typesJames Prestwood1-0/+79
2018-11-09mac80211_hwsim: allow setting iftype supportJames Prestwood1-66/+89
2018-11-09mac80211_hwsim: move HWSIM_ATTR_RADIO_NAME parsing lastJohannes Berg1-13/+10
2018-11-09mac80211_hwsim: Timer should be initialized before device registeredVasyl Vavrychuk1-4/+4
2018-11-09mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov1-5/+7
2018-10-08mac80211_hwsim: drop now unused work-queue from hwsimMartin Willi1-10/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+17
2018-09-26mac80211_hwsim: do not omit multicast announce of first added radioMartin Willi1-2/+1
2018-09-26mac80211_hwsim: fix race in radio destruction from netlink notifierMartin Willi1-13/+9
2018-09-26mac80211_hwsim: fix locking when iterating radios during ns exitMartin Willi1-4/+7
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz1-11/+7
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-3/+9
2018-08-28mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_customJinbum Park1-0/+4
2018-08-28mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall1-3/+0
2018-08-15mac80211_hwsim: require at least one channelJohannes Berg1-0/+5
2018-07-09mac80211_hwsim: Add support for HEIlan Peer1-0/+123
2018-06-15mac80211_hwsim: fix module init error pathsJohannes Berg1-2/+9
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing1-1/+0
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-0/+1
2018-05-22mac80211_hwsim: Fix radio dump for radio idx 0Andrew Zaborowski1-2/+2
2018-05-07mac80211_hwsim: fix a possible memory leak in hwsim_new_radio_nl()YueHaibing1-0/+1
2018-04-19mac80211_hwsim: indicate support for powersave.Bjoern Johansson1-0/+1
2018-04-11mac80211_hwsim: use DEFINE_IDAMatthew Wilcox1-1/+1
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-3/+7
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-03-21mac80211_hwsim: Set wmediumd for new radiosAndrew Zaborowski1-0/+1
2018-03-21mac80211_hwsim: fix use-after-free bug in hwsim_exit_netBenjamin Beichler1-2/+6
2018-03-21mac80211_hwsim: fix secondary MAC address assignmentJohannes Berg1-1/+1
2018-03-02net: Convert hwsim_net_opsKirill Tkhai1-0/+1
2018-03-02mac80211_hwsim: Make hwsim_netgroup IDAKirill Tkhai1-6/+8
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-1/+1
2018-02-19mac80211_hwsim: don't use WQ_MEM_RECLAIMJohannes Berg1-1/+1
2018-01-31mac80211_hwsim: add generation count for netlink dump operationBenjamin Beichler1-7/+24
2018-01-31mac80211_hwsim: add nl_err_msg in hwsim_new_radio in netlink caseBenjamin Beichler1-2/+5
2018-01-31mac80211_hwsim: add permanent mac address option for new radiosBenjamin Beichler1-9/+34
2018-01-22Merge tag 'mac80211-next-for-davem-2018-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-18/+76
2018-01-22mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()weiyongjun (A)1-1/+3
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+15
2018-01-15mac80211_hwsim: add hwsim_tx_rate_flags to netlink attributesBenjamin Beichler1-1/+40
2018-01-15mac80211_hwsim: add hashtable with mac address keys for faster lookupBenjamin Beichler1-16/+34
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg1-0/+5
2018-01-15mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler1-2/+10
2018-01-04Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-6/+11