aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-04mac80211: simplify ack_skb handlingGravatar Johannes Berg 1-10/+8
2015-12-04mac80211: move off-channel/mgmt-tx code to offchannel.cGravatar Johannes Berg 1-488/+16
2015-12-04mac80211: properly free skb when r-o-c for TX failsGravatar Johannes Berg 1-1/+1
2015-12-04cfg80211: handle add_station auth/assoc flag quirksGravatar Johannes Berg 1-10/+0
2015-12-04mac80211: Add support for aborting an ongoing scanGravatar Vidyullatha Kanchanapally 1-0/+6
2015-12-02mac80211: fix off-channel mgmt-tx uninitialized variable usageGravatar Johannes Berg 1-2/+6
2015-11-03mac80211: don't reconfigure sched scan in case of wowlanGravatar Eliad Peller 1-3/+3
2015-10-14mac80211: remove cfg.hGravatar Johannes Berg 1-1/+0
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticGravatar Johannes Berg 1-39/+0
2015-10-14mac80211: remove PM-QoS listenerGravatar Johannes Berg 1-2/+2
2015-10-13Revert "mac80211: remove exposing 'mfp' to drivers"Gravatar Tamizh chelvam 1-0/+1
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-15/+41
2015-09-29mac80211: advertise support for full station state in AP modeGravatar Ayala Beker 1-11/+22
2015-09-22mac80211: reset CQM history upon reconfigurationGravatar Sara Sharon 1-0/+1
2015-09-22mac80211: introduce per vif frame registration APIGravatar Andrei Otcheretianski 1-4/+18
2015-09-22mac80211: debugfs: add file to disallow TDLS wider-bwGravatar Arik Nemtsov 1-0/+1
2015-09-22mac80211: fix VHT MCS mask array overrunGravatar Johannes Berg 1-5/+7
2015-09-04mac80211: reject software RSSI CQM with beacon filteringGravatar Johannes Berg 1-0/+4
2015-08-14mac80211: add rate mask logic for vht ratesGravatar Lorenzo Bianconi 1-3/+13
2015-07-17mac80211: TDLS: correctly configure SMPS stateGravatar Arik Nemtsov 1-3/+18
2015-07-17mac80211: define TDLS wider BW support bitsGravatar Arik Nemtsov 1-0/+6
2015-07-17mac80211: move mesh STA parameters code to own functionGravatar Johannes Berg 1-56/+61
2015-07-17mac80211: move mesh related station fields to own structGravatar Johannes Berg 1-4/+4
2015-07-17mac80211: remove exposing 'mfp' to driversGravatar Johannes Berg 1-1/+0
2015-06-10mac80211: convert HW flags to unsigned long bitmapGravatar Johannes Berg 1-5/+5
2015-06-10Merge remote-tracking branch 'net-next/master' into mac80211-nextGravatar Johannes Berg 1-48/+11
2015-06-09mac80211: fix the beacon csa counter for mesh and ibssGravatar Chun-Yeow Yeoh 1-0/+1
2015-06-02mac80211: stop using pointers as userspace cookiesGravatar Johannes Berg 1-42/+73
2015-06-02mac80211: copy nl80211 mgmt TX SKB for statusGravatar Johannes Berg 1-3/+36
2015-06-02mac80211: move TX PN to public part of key structGravatar Johannes Berg 1-50/+9
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-48/+11
2015-05-20mac80211: don't split remain-on-channel for coalescingGravatar Johannes Berg 1-48/+11
2015-05-20mac80211: check fast-xmit on station changeGravatar Michal Kazior 1-0/+1
2015-05-06mac80211: extend get_key() to return PN for all ciphersGravatar Johannes Berg 1-0/+9
2015-05-06mac80211: extend get_tkip_seq to all keysGravatar Johannes Berg 1-32/+59
2015-04-24mac80211: force off channel transmission for public action framesGravatar Matti Gottlieb 1-1/+7
2015-04-22mac80211: add TX fastpathGravatar Johannes Berg 1-1/+8
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-50/+47
2015-03-30mac80211: set QoS capability before changing station stateGravatar Johannes Berg 1-4/+4
2015-03-30mac80211: make sta.wme indicate whether QoS is usedGravatar Johannes Berg 1-1/+2
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Gravatar Tom Gundersen 1-1/+2
2015-03-30mac80211: fix typo in debug outputGravatar Michael Braun 1-1/+1
2015-03-20mac80211: avoid duplicate TX path station lookupGravatar Johannes Berg 1-1/+1
2015-03-17mac80211: initialize rate control earlier for tdls stationGravatar Marek Puzyniak 1-5/+8
2015-03-04mac80211: provide station PMF configuration to driverGravatar SenthilKumar Jegadeesan 1-0/+1
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetGravatar Joe Perches 1-1/+1
2015-02-28mac80211: iterate using station list in AP SMPSGravatar Johannes Berg 1-39/+30
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersGravatar Jouni Malinen 1-0/+14
2015-01-27mac80111: Add BIP-CMAC-256 cipherGravatar Jouni Malinen 1-0/+2
2015-01-27mac80111: Add CCMP-256 cipherGravatar Jouni Malinen 1-0/+2