summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2007-10-11[MAC80211]: Remove bitfields from struct ieee80211_if_staJiri Slaby6-88/+121
2007-10-11[MAC80211]: Remove bitfields from struct ieee80211_txrx_dataJiri Slaby4-61/+78
2007-10-11[MAC80211]: Remove bitfields from struct ieee80211_tx_packet_dataJiri Slaby6-26/+36
2007-10-11[MAC80211]: use switch statement in tx codeJohannes Berg1-6/+11
2007-10-11[MAC80211]: refactor event sendingJohannes Berg5-63/+57
2007-10-11[MAC80211]: kill key_mgmt, use key_management_enabledJohannes Berg4-26/+7
2007-10-11[MAC80211]: remove unused ioctls (3)Johannes Berg4-13/+0
2007-10-11[MAC80211]: remove unused ioctls (2)Johannes Berg7-61/+0
2007-10-11[MAC80211]: remove unused ioctls (1)Johannes Berg4-68/+0
2007-10-11[MAC80211]: fix software decryptionJohannes Berg2-46/+74
2007-10-11[MAC80211]: remove radar stuffJohannes Berg2-29/+1
2007-10-11[MAC80211]: remove ieee80211_msg_wep_frame_unknown_keyJohannes Berg2-7/+6
2007-10-11[MAC80211]: ratelimit some RX messagesJohannes Berg1-48/+74
2007-10-11[MAC80211]: remove PRISM2_PARAM_RADIO_ENABLEDJohannes Berg2-15/+0
2007-10-11[MAC80211]: fix key debugfsJohannes Berg1-2/+10
2007-10-11[MAC80211]: avoid copying packets to interfaces that are downJohannes Berg2-0/+12
2007-10-11[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2-3/+4
2007-10-11[MAC80211]: Add SIOCGIWTXPOWER routineLarry Finger1-1/+15
2007-10-11[MAC80211]: fix add_interface monitor mode behaviourJohannes Berg1-1/+4
2007-10-11[MAC80211]: Improve sanity checks on injected packetsAndy Green1-20/+28
2007-10-11[MAC80211]: use more GFP_KERNEL instead of GFP_ATOMICMichael Wu1-5/+5
2007-10-11[MAC80211]: implement ERP info change notificationsDaniel Drake4-10/+43
2007-10-11[MAC80211]: improved short preamble handlingDaniel Drake5-24/+74
2007-10-11[MAC80211]: Add LONG_RETRY flag to ieee80211_tx_controlIvo van Doorn1-0/+1
2007-10-11[MAC80211]: STA reassociation improvementsDaniel Drake2-2/+17
2007-10-11[MAC80211]: improve locking of sta_info related structuresMichael Wu7-134/+108
2007-10-11[MAC80211]: introduce util.cJohannes Berg4-447/+472
2007-10-11[MAC80211]: reorder interface related functionsJohannes Berg1-606/+599
2007-10-11[MAC80211]: move some rate control functions out of ieee80211.cJohannes Berg4-43/+48
2007-10-11[MAC80211]: split out some key functions from ieee80211.cJohannes Berg4-62/+78
2007-10-11[MAC80211]: remove some unnecessary includesJohannes Berg1-4/+0
2007-10-11[MAC80211]: split TX path into own fileJohannes Berg4-1849/+1884
2007-10-11[MAC80211]: rx cleanups (2)Johannes Berg1-14/+28
2007-10-11[MAC80211]: fix bug for per-sta statsJohannes Berg1-6/+7
2007-10-11[MAC80211]: split up __ieee80211_rxJohannes Berg1-74/+83
2007-10-11[MAC80211]: split ieee80211_rx_h_check handlerJohannes Berg1-1/+11
2007-10-11[MAC80211]: rx cleanups (1)Johannes Berg1-97/+101
2007-10-11[MAC80211]: move QoS rx handlers into rx.cJohannes Berg4-71/+60
2007-10-11[MAC80211]: split RX handlers into own fileJohannes Berg4-1365/+1391
2007-09-26[PATCH] mac80211: fix initialisation when built-inJohannes Berg2-2/+2
2007-09-26[PATCH] net/mac80211/wme.c: fix sparse warningJohannes Berg1-1/+1
2007-08-15[PATCH] mac80211: probe for hidden SSIDs in pre-auth scanJohn W. Linville1-1/+5
2007-08-15[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-19[PATCH] mac80211: remove rtnl locking in ieee80211_sta.cMichael Wu1-6/+0