aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08mac80211_hwsim: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang1-7/+7
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-6/+31
2019-10-11mac80211_hwsim: add support for OCBRamon Fontes1-2/+4
2019-10-11mac80211_hwsim: add more 5GHz channels, 5/10 MHz supportRamon Fontes1-2/+26
2019-10-04mac80211_hwsim: fix incorrect dev_alloc_name failure gotoMichael Vassernis1-1/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-2/+2
2019-09-11mac80211_hwsim: Register support for HE meshpointSven Eckelmann1-94/+189
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2019-07-31mac80211_hwsim: fill boottime_ns in netlink RX pathJohannes Berg1-0/+7
2019-07-29mac80211_hwsim: Fix possible null-pointer dereferences in hwsim_dump_radio_nl()Jia-Ju Bai1-3/+5
2019-07-26mac80211_hwsim: Extended Key ID API updateAlexander Wetzel1-6/+0
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach1-1/+2
2019-07-26mac80211_hwsim: Fix a typo in the name of function 'mac80211_hswim_he_capab()'Christophe JAILLET1-2/+2
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner1-4/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-1/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-06-14nl80211: require and validate vendor command policyJohannes Berg1-0/+2
2019-05-24mac80211_hwsim: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+19
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+21
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+6
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-4/+4
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+8
2019-04-26mac80211_hwsim: Extended Key ID supportAlexander Wetzel1-0/+6
2019-04-26mac80211_hwsim: set p2p device interface support indicationAvraham Stern1-0/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2019-04-08mac80211_hwsim: calculate if_combination.max_interfacesJohannes Berg1-4/+15
2019-03-22genetlink: make policy common to familyJohannes Berg1-6/+1
2019-03-22mac80211_hwsim: Replace hrtimer tasklet with softirq hrtimerThomas Gleixner1-25/+21
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-22mac80211_hwsim: propagate genlmsg_reply return codeLi RongQing1-1/+1
2019-02-08mac80211_hwsim: Declare support for Multi-BSSIDJouni Malinen1-0/+1
2019-02-05mac80211_hwsim: Support boottime in scan resultsJouni Malinen1-2/+4
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