aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-66/+216
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf1-13/+13
2012-06-26nl80211: specify RSSI threshold in scheduled scanThomas Pedersen1-1/+8
2012-06-20cfg80211: fix regression in multi-vif AP startFelix Fietkau1-2/+32
2012-06-20nl80211: use __cfg80211_rdev_from_attrs for testmodeJohannes Berg1-13/+10
2012-06-20nl80211: change __cfg80211_rdev_from_infoJohannes Berg1-9/+10
2012-06-20nl80211: fix netns separationJohannes Berg1-9/+12
2012-06-20nl80211: refactor __cfg80211_rdev_from_infoJohannes Berg1-28/+31
2012-06-20cfg80211: make some functions staticJohannes Berg1-0/+82
2012-06-18{nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationIntervalChun-Yeow Yeoh1-1/+8
2012-06-14{nl,cfg,mac}80211: implement dot11MeshHWMProotInterval and dot11MeshHWMPactivePathToRootTimeoutChun-Yeow Yeoh1-1/+14
2012-06-13nl80211: fix sched scan match attribute nameJohannes Berg1-2/+2
2012-06-11{nl,cfg,mac}80211: fix the coding style related to mesh parametersChun-Yeow Yeoh1-45/+52
2012-06-06cfg80211: validate remain-on-channel time betterJohannes Berg1-7/+16
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg1-9/+12
2012-06-05cfg80211: provide channel to join_mesh functionJohannes Berg1-10/+33
2012-06-05cfg80211: disallow setting channel on WDS interfacesJohannes Berg1-3/+2
2012-06-05cfg80211: provide channel to start_ap functionJohannes Berg1-2/+51
2012-05-16nl80211: refactor valid channel type checkJohannes Berg1-30/+29
2012-05-16nl80211: prevent additions to old station flags APIJohannes Berg1-2/+8
2012-05-08{nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan1-1/+6
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+3
2012-04-23cfg80211: Validate legacy rateset.Bala Shanmugam1-0/+3
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+13
2012-04-13cfg80211: Add channel information to NL80211_CMD_GET_INTERFACEPontus Fuchs1-0/+13
2012-04-12Merge branch 'master' into for-davemJohn W. Linville1-15/+77
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-13/+18
2012-04-11cfg80211: add channel switch notify eventThomas Pedersen1-0/+32
2012-04-11cfg80211/mac80211: enable proper device_set_wakeup_enable handlingJohannes Berg1-0/+4
2012-04-10{nl,cfg}80211: Support for mesh synchronizationJavier Cardona1-0/+16
2012-04-10cfg80211/nl80211: clarify TX queue APIJohannes Berg1-2/+5
2012-04-09nl80211: ensure interface is up in various APIsJohannes Berg1-13/+18
2012-04-01wireless: Stop using NLA_PUT*().David S. Miller1-544/+660
2012-03-26cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_infoJohn W. Linville1-10/+19
2012-03-12cfg80211: Add background scan period attribute.Bala Shanmugam1-0/+8
2012-03-06cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg1-2/+7
2012-03-05cfg80211: Add an attribute to set inactivity timeout in AP modeVasanthakumar Thiagarajan1-0/+8
2012-03-05{nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan1-0/+5
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg1-113/+142
2012-02-06mac80211: off by one in mcs mask handlingDan Carpenter1-1/+1
2012-02-06cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli1-8/+12
2012-02-06cfg80211: stop tracking authenticated stateJohannes Berg1-10/+8
2012-01-30nl80211: add support for mcs masksSimon Wunderlich1-1/+60
2012-01-27{nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh1-0/+5
2012-01-27cfg80211: fix a few -Wshadow warningsJohannes Berg1-5/+3
2012-01-11nl80211: fix old station flags compatibilityJohannes Berg1-4/+30
2011-12-19cfg80211: Return beacon loss count in stationPaul Stewart1-0/+3
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg1-87/+112
2011-12-15nl80211: add TDLS peer flag to policyJohannes Berg1-0/+1
2011-12-14nl80211: accept testmode dump with netdevJohannes Berg1-19/+31