summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-03-20mac80211: return the RSSI in dBmEmmanuel Grumbach1-1/+1
2013-03-20Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun1-1/+3
2013-03-20NFC: llcp: Remove possible double call to kfree_skbThierry Escande1-2/+0
2013-03-20cfg80211: fix error return code in cfg80211_init()Wei Yongjun1-1/+3
2013-03-20cfg80211: fix potential connection work crashJohannes Berg1-1/+1
2013-03-20NFC: llcp: Detach socket from process context only when releasing the socketSamuel Ortiz2-8/+0
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-0/+1
2013-03-18mac80211: stop queues temporarily for flushingJohannes Berg7-12/+31
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg9-17/+48
2013-03-18mac80211/minstrel_ht: do not sample actively used ratesFelix Fietkau1-2/+5
2013-03-18mac80211/minstrel_ht: avoid useless sampling of high-probability slower ratesFelix Fietkau1-3/+3
2013-03-18mac80211/minstrel_ht: improve rate selection stabilityFelix Fietkau1-1/+10
2013-03-18mac80211: remove vif debugfs driver callbacksStanislaw Gruszka2-41/+0
2013-03-18mac80211: move sdata debugfs dir to vifStanislaw Gruszka4-19/+18
2013-03-18Bluetooth: Fix PIN/Confirm/Passkey response parametersJohan Hedberg1-8/+12
2013-03-18Bluetooth: Simplify address parameters of user_pairing_resp()Johan Hedberg1-13/+14
2013-03-18Bluetooth: Fix fast connectable state when enabling page scanJohan Hedberg1-1/+16
2013-03-18Bluetooth: Fix updating page scan parameters when not necessaryJohan Hedberg1-2/+8
2013-03-18Bluetooth: Update page scan parameters after successful write commandsJohan Hedberg1-0/+43
2013-03-18Bluetooth: Add reading of page scan parametersJohan Hedberg2-0/+38
2013-03-18Bluetooth: Disable fast connectable when disabling connectableJohan Hedberg1-0/+3
2013-03-18Bluetooth: Refactor fast connectable HCI commandsJohan Hedberg1-19/+24
2013-03-18Bluetooth: Add proper flag for fast connectable modeJohan Hedberg1-0/+16
2013-03-18Bluetooth: Fix error response for simultaneous fast connectable commandsJohan Hedberg1-0/+6
2013-03-18Bluetooth: Limit fast connectable support to >= 1.2 controllersJohan Hedberg1-2/+3
2013-03-18Bluetooth: Fix fast connectable response sendingJohan Hedberg1-11/+42
2013-03-18Bluetooth: Use an async request for mgmt_set_connectableJohan Hedberg1-8/+29
2013-03-18Bluetooth: Fix setting local name to the existing valueJohan Hedberg1-0/+11
2013-03-18Bluetooth: Fix local name setting for LE-only controllersJohan Hedberg1-2/+9
2013-03-18Bluetooth: Handle AD updating through an async requestJohan Hedberg2-29/+19
2013-03-18Bluetooth: Fix waiting for EIR update when setting local nameJohan Hedberg1-47/+49
2013-03-18Bluetooth: Fix clearing flags on power off before notifying mgmtJohan Hedberg1-4/+4
2013-03-18Bluetooth: Clear non-persistent flags when closing HCI deviceJohan Hedberg1-0/+1
2013-03-18Bluetooth: Add a define for the HCI persistent flags maskJohan Hedberg1-1/+1
2013-03-18Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg2-6/+1
2013-03-18Bluetooth: Fix UUID/class mgmt command response synchronizationJohan Hedberg1-17/+56
2013-03-18Bluetooth: Fix busy condition testing for EIR and class updatesJohan Hedberg1-9/+36
2013-03-18Bluetooth: Wait for HCI command completion with mgmt_set_poweredJohan Hedberg1-12/+34
2013-03-18Bluetooth: Update mgmt powered HCI commands to use async requestsJohan Hedberg1-63/+100
2013-03-18Bluetooth: Move power on HCI command updates to their own functionJohan Hedberg1-36/+42
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu1-4/+2
2013-03-18Bluetooth: Use PTR_RET functionAlexandru Gheorghiu1-3/+1
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville21-95/+232
2013-03-14Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes1-0/+1
2013-03-11mac80211: add driver callback for per-interface multicast filterAlexander Bondar3-0/+51
2013-03-11mac80211: remove a few set but unused variablesJohannes Berg3-11/+1
2013-03-11mac80211: batch key free synchronize_net()Johannes Berg3-22/+73
2013-03-11mac80211: remove underscores from some key functionsJohannes Berg4-20/+20
2013-03-11mac80211: clean up key freeing a bitJohannes Berg3-22/+25
2013-03-11mac80211: fix crash with P2P Device returning action framesJohannes Berg1-1/+13