aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05mac80211_hwsim: Use proper TX powerBeni Lev1-2/+0
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-4/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-05-08mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg1-1/+7
2017-04-28mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg1-1/+1
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-2/+2
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-4/+4
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-21/+69
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-04-13mac80211_hwsim: use per-interface power levelJohannes Berg1-6/+3
2017-03-29mac80211-hwsim: remove dmesg spam about get-survey.Ben Greear1-2/+0
2017-03-06mac80211_hwsim: report survey data for scanned channelsJohannes Berg1-13/+60
2017-03-06mac80211_hwsim: Add channel 169 (5845 MHz)Jouni Malinen1-0/+1
2017-03-06mac80211_hwsim: Make sure NEW_RADIO contains final nameAndrew Zaborowski1-0/+3
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+2
2017-02-27mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME lengthJohannes Berg1-7/+21
2017-02-27mac80211_hwsim: Replace bogus hrtimer clockidThomas Gleixner1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-15mac80211_hwsim: fix beacon delta calculationBenjamin Beichler1-1/+1
2016-10-29Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-39/+40
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg1-11/+15
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-10-12mac80211_hwsim: make multi-channel ops constJohannes Berg1-39/+40
2016-09-16mac80211_hwsim: statically initialize hwsim_radios listJohannes Berg1-2/+1
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern1-2/+9
2016-07-06mac80211_hwsim: use signed net namespace IDJohannes Berg1-1/+1
2016-07-06mac80211_hwsim: Add radar bandwidths to the P2P Device combinationIlan Peer1-20/+5
2016-06-30mac80211_hwsim: Allow wmediumd to attach to radios created in its netnsMartin Willi1-16/+76
2016-06-10Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-3/+94
2016-05-31mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNALMartin Willi1-0/+1
2016-05-31mac80211_hwsim: Allow managing radios from non-initial namespacesMartin Willi1-3/+94
2016-04-26drivers/wireless: use nla_put_u64_64bit()Nicolas Dichtel1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-7/+7
2016-04-05mac80211_hwsim: Support a hw scan request for a specific BSSIDJouni Malinen1-0/+5
2016-03-04mac80211_hwsim: use reset to set mac headerZhang Shengju1-2/+2
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-6/+6
2016-02-24mac80211_hwsim: remove shadowing variableJohannes Berg1-3/+1
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2016-01-14Revert "mac80211_hwsim: support any address in userspace"Bob Copeland1-2/+3
2015-12-04mac80211_hwsim: check ATTR_FREQ for wmediumd (netlink) packetsAdam Welle1-4/+19
2015-12-04mac80211_hwsim: check txrate for NULLAmit Khatri1-0/+3
2015-12-04mac80211_hwsim: stop using pointers as cookiesJohannes Berg1-4/+14
2015-12-04mac80211_hwsim: Advertise support for VHT IBSSJouni Malinen1-0/+1
2015-12-04mac80211_hwsim: Update timestamp in Probe Response framesJouni Malinen1-0/+17
2015-12-04mac80211_hwsim: delay hardware remain-on-channel startJohannes Berg1-5/+25