aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-04cfg80211: use lockdep to assert lock is heldJohannes Berg1-2/+4
2013-02-04cfg80211: move locking into cfg80211_bss_ageJohannes Berg2-3/+2
2013-02-04cfg80211: fix BSS IE allocation commentJohannes Berg1-4/+1
2013-02-04cfg80211: remove unused cfg80211_get_meshJohannes Berg1-65/+0
2013-02-04cfg80211: simplify mesh BSS comparisonJohannes Berg1-81/+39
2013-02-04cfg80211: fix BSS list hidden SSID lookupJohannes Berg1-27/+53
2013-02-04cfg80211: refactor hidden SSID findingJohannes Berg1-62/+20
2013-02-04cfg80211: expand per-station byte counters to 64bitVladimir Kondratiev1-3/+13
2013-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-1/+1
2013-01-31cfg80211: remove free_priv BSS APIJohannes Berg1-3/+0
2013-01-31cfg80211/mac80211: support reporting wakeup reasonJohannes Berg2-0/+132
2013-01-29cfg80211: add SME state to warning in __cfg80211_mlme_disassocJohannes Berg1-1/+1
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville11-819/+817
2013-01-25cfg80211/nl80211: add API for MAC address ACLsVasanthakumar Thiagarajan4-0/+151
2013-01-24cfg80211: fix channel check in cfg80211_can_use_iftype_chanSimon Wunderlich1-1/+2
2013-01-24cfg80211: off by one in ieee80211_bss()Dan Carpenter1-1/+1
2013-01-16cfg80211: check radar interface combinationsSimon Wunderlich4-8/+55
2013-01-16cfg80211: Allow use_mfp to be specified with the connect commandJouni Malinen2-1/+11
2013-01-16nl80211: allow user-space to set address for P2P_DEVICEArend van Spriel1-0/+7
2013-01-16{cfg,nl}80211: mesh power mode primitives and userspace accessMarco Porsch2-1/+45
2013-01-16{cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch2-0/+20
2013-01-16nl80211: add range checks to mesh parametersMarco Porsch1-35/+44
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2013-01-11net, wireless: overwrite default_ethtool_opsStanislaw Gruszka1-2/+1
2013-01-11wireless: fix regulatory HT40 allowed checkFelix Fietkau1-1/+3
2013-01-09regulatory: fix restore_regulatory_settingsJohannes Berg1-1/+1
2013-01-09regulatory: fix ueventJohannes Berg1-6/+13
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2013-01-03cfg80211: disallow more station changesJohannes Berg1-14/+8
2013-01-03wireless: use __alignedJohannes Berg1-1/+1
2013-01-03nl80211/mac80211: support full station state in AP modeJohannes Berg1-0/+24
2013-01-03cfg80211: move some AP code to right fileJohannes Berg2-62/+62
2013-01-03cfg80211: move world roaming check for beacon hintsLuis R. Rodriguez1-6/+5
2013-01-03cfg80211: move reg_is_world_roaming()Luis R. Rodriguez1-16/+16
2013-01-03cfg80211: do not process beacon hints if one is already queuedLuis R. Rodriguez1-0/+19
2013-01-03cfg80211: adjacent 80+80 MHz channel segments are invalidJohannes Berg1-0/+4
2013-01-03regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg1-21/+17
2013-01-03regulatory: use RCU to protect last_requestJohannes Berg1-90/+109
2013-01-03regulatory: use RCU to protect global and wiphy regdomainsJohannes Berg3-65/+85
2013-01-03regulatory: pass new regdomain to reset functionJohannes Berg1-15/+11
2013-01-03regulatory: remove handling of channel bandwidthJohannes Berg1-30/+14
2013-01-03regulatory: fix reg_is_valid_request handlingJohannes Berg3-23/+17
2013-01-03regulatory: remove locking from wiphy_apply_custom_regulatoryJohannes Berg1-4/+0
2013-01-03regulatory: clarify locking rules and assertionsJohannes Berg1-20/+11
2013-01-03regulatory: simplify freq_reg_info_regdJohannes Berg1-15/+16
2013-01-03regulatory: remove useless warningJohannes Berg1-4/+0
2013-01-03regulatory: remove redundant isalpha() checkJohannes Berg1-4/+2
2013-01-03regulatory: simplify restore_regulatory_settingsJohannes Berg1-14/+1
2013-01-03regulatory: remove BUG_ONJohannes Berg2-60/+37
2013-01-03cfg80211: remove wiphy_idx_validJohannes Berg4-34/+12