| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-09-27 | 4 | -40/+34 |
|\ |
|
| * | Bluetooth: don't release the port in rfcomm_dev_state_change() | Gianluca Anzolin | 2013-09-20 | 1 | -33/+2 |
| * | Bluetooth: Fix rfkill functionality during the HCI setup stage | Johan Hedberg | 2013-09-18 | 1 | -3/+12 |
| * | Bluetooth: Introduce a new HCI_RFKILLED flag | Johan Hedberg | 2013-09-18 | 1 | -5/+10 |
| * | Bluetooth: Fix ACL alive for long in case of non pariable devices | Syam Sidhardhan | 2013-09-16 | 1 | -0/+7 |
| * | Bluetooth: Fix encryption key size for peripheral role | Andre Guedes | 2013-09-16 | 1 | -0/+2 |
| * | Bluetooth: Fix security level for peripheral role | Andre Guedes | 2013-09-16 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-09-06 | 1 | -5/+10 |
|\ |
|
| * | Merge branch 'master' into for-3.12/upstream | Jiri Kosina | 2013-09-04 | 6 | -332/+325 |
| |\ |
|
| * | | HID: fix unused rsize usage | Jiri Kosina | 2013-07-22 | 1 | -0/+1 |
| * | | HID: fix data access in implement() | Jiri Kosina | 2013-07-22 | 1 | -5/+9 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 | 7 | -200/+304 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 2013-08-22 | 7 | -200/+304 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Bluetooth: Add SCO connection fallback | Frédéric Dalleau | 2013-08-21 | 2 | -11/+39 |
| | * | | Bluetooth: Handle specific error for SCO connection fallback | Frédéric Dalleau | 2013-08-21 | 1 | -0/+1 |
| | * | | Bluetooth: Prevent transparent SCO on older devices | Frédéric Dalleau | 2013-08-21 | 1 | -0/+6 |
| | * | | Bluetooth: Parameters for outgoing SCO connections | Frédéric Dalleau | 2013-08-21 | 2 | -6/+20 |
| | * | | Bluetooth: Use voice setting in deferred SCO connection request | Frédéric Dalleau | 2013-08-21 | 1 | -5/+17 |
| | * | | Bluetooth: Add Bluetooth socket voice option | Frédéric Dalleau | 2013-08-21 | 1 | -1/+39 |
| | * | | Bluetooth: Remove unused mask parameter in sco_conn_defer_accept | Frédéric Dalleau | 2013-08-21 | 1 | -7/+3 |
| | * | | Bluetooth: Use hci_connect_sco directly | Frédéric Dalleau | 2013-08-21 | 2 | -8/+3 |
| | * | | Bluetooth: Purge the dlc->tx_queue to avoid circular dependency | Gianluca Anzolin | 2013-08-21 | 1 | -0/+6 |
| | * | | Bluetooth: Fix the reference counting of tty_port | Gianluca Anzolin | 2013-08-21 | 1 | -34/+12 |
| | * | | Bluetooth: Implement .activate, .shutdown and .carrier_raised methods | Gianluca Anzolin | 2013-08-21 | 1 | -70/+47 |
| | * | | Bluetooth: Move the tty initialization and cleanup out of open/close | Gianluca Anzolin | 2013-08-21 | 1 | -42/+72 |
| | * | | Bluetooth: Remove the device from the list in the destructor | Gianluca Anzolin | 2013-08-21 | 1 | -21/+6 |
| | * | | Bluetooth: Take proper tty_struct references | Gianluca Anzolin | 2013-08-21 | 1 | -12/+17 |
| | * | | Bluetooth: Set different event mask for LE-only controllers | Marcel Holtmann | 2013-08-21 | 1 | -0/+12 |
| | * | | Bluetooth: Fix getting SCO socket options in deferred state | Johan Hedberg | 2013-08-21 | 1 | -2/+6 |
| | * | | Bluetooth: hidp: remove wrong send_report at init | Benjamin Tissoires | 2013-07-25 | 1 | -14/+0 |
| | * | | Bluetooth: hidp: implement hidinput_input_event callback | Benjamin Tissoires | 2013-07-25 | 1 | -0/+26 |
| | * | | Bluetooth: Add missing braces to an "else if" | Gustavo Padovan | 2013-07-25 | 1 | -1/+2 |
| | * | | Bluetooth: Use defines instead of integer literals | Mikel Astiz | 2013-07-25 | 1 | -4/+5 |
| | * | | Bluetooth: Use defines in in hci_get_auth_req() | Mikel Astiz | 2013-07-25 | 1 | -5/+8 |
| | * | | Bluetooth: Fix simple whitespace vs tab style issue | Marcel Holtmann | 2013-07-25 | 1 | -1/+1 |
* | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-05 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 2013-07-15 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 2013-07-31 | 1 | -9/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | Bluetooth: Fix calling request callback more than once | Johan Hedberg | 2013-07-29 | 1 | -1/+9 |
| * | | Bluetooth: Fix HCI init for BlueFRITZ! devices | Johan Hedberg | 2013-07-29 | 1 | -1/+4 |
| * | | Bluetooth: Fix race between hci_register_dev() and hci_dev_open() | Gustavo Padovan | 2013-07-25 | 1 | -7/+4 |
| * | | Bluetooth: Fix invalid length check in l2cap_information_rsp() | Jaganath Kanakkassery | 2013-07-25 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-10 | 6 | -323/+308 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-06-26 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issue | Gustavo Padovan | 2013-06-23 | 1 | -1/+9 |
| * | | | Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code. | Chen Gang | 2013-06-23 | 1 | -10/+4 |
| * | | | Bluetooth: Remove unneeded flag | Andrei Emeltchenko | 2013-06-23 | 1 | -2/+0 |
| * | | | Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flag | Andrei Emeltchenko | 2013-06-23 | 1 | -2/+2 |
| * | | | Bluetooth: Mgmt Device Found Event | Andre Guedes | 2013-06-23 | 1 | -0/+3 |
| * | | | Bluetooth: Remove empty event handler | Andre Guedes | 2013-06-23 | 1 | -12/+0 |