summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* [MAC80211]: make userspace-mlme a per-interface settingJohannes Berg2007-10-111-1/+1
* [MAC80211]: remove management interfaceJohannes Berg2007-10-111-180/+1Star
* [MAC80211]: add "invalid" interface typeJohannes Berg2007-10-111-0/+4
* [MAC80211]: Check open_count before calling config callback.Michael Buesch2007-10-111-1/+1
* [PATCH] mac80211: remove generic IE for AP interfacesJohannes Berg2007-10-111-4/+0Star
* [PATCH] mac80211: fix iff_promiscs, iff_allmultis raceJohannes Berg2007-10-111-6/+6
* [PATCH] mac80211: fix vlan bugJohannes Berg2007-10-111-0/+7
* [PATCH] mac80211: fix interface initialisation and deinitialisationJohannes Berg2007-10-111-3/+16
* [PATCH] mac80211: fix virtual interface lockingJohannes Berg2007-10-111-31/+25Star
* [PATCH] mac80211: validate VLAN interfaces betterJohannes Berg2007-10-111-7/+47
* [PATCH] mac80211: revamp interface and filter configurationJohannes Berg2007-10-111-219/+141Star
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-2/+10
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-111-1/+1
* [MAC80211]: rename ieee80211_cfg.h to cfg.hMichael Wu2007-10-111-1/+1
* [MAC80211]: print out wiphy name instead of master deviceJohannes Berg2007-10-111-7/+7
* [MAC80211]: remove key threshold stuffJohannes Berg2007-10-111-35/+0Star
* [MAC80211]: Add support for setting TX power and radio statusMichael Buesch2007-10-111-1/+6
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-2/+3
* [MAC80211]: use internal network device statsStephen Hemminger2007-10-111-22/+4Star
* [MAC80211]: remove turbo modesJohannes Berg2007-10-111-5/+1Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-0/+1
* [MAC80211]: rework key handlingJohannes Berg2007-10-111-1/+5
* [MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg2007-10-111-2/+3
* [MAC80211]: Remove bitfields from struct ieee80211_sub_if_dataJiri Slaby2007-10-111-16/+14Star
* [MAC80211]: Remove bitfields from struct ieee80211_if_staJiri Slaby2007-10-111-1/+1
* [MAC80211]: Remove bitfields from struct ieee80211_tx_packet_dataJiri Slaby2007-10-111-4/+9
* [MAC80211]: remove unused ioctls (1)Johannes Berg2007-10-111-42/+0Star
* [MAC80211]: remove radar stuffJohannes Berg2007-10-111-28/+0Star
* [MAC80211]: avoid copying packets to interfaces that are downJohannes Berg2007-10-111-0/+9
* [MAC80211]: fix add_interface monitor mode behaviourJohannes Berg2007-10-111-1/+4
* [MAC80211]: implement ERP info change notificationsDaniel Drake2007-10-111-1/+24
* [MAC80211]: STA reassociation improvementsDaniel Drake2007-10-111-0/+13
* [MAC80211]: improve locking of sta_info related structuresMichael Wu2007-10-111-3/+3
* [MAC80211]: introduce util.cJohannes Berg2007-10-111-437/+0Star
* [MAC80211]: reorder interface related functionsJohannes Berg2007-10-111-606/+599Star
* [MAC80211]: move some rate control functions out of ieee80211.cJohannes Berg2007-10-111-41/+0Star
* [MAC80211]: split out some key functions from ieee80211.cJohannes Berg2007-10-111-56/+0Star
* [MAC80211]: remove some unnecessary includesJohannes Berg2007-10-111-4/+0Star
* [MAC80211]: split TX path into own fileJohannes Berg2007-10-111-1845/+0Star
* [MAC80211]: split RX handlers into own fileJohannes Berg2007-10-111-1365/+8Star
* [PATCH] mac80211: fix initialisation when built-inJohannes Berg2007-09-261-1/+1
* [PATCH] mac80211: fix tx status frame codeJohannes Berg2007-08-141-1/+0Star
* [PATCH] mac80211: missing dev_put in ieee80211_master_start_xmitDaniel Drake2007-08-061-0/+1
* [PATCH] mac80211: fix GCC warning on 64bit platformsJiri Benc2007-07-191-2/+2
* [PATCH] mac80211: regulatory domain cleanupDaniel Drake2007-07-181-1/+2
* [PATCH] mac80211: improved 802.11g CTS protectionDaniel Drake2007-07-121-3/+2Star
* [PATCH] mac80211: clarify some mac80211 thingsJohannes Berg2007-07-121-17/+12Star
* [PATCH] mac80211: kill rate control ioctlsJohannes Berg2007-07-121-2/+0Star
* [PATCH] mac80211: separate monitor/subif_start_xmitJohannes Berg2007-07-121-48/+53
* [PATCH] mac80211: remove ieee80211_set_aid_for_staJohannes Berg2007-07-121-28/+0Star