aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[MAC80211]: don't send invalid QoS framesJohannes Berg1-1/+14
2007-10-10[MAC80211]: remove spy wext ioctlsJohannes Berg1-4/+4
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman4-8/+12
2007-10-10[MAC80211]: make assoc_ap a flagJohannes Berg3-6/+4
2007-10-10[MAC80211]: remove hostapd interface stuffJohannes Berg1-22/+0
2007-10-10[MAC80211]: improve key selection commentJohannes Berg1-0/+7
2007-10-10[MAC80211]: filter locally-originated multicast framesJohn W. Linville1-2/+3
2007-10-10[MAC80211]: clean up whitespaceJohannes Berg4-6/+4
2007-10-10[MAC80211]: fix preamble settingJohannes Berg1-1/+1
2007-10-10[MAC80211]: Remove overly sticky averaging filters for rssi, signal, noiseLarry Finger1-6/+3
2007-10-10[MAC80211]: add interface index to key debugfsJohannes Berg2-0/+5
2007-10-10[MAC80211]: rework key handlingJohannes Berg11-218/+318
2007-10-10[MAC80211]: remove fake set_key() callJohannes Berg4-27/+1
2007-10-10[MAC80211] key handling: remove default_wep_onlyJohannes Berg4-108/+5
2007-10-10[MAC80211]: remove krefs for keysJohannes Berg2-13/+4
2007-10-10[MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg14-181/+150
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_sub_if_dataJiri Slaby8-50/+67
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_if_staJiri Slaby6-88/+121
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_txrx_dataJiri Slaby4-61/+78
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_tx_packet_dataJiri Slaby6-26/+36
2007-10-10[MAC80211]: use switch statement in tx codeJohannes Berg1-6/+11
2007-10-10[MAC80211]: refactor event sendingJohannes Berg5-63/+57
2007-10-10[MAC80211]: kill key_mgmt, use key_management_enabledJohannes Berg4-26/+7
2007-10-10[MAC80211]: remove unused ioctls (3)Johannes Berg4-13/+0
2007-10-10[MAC80211]: remove unused ioctls (2)Johannes Berg7-61/+0
2007-10-10[MAC80211]: remove unused ioctls (1)Johannes Berg4-68/+0
2007-10-10[MAC80211]: fix software decryptionJohannes Berg2-46/+74
2007-10-10[MAC80211]: remove radar stuffJohannes Berg2-29/+1
2007-10-10[MAC80211]: remove ieee80211_msg_wep_frame_unknown_keyJohannes Berg2-7/+6
2007-10-10[MAC80211]: ratelimit some RX messagesJohannes Berg1-48/+74
2007-10-10[MAC80211]: remove PRISM2_PARAM_RADIO_ENABLEDJohannes Berg2-15/+0
2007-10-10[MAC80211]: fix key debugfsJohannes Berg1-2/+10
2007-10-10[MAC80211]: avoid copying packets to interfaces that are downJohannes Berg2-0/+12
2007-10-10[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2-3/+4
2007-10-10[MAC80211]: Add SIOCGIWTXPOWER routineLarry Finger1-1/+15
2007-10-10[MAC80211]: fix add_interface monitor mode behaviourJohannes Berg1-1/+4
2007-10-10[MAC80211]: Improve sanity checks on injected packetsAndy Green1-20/+28
2007-10-10[MAC80211]: use more GFP_KERNEL instead of GFP_ATOMICMichael Wu1-5/+5
2007-10-10[MAC80211]: implement ERP info change notificationsDaniel Drake4-10/+43
2007-10-10[MAC80211]: improved short preamble handlingDaniel Drake5-24/+74
2007-10-10[MAC80211]: Add LONG_RETRY flag to ieee80211_tx_controlIvo van Doorn1-0/+1
2007-10-10[MAC80211]: STA reassociation improvementsDaniel Drake2-2/+17
2007-10-10[MAC80211]: improve locking of sta_info related structuresMichael Wu7-134/+108
2007-10-10[MAC80211]: introduce util.cJohannes Berg4-447/+472
2007-10-10[MAC80211]: reorder interface related functionsJohannes Berg1-606/+599
2007-10-10[MAC80211]: move some rate control functions out of ieee80211.cJohannes Berg4-43/+48
2007-10-10[MAC80211]: split out some key functions from ieee80211.cJohannes Berg4-62/+78
2007-10-10[MAC80211]: remove some unnecessary includesJohannes Berg1-4/+0
2007-10-10[MAC80211]: split TX path into own fileJohannes Berg4-1849/+1884
2007-10-10[MAC80211]: rx cleanups (2)Johannes Berg1-14/+28