aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-02cfg80211: validate scan channelsJohannes Berg1-11/+2
2009-11-02mac80211: fix scan abort sanity checksJohannes Berg1-4/+8
2009-11-02mac80211: make CALL_TXH a statementJohannes Berg1-16/+18
2009-11-02mac80211: check interface is down before type changeJohannes Berg1-3/+3
2009-10-30mac80211: remove bogus codeJohannes Berg1-7/+0
2009-10-30mac80211: remove sent_ps_bufferedJohannes Berg2-6/+3
2009-10-30mac80211: also drop qos-nullfunc frames silentlyJohannes Berg1-5/+10
2009-10-30mac80211: unconditionally set IEEE80211_TX_CTL_SEND_AFTER_DTIMJohannes Berg1-4/+3
2009-10-30mac80211: deprecate qual valueJohannes Berg3-5/+0
2009-10-30mac80211: introduce ieee80211_beacon_get_tim()Johannes Berg1-3/+14
2009-10-30mac80211: make align adjustment code support paged SKBZhu Yi1-4/+4
2009-10-30mac80211: remove RX_FLAG_RADIOTAPJohannes Berg2-25/+16
2009-10-30mac80211: fix radiotap header generationJohannes Berg1-14/+12
2009-10-30mac80211: split hardware scan by bandJohannes Berg3-32/+80
2009-10-30mac80211: remove outdated commentJohannes Berg1-2/+0
2009-10-30mac80211: fix dynamic power save for devices with nullfunc support in hwKalle Valo1-1/+5
2009-10-30mac80211: refactor dynamic power save checkKalle Valo1-3/+21
2009-10-30cfg80211/mac80211: use debugfs_remove_recursiveJohannes Berg10-432/+49
2009-10-30mac80211: fix reason code output endiannessJohannes Berg1-1/+1
2009-10-30mac80211: fix addba timerJohannes Berg1-7/+12
2009-10-30mac80211: fix BSS leakJohannes Berg1-2/+4
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-8/+5
2009-10-27mesh: use set_bit() to set MESH_WORK_HOUSEKEEPING.Rui Paulo1-2/+2
2009-10-27mac80211: Learn about mesh portals from multicast trafficJavier Cardona1-6/+15
2009-10-27mac80211: replace netif_tx_{start,stop,wake}_all_queuesJohn W. Linville3-9/+9
2009-10-27cfg80211: no cookies in cfg80211_send_XXX()Holger Schurig1-7/+11
2009-10-27mac80211: fix for incorrect sequence number on hostapd injected framesBjörn Smedman1-1/+1
2009-10-27mac80211: trivial: fix spelling in mesh_hwmpAndrey Yurovsky1-1/+1
2009-10-27mac80211: keep auth state when assoc failsJohannes Berg1-2/+1
2009-10-27mac80211: fix ibss joiningReinette Chatre1-4/+2
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+4
2009-10-12mac80211: document ieee80211_rx() context requirementJohannes Berg1-0/+2
2009-10-12mac80211: fix ibss raceJohannes Berg1-1/+1
2009-10-12mac80211: fix logic error ibss merge bssid checkFelix Fietkau1-1/+1
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-5/+14
2009-10-07mac80211: support ETHTOOL_GPERMADDRJohn W. Linville1-1/+4
2009-10-07mac80211: use kfree_skb() to free struct sk_buff pointersRoel Kluin1-2/+2
2009-10-07mac80211: fix vlan and optimise RXJohannes Berg3-3/+12
2009-10-05cfg80211: assign device type in netdev notifier callbackMarcel Holtmann1-5/+0
2009-09-29mac80211: Fix [re]association power saving issue on AP sideIgor Perminov1-1/+4
2009-09-28mac80211: improve/fix mlme messagesJohannes Berg1-9/+9
2009-09-23mac80211: fix DTIM settingJohannes Berg1-2/+2
2009-09-23rc80211_minstrel: fix contention window calculationPavel Roskin1-1/+1
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann1-0/+5
2009-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-3/+2
2009-09-02wireless: remove mac80211 rate selection extra menuLuis R. Rodriguez1-3/+2
2009-09-02net: file_operations should be constStephen Hemminger2-2/+2
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger2-6/+8
2009-08-28mac80211: Check pending scan request after having processed mgd workJouni Malinen1-16/+12
2009-08-28mac80211: fix scan cancel on ifdownJohannes Berg2-27/+8