aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-27mac80211: validate new interface's beacon intervalsJohannes Berg1-1/+2
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun1-14/+6
2016-10-12mac80211: remove unnecessary num_mcast_sta checkMichael Braun1-7/+0
2016-10-12mac80211: remove unnecessary mesh checkJohannes Berg1-4/+1
2016-09-30mac80211: Add API to report NAN function matchAyala Beker1-0/+25
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker1-0/+114
2016-09-30mac80211: implement nan_change_confAyala Beker1-0/+31
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker1-0/+36
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-0/+2
2016-09-15mac80211: remove pointless chanctx NULL checkJohannes Berg1-4/+0
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld1-1/+22
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld1-4/+4
2016-08-05mac80211: fix purging multicast PS buffer queueFelix Fietkau1-1/+1
2016-07-06cfg80211: Add mesh peer AID setting APIMasashi Honma1-0/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-7/+7
2016-04-06mac80211: add fast-rx pathJohannes Berg1-3/+7
2016-04-05mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker1-0/+4
2016-04-05mac80211: mesh: move path tables into if_meshBob Copeland1-2/+2
2016-02-24mac80211: move TKIP TX IVs to public part of key structEliad Peller1-2/+3
2016-02-24mac80211: limit the A-MSDU Tx based on peer's capabilitiesEmmanuel Grumbach1-0/+29
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-12-15mac80211: handle width changes from opmode notification IE in beaconEyal Shapira1-2/+1
2015-12-04mac80211: simplify ack_skb handlingJohannes Berg1-10/+8
2015-12-04mac80211: move off-channel/mgmt-tx code to offchannel.cJohannes Berg1-488/+16
2015-12-04mac80211: properly free skb when r-o-c for TX failsJohannes Berg1-1/+1
2015-12-04cfg80211: handle add_station auth/assoc flag quirksJohannes Berg1-10/+0
2015-12-04mac80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally1-0/+6
2015-12-02mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg1-2/+6
2015-11-03mac80211: don't reconfigure sched scan in case of wowlanEliad Peller1-3/+3
2015-10-14mac80211: remove cfg.hJohannes Berg1-1/+0
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg1-39/+0
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg1-2/+2
2015-10-13Revert "mac80211: remove exposing 'mfp' to drivers"Tamizh chelvam1-0/+1
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-15/+41
2015-09-29mac80211: advertise support for full station state in AP modeAyala Beker1-11/+22
2015-09-22mac80211: reset CQM history upon reconfigurationSara Sharon1-0/+1
2015-09-22mac80211: introduce per vif frame registration APIAndrei Otcheretianski1-4/+18
2015-09-22mac80211: debugfs: add file to disallow TDLS wider-bwArik Nemtsov1-0/+1
2015-09-22mac80211: fix VHT MCS mask array overrunJohannes Berg1-5/+7
2015-09-04mac80211: reject software RSSI CQM with beacon filteringJohannes Berg1-0/+4
2015-08-14mac80211: add rate mask logic for vht ratesLorenzo Bianconi1-3/+13
2015-07-17mac80211: TDLS: correctly configure SMPS stateArik Nemtsov1-3/+18
2015-07-17mac80211: define TDLS wider BW support bitsArik Nemtsov1-0/+6
2015-07-17mac80211: move mesh STA parameters code to own functionJohannes Berg1-56/+61
2015-07-17mac80211: move mesh related station fields to own structJohannes Berg1-4/+4
2015-07-17mac80211: remove exposing 'mfp' to driversJohannes Berg1-1/+0
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-5/+5
2015-06-10Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-48/+11
2015-06-09mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh1-0/+1
2015-06-02mac80211: stop using pointers as userspace cookiesJohannes Berg1-42/+73