Age | Commit message (Expand) | Author |
2018-05-18 | Bluetooth: use wait_event API instead of open-coding it | John Keeping |
2018-02-10 | Bluetooth: Fix incorrect bits for LE states | Łukasz Rymanowski |
2017-12-13 | Bluetooth: Add support to advertise when connected | Łukasz Rymanowski |
2017-12-13 | Bluetooth: Remove redundant disable_advertising() | Jaganath Kanakkassery |
2017-10-30 | Bluetooth: Use bt_dev_err and bt_dev_info when possible | Marcel Holtmann |
2017-10-29 | Bluetooth: Fix potential memory leak | Jaganath Kanakkassery |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2016-10-19 | Bluetooth: Fix append max 11 bytes of name to scan rsp data | Michał Narajowski |
2016-10-06 | Bluetooth: Refactor append name and appearance | Michał Narajowski |
2016-10-06 | Bluetooth: Add appearance to default scan rsp data | Michał Narajowski |
2016-10-06 | Bluetooth: Fix local name in scan rsp | Michał Narajowski |
2016-09-19 | Bluetooth: Add support for appearance in scan rsp | Michał Narajowski |
2016-09-19 | Bluetooth: Add support for local name in scan rsp | Michał Narajowski |
2016-09-19 | Bluetooth: Fix reason code used for rejecting SCO connections | Frédéric Dalleau |
2016-09-19 | Bluetooth: mgmt: Fix sending redundant event for Advertising Instance | Johan Hedberg |
2016-08-24 | Bluetooth: Fix memory leak at end of hci requests | Frederic Dalleau |
2016-04-08 | Bluetooth: Fix setting NO_BREDR advertising flag | Johan Hedberg |
2016-03-11 | Bluetooth: Fix setting correct flags in AD | Johan Hedberg |
2016-03-10 | Bluetooth: Add support for limited privacy mode | Johan Hedberg |
2016-03-10 | Bluetooth: Fix adding discoverable to adv instance flags | Johan Hedberg |
2016-01-29 | Bluetooth: Fix incorrect removing of IRKs | Johan Hedberg |
2016-01-05 | Bluetooth: Add support for Start Limited Discovery command | Johan Hedberg |
2015-12-10 | Bluetooth: Clean up current advertising instance tracking | Johan Hedberg |
2015-12-10 | Bluetooth: Clean up advertising initialization in powered_update_hci() | Johan Hedberg |
2015-12-10 | Bluetooth: Remove redundant check for req.cmd_q | Johan Hedberg |
2015-12-10 | Bluetooth: Fix updating wrong instance's scan_rsp data | Johan Hedberg |
2015-12-10 | Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flag | Johan Hedberg |
2015-12-10 | Bluetooth: Perform HCI update for power on synchronously | Johan Hedberg |
2015-12-10 | Bluetooth: Move fast connectable code to hci_request.c | Johan Hedberg |
2015-12-10 | Bluetooth: Move EIR update to hci_request.c | Johan Hedberg |
2015-12-10 | Bluetooth: HCI name update to hci_request.c | Johan Hedberg |
2015-12-10 | Bluetooth: Move discoverable timeout behind hdev->req_workqueue | Johan Hedberg |
2015-12-10 | Bluetooth: Move discoverable changes to hdev->req_workqueue | Johan Hedberg |
2015-12-10 | Bluetooth: Perform Class of Device changes through hdev->req_workqueue | Johan Hedberg |
2015-12-10 | Bluetooth: Move connectable changes to hdev->req_workqueue | Johan Hedberg |
2015-12-10 | Bluetooth: Move advertising instance management to hci_request.c | Johan Hedberg |
2015-12-10 | Bluetooth: Move __hci_update_background_scan up in hci_request.c | Johan Hedberg |
2015-12-10 | Bluetooth: Run page scan updates through hdev->req_workqueue | Johan Hedberg |
2015-11-23 | Bluetooth: Fix returning proper HCI status from __hci_req_sync | Johan Hedberg |
2015-11-19 | Bluetooth: Simplify request cleanup code | Johan Hedberg |
2015-11-19 | Bluetooth: Remove unnecessary le_scan_restart_work_complete() function | Johan Hedberg |
2015-11-19 | Bluetooth: Simplify le_scan_disable_work() | Johan Hedberg |
2015-11-19 | Bluetooth: Pass inquiry length to bredr_inquiry() | Johan Hedberg |
2015-11-19 | Bluetooth: Move Stop Discovery to req_workqueue | Johan Hedberg |
2015-11-19 | Bluetooth: Move Start Discovery to req_workqueue | Johan Hedberg |
2015-11-19 | Bluetooth: Add error return value to hci_req_sync callback | Johan Hedberg |
2015-11-19 | Bluetooth: Move LE scan disable/restart behind req_workqueue | Johan Hedberg |
2015-11-19 | Bluetooth: Make __hci_update_background_scan private to hci_request.c | Johan Hedberg |