aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-02mac80211: copy nl80211 mgmt TX SKB for statusJohannes Berg1-3/+36
2015-06-02mac80211: move TX PN to public part of key structJohannes Berg1-50/+9
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-48/+11
2015-05-20mac80211: don't split remain-on-channel for coalescingJohannes Berg1-48/+11
2015-05-20mac80211: check fast-xmit on station changeMichal Kazior1-0/+1
2015-05-06mac80211: extend get_key() to return PN for all ciphersJohannes Berg1-0/+9
2015-05-06mac80211: extend get_tkip_seq to all keysJohannes Berg1-32/+59
2015-04-24mac80211: force off channel transmission for public action framesMatti Gottlieb1-1/+7
2015-04-22mac80211: add TX fastpathJohannes Berg1-1/+8
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-50/+47
2015-03-30mac80211: set QoS capability before changing station stateJohannes Berg1-4/+4
2015-03-30mac80211: make sta.wme indicate whether QoS is usedJohannes Berg1-1/+2
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen1-1/+2
2015-03-30mac80211: fix typo in debug outputMichael Braun1-1/+1
2015-03-20mac80211: avoid duplicate TX path station lookupJohannes Berg1-1/+1
2015-03-17mac80211: initialize rate control earlier for tdls stationMarek Puzyniak1-5/+8
2015-03-04mac80211: provide station PMF configuration to driverSenthilKumar Jegadeesan1-0/+1
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-28mac80211: iterate using station list in AP SMPSJohannes Berg1-39/+30
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen1-0/+14
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen1-0/+2
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen1-0/+2
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen1-0/+13
2015-01-23mac80211: enable TPC through mac80211 stackLorenzo Bianconi1-3/+16