aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-16/+36
2011-11-30cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez1-2/+4
2011-11-30cfg80211: fix race on init and driver registrationLuis R. Rodriguez1-16/+27
2011-11-28{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen2-0/+8
2011-11-28{nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh1-0/+5
2011-11-28wireless: Add NoAck per tid supportSimon Wunderlich1-0/+28
2011-11-28nl80211: fix MAC address validationEliad Peller1-2/+2
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville10-0/+11
2011-11-21cfg80211: work around a sparse issueJohannes Berg1-11/+11
2011-11-21wireless: Support ht-capabilities over-rides.Ben Greear4-7/+91
2011-11-21cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg1-168/+0
2011-11-21nl80211: make get_vlan logic more commonJohannes Berg1-23/+31
2011-11-21cfg80211: add flags for off-channel capabilitiesJohannes Berg1-5/+11
2011-11-21nl80211: add testmode to the list of supported commandsKalle Valo1-0/+4
2011-11-21cfg80211: pass DFS region to drivers through reg_notifier()Luis R. Rodriguez1-0/+2
2011-11-21cfg80211: process regulatory DFS region for countriesLuis R. Rodriguez3-0/+53
2011-11-21cfg80211: fix regulatory NULL dereferenceJohannes Berg1-0/+4
2011-11-11nl80211: Pass probe response data to driversArik Nemtsov1-0/+9
2011-11-11nl80211: Add probe response offload attributeArik Nemtsov1-0/+4
2011-11-11nl80211: fix compiler warningJohannes Berg1-1/+1
2011-11-11mac80211/cfg80211: report monitor channel in wireless extensionsJohannes Berg1-0/+12
2011-11-11cfg80211: merge in beacon ies of hidden bss.Dmitry Tarnyagin1-3/+114
2011-11-09nl80211: advertise socket TX status capabilityJohannes Berg1-0/+2
2011-11-09cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg3-18/+28
2011-11-09cfg80211: add event for unexpected 4addr framesJohannes Berg3-2/+33
2011-11-09cfg80211: allow registering to beaconsJohannes Berg2-1/+71
2011-11-09nl80211: add API to probe a clientJohannes Berg1-0/+104
2011-11-09nl80211: advertise device AP SMEJohannes Berg2-0/+8
2011-11-09nl80211: allow subscribing to unexpected class3 framesJohannes Berg3-0/+85
2011-11-09nl80211: Increase maximum NL80211_ATTR_KEY_SEQ length to 16Jouni Malinen1-2/+2
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-7/+15
2011-11-09cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez1-0/+3
2011-11-08nl80211: clean up genlmsg_end usesJohannes Berg1-78/+19
2011-11-07cfg80211: fix cmp_iesJohannes Berg1-5/+8
2011-11-07cfg80211: allow setting TXQ parameters only in AP modeJohannes Berg1-0/+6
2011-11-07nl80211: fix HT capability attribute validationJohannes Berg1-2/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker10-0/+10
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-10-14nl80211: Add sta_flags to the station infoHelmut Schaa1-0/+4
2011-09-30mac80211: data path modification for TDLS peersArik Nemtsov1-2/+3
2011-09-30nl80211/mac80211: allow adding TDLS peers as stationsArik Nemtsov1-4/+22
2011-09-30nl80211: support sending TDLS commands/framesArik Nemtsov1-1/+80
2011-09-30cfg80211/mac80211: apply station uAPSD parameters selectivelyJohannes Berg1-0/+2
2011-09-28Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-0/+3
2011-09-27mac80211: treat the WME sta flag as a bitArik Nemtsov1-1/+1
2011-09-27cfg80211/mac80211: add netdev param to set_txq_params()Eliad Peller1-0/+6
2011-09-27nl80211/cfg80211: Add support to disable CCK rate for management frameRajkumar Manoharan3-4/+13
2011-09-27cfg80211: Validate cipher suite against supported ciphersJouni Malinen3-18/+15
2011-09-27cfg80211: Remove strict validation of AKM suitesJouni Malinen1-11/+1
2011-09-21cfg80211: Fix validation of AKM suitesJouni Malinen1-1/+4