summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: Restore orig channel values upon disconnectRajkumar Manoharan2011-12-161-0/+26
* cfg80211: allow following country IE power for custom regdom cardsLuis R. Rodriguez2011-12-161-4/+16
* mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan2011-12-151-0/+1
* mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan2011-12-151-1/+1
* mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa2011-12-154-8/+17
* mac80211: reduce station management complexityJohannes Berg2011-12-153-203/+63Star
* mac80211: delay IBSS station insertionJohannes Berg2011-12-154-57/+140
* mac80211: make address arguments to sta_info_alloc constJohannes Berg2011-12-152-2/+2
* mac80211: count authorized stations per BSSJohannes Berg2011-12-154-16/+20
* mac80211: refactor station state transitionsJohannes Berg2011-12-158-30/+172
* mac80211: use station mutex in configurationJohannes Berg2011-12-151-6/+6
* mac80211: remove duplicate TDLS peer verificationJohannes Berg2011-12-151-14/+0Star
* cfg80211: validate nl80211 station handling betterJohannes Berg2011-12-152-87/+120
* nl80211: add TDLS peer flag to policyJohannes Berg2011-12-151-0/+1
* NFC: Initial LLCP supportSamuel Ortiz2011-12-149-2/+2321
* NFC: Set and get DEP general bytesSamuel Ortiz2011-12-141-0/+18
* NFC: Add a DEP link control netlink commandSamuel Ortiz2011-12-143-0/+230
* NFC: Atomic socket allocationSamuel Ortiz2011-12-141-1/+1
* NFC: Do not take the genl mutex from the netlink release notifierSamuel Ortiz2011-12-141-2/+0Star
* NFC: Add tx skb allocation routineSamuel Ortiz2011-12-142-8/+29
* NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz2011-12-147-7/+7
* mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich2011-12-141-0/+1
* nl80211: accept testmode dump with netdevJohannes Berg2011-12-141-19/+31
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-142-46/+42Star
|\
| * nfc: signedness bug in __nci_request()Dan Carpenter2011-12-121-1/+1
| * mac80211: fix another race in aggregation startJohannes Berg2011-12-071-45/+41Star
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-12-063-8/+7Star
| |\
* | | mac80211: don't check sdata_running in vif notifierEliad Peller2011-12-131-4/+1Star
* | | mac80211: configure BSS_CHANGED_ARP_FILTER on reconfigurationEliad Peller2011-12-131-1/+2
* | | mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan.Dmitry TARNYAGIN2011-12-131-3/+3
* | | cfg80211: notify core hints that helps to restore regd settingsRajkumar Manoharan2011-12-131-2/+14
* | | mac80211: Make use of ieee80211_is_* functions in tx status pathHelmut Schaa2011-12-131-10/+5Star
* | | mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar2011-12-132-0/+27
* | | cfg80211: Fix race in bss timeoutVasanthakumar Thiagarajan2011-12-133-28/+45
* | | mac80211: unlock on error path in ieee80211_ibss_join()Dan Carpenter2011-12-131-1/+3
* | | wireless: disable wext sysfs by defaultJohannes Berg2011-12-071-3/+4
* | | mac80211: Remove WARN_ON in apply-ht-override logic.Ben Greear2011-12-061-1/+3
* | | mac80211: accept public action frames with mismatched BSSIDJohannes Berg2011-12-061-3/+10
* | | mac80211: fix retransmitJohannes Berg2011-12-061-1/+4
* | | mac80211: Add HT operation modes for IBSSAlexander Simon2011-12-067-12/+87
* | | mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich2011-12-063-0/+44
* | | nl80211: Parse channel type attribute in an ibss join requestAlexander Simon2011-12-062-7/+37
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-12-069-261/+746
|\ \ \
| * | | Bluetooth: trivial: correct check for LMP versionAndrei Emeltchenko2011-12-031-1/+1
| * | | Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko2011-12-032-4/+4
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-12-033-8/+7Star
| |\ \ \ | | | |/ | | |/|
| | * | Bluetooth: Correct version check in hci_setupAndrei Emeltchenko2011-12-031-1/+1
| | * | Bluetooth: bnep: Fix module referenceDavid Herrmann2011-11-211-5/+3Star
| | * | Bluetooth: cmtp: Fix module referenceDavid Herrmann2011-11-211-2/+3
| * | | Bluetooth: remove old codeAndrei Emeltchenko2011-12-021-12/+0Star