aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg4-13/+11
2015-11-19Bluetooth: Remove unnecessary le_scan_restart_work_complete() functionJohan Hedberg1-36/+24
2015-11-19Bluetooth: Simplify le_scan_disable_work()Johan Hedberg1-91/+57
2015-11-19Bluetooth: Pass inquiry length to bredr_inquiry()Johan Hedberg1-3/+5
2015-11-19Bluetooth: Fix BR/EDR Page Scan update with Add DeviceJohan Hedberg1-13/+1
2015-11-19Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg4-67/+71
2015-11-19Bluetooth: Move Start Discovery to req_workqueueJohan Hedberg3-229/+213
2015-11-19Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg3-26/+54
2015-11-19Bluetooth: Add discovery type validity helperJohan Hedberg1-0/+40
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg4-173/+183
2015-11-19Bluetooth: Make __hci_update_background_scan private to hci_request.cJohan Hedberg2-3/+1
2015-11-19Bluetooth: Use req_workqueue for background scanning when powering onJohan Hedberg1-6/+4
2015-11-19Bluetooth: Use req_workqueue for explicit connect requestsJohan Hedberg2-36/+18
2015-11-19Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg4-19/+26
2015-11-19Bluetooth: Don't wait for HCI in Add/Remove DeviceJohan Hedberg1-111/+50
2015-11-19Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg4-24/+25
2015-11-19Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg3-0/+15
2015-11-19Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg3-20/+20
2015-11-19Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg3-193/+195
2015-11-19Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg2-4/+1
2015-11-19Bluetooth: Add support for controller specific loggingMarcel Holtmann3-0/+104
2015-11-19Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann4-5/+35
2015-11-19Bluetooth: Fix casting coding style within HCI socketsMarcel Holtmann1-13/+13
2015-11-19Bluetooth: Add clarifying comment why schedule_work is usedJohan Hedberg1-0/+4
2015-11-19Bluetooth: Add missing hci_skb_opcode for raw socket commandsMarcel Holtmann1-0/+5
2015-11-19Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg4-14/+23
2015-11-19Bluetooth: Remove redundant setting to zero of bt_cbJohan Hedberg1-6/+2
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann21-116/+127
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann3-32/+33
2015-11-19Bluetooth: Add hci_skb_* helper wrappers for bt_cb(skb) accessMarcel Holtmann1-0/+4
2015-11-19Bluetooth: Make LE only events conditional on supported commandsMarcel Holtmann1-4/+18
2015-11-19Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskMarcel Holtmann1-1/+2
2015-11-19Bluetooth: Build LE event mask based on supported commandsMarcel Holtmann1-1/+28
2015-11-19Bluetooth: Move BR/EDR default events behind its featuresMarcel Holtmann1-4/+8
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet14-20/+16
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet2-5/+10
2015-11-18net: move napi_hash[] into read mostly sectionEric Dumazet2-1/+5
2015-11-18net: add netif_tx_napi_add()Eric Dumazet12-16/+38
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet13-16/+4
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet4-198/+2
2015-11-18bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet4-167/+2
2015-11-18mlx5: support napi_complete_done()Eric Dumazet3-14/+13
2015-11-18mlx5: add busy polling supportEric Dumazet2-0/+8
2015-11-18net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet1-5/+20
2015-11-18net: allow BH servicing in sk_busy_loop()Eric Dumazet1-11/+7
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet3-55/+49
2015-11-18mlx4: mlx4_en_low_latency_recv() called with BH disabledEric Dumazet1-5/+7
2015-11-18net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet2-20/+16
2015-11-18be2net: remove local variable 'status'Ivan Vecera1-4/+2
2015-11-18net: hisilicon: fix binding document of mdiohuangdaode1-1/+6