Age | Commit message (Expand) | Author | Files | Lines |
2016-09-15 | mac80211: remove pointless chanctx NULL check | Johannes Berg | 1 | -4/+0 |
2016-09-12 | mac80211: add support for MU-MIMO air sniffer | Aviya Erenfeld | 1 | -1/+22 |
2016-09-12 | mac80211: refactor monitor representation in sdata | Aviya Erenfeld | 1 | -4/+4 |
2016-08-05 | mac80211: fix purging multicast PS buffer queue | Felix Fietkau | 1 | -1/+1 |
2016-07-06 | cfg80211: Add mesh peer AID setting API | Masashi Honma | 1 | -0/+1 |
2016-04-12 | cfg80211: remove enum ieee80211_band | Johannes Berg | 1 | -7/+7 |
2016-04-06 | mac80211: add fast-rx path | Johannes Berg | 1 | -3/+7 |
2016-04-05 | mac80211: track and tell driver about GO client P2P PS abilities | Ayala Beker | 1 | -0/+4 |
2016-04-05 | mac80211: mesh: move path tables into if_mesh | Bob Copeland | 1 | -2/+2 |
2016-02-24 | mac80211: move TKIP TX IVs to public part of key struct | Eliad Peller | 1 | -2/+3 |
2016-02-24 | mac80211: limit the A-MSDU Tx based on peer's capabilities | Emmanuel Grumbach | 1 | -0/+29 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
2015-12-15 | mac80211: handle width changes from opmode notification IE in beacon | Eyal Shapira | 1 | -2/+1 |
2015-12-04 | mac80211: simplify ack_skb handling | Johannes Berg | 1 | -10/+8 |
2015-12-04 | mac80211: move off-channel/mgmt-tx code to offchannel.c | Johannes Berg | 1 | -488/+16 |
2015-12-04 | mac80211: properly free skb when r-o-c for TX fails | Johannes Berg | 1 | -1/+1 |
2015-12-04 | cfg80211: handle add_station auth/assoc flag quirks | Johannes Berg | 1 | -10/+0 |
2015-12-04 | mac80211: Add support for aborting an ongoing scan | Vidyullatha Kanchanapally | 1 | -0/+6 |
2015-12-03 | mac80211: fix off-channel mgmt-tx uninitialized variable usage | Johannes Berg | 1 | -2/+6 |
2015-11-03 | mac80211: don't reconfigure sched scan in case of wowlan | Eliad Peller | 1 | -3/+3 |
2015-10-14 | mac80211: remove cfg.h | Johannes Berg | 1 | -1/+0 |
2015-10-14 | mac80211: move sta_set_rate_info_rx() and make it static | Johannes Berg | 1 | -39/+0 |
2015-10-14 | mac80211: remove PM-QoS listener | Johannes Berg | 1 | -2/+2 |
2015-10-13 | Revert "mac80211: remove exposing 'mfp' to drivers" | Tamizh chelvam | 1 | -0/+1 |
2015-10-07 | Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc... | David S. Miller | 1 | -15/+41 |
2015-09-29 | mac80211: advertise support for full station state in AP mode | Ayala Beker | 1 | -11/+22 |
2015-09-22 | mac80211: reset CQM history upon reconfiguration | Sara Sharon | 1 | -0/+1 |
2015-09-22 | mac80211: introduce per vif frame registration API | Andrei Otcheretianski | 1 | -4/+18 |
2015-09-22 | mac80211: debugfs: add file to disallow TDLS wider-bw | Arik Nemtsov | 1 | -0/+1 |
2015-09-22 | mac80211: fix VHT MCS mask array overrun | Johannes Berg | 1 | -5/+7 |
2015-09-04 | mac80211: reject software RSSI CQM with beacon filtering | Johannes Berg | 1 | -0/+4 |
2015-08-14 | mac80211: add rate mask logic for vht rates | Lorenzo Bianconi | 1 | -3/+13 |
2015-07-17 | mac80211: TDLS: correctly configure SMPS state | Arik Nemtsov | 1 | -3/+18 |
2015-07-17 | mac80211: define TDLS wider BW support bits | Arik Nemtsov | 1 | -0/+6 |
2015-07-17 | mac80211: move mesh STA parameters code to own function | Johannes Berg | 1 | -56/+61 |
2015-07-17 | mac80211: move mesh related station fields to own struct | Johannes Berg | 1 | -4/+4 |
2015-07-17 | mac80211: remove exposing 'mfp' to drivers | Johannes Berg | 1 | -1/+0 |
2015-06-10 | mac80211: convert HW flags to unsigned long bitmap | Johannes Berg | 1 | -5/+5 |
2015-06-10 | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 1 | -48/+11 |
2015-06-09 | mac80211: fix the beacon csa counter for mesh and ibss | Chun-Yeow Yeoh | 1 | -0/+1 |
2015-06-02 | mac80211: stop using pointers as userspace cookies | Johannes Berg | 1 | -42/+73 |
2015-06-02 | mac80211: copy nl80211 mgmt TX SKB for status | Johannes Berg | 1 | -3/+36 |
2015-06-02 | mac80211: move TX PN to public part of key struct | Johannes Berg | 1 | -50/+9 |
2015-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -48/+11 |
2015-05-20 | mac80211: don't split remain-on-channel for coalescing | Johannes Berg | 1 | -48/+11 |
2015-05-20 | mac80211: check fast-xmit on station change | Michal Kazior | 1 | -0/+1 |
2015-05-06 | mac80211: extend get_key() to return PN for all ciphers | Johannes Berg | 1 | -0/+9 |
2015-05-06 | mac80211: extend get_tkip_seq to all keys | Johannes Berg | 1 | -32/+59 |
2015-04-24 | mac80211: force off channel transmission for public action frames | Matti Gottlieb | 1 | -1/+7 |
2015-04-22 | mac80211: add TX fastpath | Johannes Berg | 1 | -1/+8 |