| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: validate user rate mask before configuring driver | Johannes Berg | 2017-10-18 | 1 | -6/+6 |
* | networking: make skb_put & friends return void pointers | Johannes Berg | 2017-06-16 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-15 | 1 | -0/+2 |
|\ |
|
| * | mac80211: don't send SMPS action frame in AP mode when not needed | Emmanuel Grumbach | 2017-06-13 | 1 | -0/+2 |
* | | mac80211: mesh: Allow following CSA to DFS channels if userspace handles it | Benjamin Berg | 2017-05-19 | 1 | -0/+1 |
|/ |
|
* | mac80211: Fix possible sband related NULL pointer de-reference | Mohammed Shafi Shajakhan | 2017-04-28 | 1 | -13/+17 |
* | mac80211: disentangle iflist_mtx and chanctx_mtx | Johannes Berg | 2017-04-26 | 1 | -5/+1 |
* | cfg80211: add request id parameter to .sched_scan_stop() signature | Arend Van Spriel | 2017-04-26 | 1 | -1/+2 |
* | mac80211: use common code for monitor options in add/change | Johannes Berg | 2017-04-13 | 1 | -58/+64 |
* | cfg80211: move add/change interface monitor flags into params | Johannes Berg | 2017-04-13 | 1 | -8/+7 |
* | mac80211: correct MU-MIMO monitor follow functionality | Johannes Berg | 2017-04-13 | 1 | -20/+58 |
* | cfg80211: allow leaving MU-MIMO monitor configuration unchanged | Johannes Berg | 2017-04-13 | 1 | -4/+4 |
* | mac80211: reject/clear user rate mask if not usable | Johannes Berg | 2017-03-08 | 1 | -1/+17 |
* | mac80211: Add set_cqm_rssi_range_config | Andrew Zaborowski | 2017-03-06 | 1 | -0/+28 |
* | cfg80211: fix NAN bands definition | Luca Coelho | 2017-02-09 | 1 | -2/+2 |
* | mac80211: multicast to unicast conversion | Michael Braun | 2016-12-13 | 1 | -0/+12 |
* | mac80211: validate new interface's beacon intervals | Johannes Berg | 2016-10-27 | 1 | -1/+2 |
* | mac80211: filter multicast data packets on AP / AP_VLAN | Michael Braun | 2016-10-12 | 1 | -14/+6 |
* | mac80211: remove unnecessary num_mcast_sta check | Michael Braun | 2016-10-12 | 1 | -7/+0 |
* | mac80211: remove unnecessary mesh check | Johannes Berg | 2016-10-12 | 1 | -4/+1 |
* | mac80211: Add API to report NAN function match | Ayala Beker | 2016-09-30 | 1 | -0/+25 |
* | mac80211: Implement add_nan_func and rm_nan_func | Ayala Beker | 2016-09-30 | 1 | -0/+114 |
* | mac80211: implement nan_change_conf | Ayala Beker | 2016-09-30 | 1 | -0/+31 |
* | mac80211: add boilerplate code for start / stop NAN | Ayala Beker | 2016-09-30 | 1 | -0/+36 |
* | cfg80211: add start / stop NAN commands | Ayala Beker | 2016-09-30 | 1 | -0/+2 |
* | mac80211: remove pointless chanctx NULL check | Johannes Berg | 2016-09-15 | 1 | -4/+0 |
* | mac80211: add support for MU-MIMO air sniffer | Aviya Erenfeld | 2016-09-12 | 1 | -1/+22 |
* | mac80211: refactor monitor representation in sdata | Aviya Erenfeld | 2016-09-12 | 1 | -4/+4 |
* | mac80211: fix purging multicast PS buffer queue | Felix Fietkau | 2016-08-05 | 1 | -1/+1 |
* | cfg80211: Add mesh peer AID setting API | Masashi Honma | 2016-07-06 | 1 | -0/+1 |
* | cfg80211: remove enum ieee80211_band | Johannes Berg | 2016-04-12 | 1 | -7/+7 |
* | mac80211: add fast-rx path | Johannes Berg | 2016-04-06 | 1 | -3/+7 |
* | mac80211: track and tell driver about GO client P2P PS abilities | Ayala Beker | 2016-04-05 | 1 | -0/+4 |
* | mac80211: mesh: move path tables into if_mesh | Bob Copeland | 2016-04-05 | 1 | -2/+2 |
* | mac80211: move TKIP TX IVs to public part of key struct | Eliad Peller | 2016-02-24 | 1 | -2/+3 |
* | mac80211: limit the A-MSDU Tx based on peer's capabilities | Emmanuel Grumbach | 2016-02-24 | 1 | -0/+29 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-18 | 1 | -2/+1 |
|\ |
|
| * | mac80211: handle width changes from opmode notification IE in beacon | Eyal Shapira | 2015-12-15 | 1 | -2/+1 |
* | | mac80211: simplify ack_skb handling | Johannes Berg | 2015-12-04 | 1 | -10/+8 |
* | | mac80211: move off-channel/mgmt-tx code to offchannel.c | Johannes Berg | 2015-12-04 | 1 | -488/+16 |
* | | mac80211: properly free skb when r-o-c for TX fails | Johannes Berg | 2015-12-04 | 1 | -1/+1 |
* | | cfg80211: handle add_station auth/assoc flag quirks | Johannes Berg | 2015-12-04 | 1 | -10/+0 |
* | | mac80211: Add support for aborting an ongoing scan | Vidyullatha Kanchanapally | 2015-12-04 | 1 | -0/+6 |
|/ |
|
* | mac80211: fix off-channel mgmt-tx uninitialized variable usage | Johannes Berg | 2015-12-02 | 1 | -2/+6 |
* | mac80211: don't reconfigure sched scan in case of wowlan | Eliad Peller | 2015-11-03 | 1 | -3/+3 |
* | mac80211: remove cfg.h | Johannes Berg | 2015-10-14 | 1 | -1/+0 |
* | mac80211: move sta_set_rate_info_rx() and make it static | Johannes Berg | 2015-10-14 | 1 | -39/+0 |
* | mac80211: remove PM-QoS listener | Johannes Berg | 2015-10-14 | 1 | -2/+2 |
* | Revert "mac80211: remove exposing 'mfp' to drivers" | Tamizh chelvam | 2015-10-13 | 1 | -0/+1 |
* | Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc... | David S. Miller | 2015-10-07 | 1 | -15/+41 |
|\ |
|