summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-04-17Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann1-19/+5
2013-04-17Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann1-96/+60
2013-04-17Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann1-29/+11
2013-04-17Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann1-2/+14
2013-04-17Bluetooth: hidp: remove old session-managementDavid Herrmann3-348/+18
2013-04-17Bluetooth: hidp: add new session-management helpersDavid Herrmann2-25/+583
2013-04-17Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann1-0/+86
2013-04-17Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann1-1/+24
2013-04-17Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2-9/+9
2013-04-17Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann1-4/+8
2013-04-17Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2-4/+2
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann2-3/+1
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann3-37/+4
2013-04-11Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi1-0/+12
2013-04-11Bluetooth: Remove unneeded parameterClaudio Takahasi1-5/+5
2013-04-11Bluetooth: Minor coding style fixClaudio Takahasi1-2/+1
2013-04-11Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi1-1/+1
2013-04-11Bluetooth: Fix SCO connection referenceClaudio Takahasi1-1/+0
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann6-31/+31
2013-04-05Bluetooth: hidp: verify l2cap socketsDavid Herrmann2-0/+8
2013-04-05Bluetooth: hidp: remove redundant error messageDavid Herrmann1-1/+0
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann1-23/+0
2013-04-04Bluetooth: Add driver setup stage for early initMarcel Holtmann1-13/+20
2013-04-04Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg1-5/+18
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg2-2/+19
2013-04-04Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg1-0/+102
2013-04-04Bluetooth: Track received events in hdevJohan Hedberg2-0/+15
2013-04-04Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes1-26/+0
2013-04-04Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes2-0/+18
2013-04-04Bluetooth: Fix HCI request frameworkAndre Guedes1-5/+1
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-74/+145
2013-03-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville16-971/+1272
2013-03-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville22-210/+318
2013-03-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville12-76/+154
2013-03-24mac80211: Don't restart sta-timer if not associated.Ben Greear2-3/+6
2013-03-24cfg80211: always check for scan end on P2P deviceJohannes Berg6-47/+92
2013-03-20mac80211: fix virtual monitor interface lockingJohannes Berg1-16/+19
2013-03-20cfg80211: fix wdev tracing crashJohannes Berg1-1/+2
2013-03-20Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun1-1/+3
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-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