summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10[MAC80211]: fix bug for per-sta statsJohannes Berg1-6/+7
2007-10-10[MAC80211]: split up __ieee80211_rxJohannes Berg1-74/+83
2007-10-10[MAC80211]: split ieee80211_rx_h_check handlerJohannes Berg1-1/+11
2007-10-10[MAC80211]: rx cleanups (1)Johannes Berg1-97/+101
2007-10-10[MAC80211]: move QoS rx handlers into rx.cJohannes Berg4-71/+60
2007-10-10[MAC80211]: split RX handlers into own fileJohannes Berg4-1365/+1391
2007-09-25[PATCH] mac80211: fix initialisation when built-inJohannes Berg2-2/+2
2007-09-25[PATCH] net/mac80211/wme.c: fix sparse warningJohannes Berg1-1/+1
2007-08-14[PATCH] mac80211: probe for hidden SSIDs in pre-auth scanJohn W. Linville1-1/+5
2007-08-14[PATCH] mac80211: fix tx status frame codeJohannes Berg1-1/+0
2007-08-06[PATCH] mac80211: don't allow scanning in monitor modeDaniel Drake1-6/+13
2007-08-06[PATCH] mac80211: Fix sparse error for sta_last_seq_ctrl_readZhu Yi1-1/+1
2007-08-06[PATCH] mac80211: use do { } while (0) for multi-line macrosZhu Yi1-3/+5
2007-08-06[PATCH] mac80211: missing dev_put in ieee80211_master_start_xmitDaniel Drake1-0/+1
2007-07-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds7-146/+173
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2-4/+2
2007-07-18[PATCH] mac80211: remove rtnl locking in ieee80211_sta.cMichael Wu1-6/+0
2007-07-18[PATCH] mac80211: fix GCC warning on 64bit platformsJiri Benc1-2/+2
2007-07-17[PATCH] mac80211: regdomain.c needs to include ieee80211_i.hJohannes Berg1-0/+1
2007-07-17[PATCH] mac80211: regulatory domain cleanupDaniel Drake5-135/+164
2007-07-17[PATCH] mac80211: use debugfs_renameJohannes Berg1-3/+6
2007-07-12[PATCH] mac80211: improved 802.11g CTS protectionDaniel Drake5-12/+13
2007-07-12[PATCH] mac80211: ERP IE handling improvementsDaniel Drake2-19/+56
2007-07-12[PATCH] mac80211: Implementation of SIOCSIWRATELarry Finger1-1/+39
2007-07-12[PATCH] mac80211: clarify some mac80211 thingsJohannes Berg1-17/+12
2007-07-12[PATCH] mac80211: conserve stack space due to paddingJohannes Berg1-13/+16
2007-07-12[PATCH] mac80211: kill PRISM2_PARAM_CLEAR_KEYSJohannes Berg2-61/+0
2007-07-12[PATCH] mac80211: remove PRISM2_PARAM_DROP_UNENCRYPTED ioctlJohannes Berg2-9/+0
2007-07-12[PATCH] mac80211: kill antenna select ioctlsJohannes Berg2-22/+0
2007-07-12[PATCH] mac80211: kill rate control ioctlsJohannes Berg5-90/+6
2007-07-12[PATCH] mac80211: separate monitor/subif_start_xmitJohannes Berg3-48/+58
2007-07-12[PATCH] mac80211: add support for iwlist channelHong Liu1-0/+25
2007-07-12[PATCH] mac80211: remove ieee80211_set_aid_for_staJohannes Berg2-34/+1
2007-07-12[PATCH] mac80211: remove ieee80211_msg_passive_scanJohannes Berg1-1/+1