summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED.Mattias Nissler2007-10-101-9/+11
* [PATCH] ieee80211_if_set_type: make check for master dev more explicitJohn W. Linville2007-10-101-1/+1
* [MAC80211]: add sta_notify callbackTomas Winkler2007-10-101-6/+7
* [MAC80211]: implement cfg80211's change_interface hookJohannes Berg2007-10-101-18/+57
* [MAC80211]: Add association LED triggerMichael Buesch2007-10-104-19/+63
* [MAC80211]: make userspace-mlme a per-interface settingJohannes Berg2007-10-104-11/+8
* [MAC80211]: improve radiotap injectionJohannes Berg2007-10-102-91/+105
* [MAC80211]: remove ALG_NONEJohannes Berg2007-10-104-14/+11
* [MAC80211]: use RX_FLAG_DECRYPTED for sw decrypted as wellJohannes Berg2007-10-101-3/+5
* [MAC80211]: consolidate decryption moreJohannes Berg2007-10-101-34/+12
* [MAC80211]: move sta_process rx handler laterJohannes Berg2007-10-101-48/+48
* [MAC80211]: remove management interfaceJohannes Berg2007-10-109-305/+14
* [MAC80211]: add "invalid" interface typeJohannes Berg2007-10-103-0/+9
* [MAC80211]: Check open_count before calling config callback.Michael Buesch2007-10-101-1/+1
* [PATCH] mac80211: bss_tim_clear must use ~ instead of !Michael Buesch2007-10-101-8/+8
* [PATCH] mac80211: remove generic IE for AP interfacesJohannes Berg2007-10-104-16/+0
* [PATCH] mac80211: remove all prism2 ioctlsJohannes Berg2007-10-104-339/+0
* [PATCH] mac80211: fix iff_promiscs, iff_allmultis raceJohannes Berg2007-10-103-10/+10
* [PATCH] mac80211: fix TKIP IV updateJohannes Berg2007-10-104-8/+21
* [PATCH] mac80211: fix vlan bugJohannes Berg2007-10-104-1/+19
* [PATCH] mac80211: remove ieee80211_wep_get_keyidxJohannes Berg2007-10-102-20/+0
* [PATCH] mac80211: consolidate encryptionJohannes Berg2007-10-105-61/+77
* [PATCH] mac80211: consolidate decryptionJohannes Berg2007-10-105-43/+55
* [PATCH] mac80211: pass frames to monitor interfaces earlyJohannes Berg2007-10-101-124/+226
* [PATCH] mac80211: fix interface initialisation and deinitialisationJohannes Berg2007-10-102-12/+44
* [PATCH] mac80211: fix virtual interface lockingJohannes Berg2007-10-106-65/+58
* [PATCH] mac80211: remove crypto algorithm typedefJohannes Berg2007-10-102-2/+2
* [PATCH] mac80211: validate VLAN interfaces betterJohannes Berg2007-10-104-14/+56
* [PATCH] mac80211: revamp interface and filter configurationJohannes Berg2007-10-105-247/+162
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-2/+10
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-101-1/+1
* [MAC80211]: rename ieee80211_cfg.h to cfg.hMichael Wu2007-10-103-5/+5
* [MAC80211]: kill vlan_idJohannes Berg2007-10-102-3/+0
* [MAC80211]: kill IE parse typedefJohannes Berg2007-10-101-4/+3
* [MAC80211]: rename ieee80211_cfg.c to cfg.cJohannes Berg2007-10-102-1/+1
* [MAC80211]: print out wiphy name instead of master deviceJohannes Berg2007-10-106-17/+19
* [MAC80211]: fix warnings introduced by the doc patchesJohannes Berg2007-10-101-0/+6
* [MAC80211]: remove key threshold stuffJohannes Berg2007-10-108-68/+3
* [MAC80211]: allow drivers to indicate failed FCS/PLCP checksumJohannes Berg2007-10-101-3/+29
* [MAC80211]: Add support for setting TX power and radio statusMichael Buesch2007-10-102-2/+39
* [NL80211]: add netlink interface to cfg80211Johannes Berg2007-10-101-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-1014-174/+225
* [MAC80211]: remove/change some comments about Michael MIC hardware offloadJohannes Berg2007-10-101-14/+11
* [MAC80211]: PS mode fixTomas Winkler2007-10-101-0/+1
* [MAC80211]: use internal network device statsStephen Hemminger2007-10-104-35/+12
* [MAC80211]: get STA after tx radiotap snippedwarmcat2007-10-101-2/+2
* [MAC80211]: ignore key index on pairwise key (WEP only)Volker Braun2007-10-101-6/+12
* [MAC80211]: remove TKIP mixing for hw accel againJohannes Berg2007-10-101-17/+0
* [MAC80211]: remove HW_KEY_IDX_INVALIDJohannes Berg2007-10-102-8/+12
* [MAC80211]: remove set_key_idx callbackJohannes Berg2007-10-101-4/+0