Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d31d4785e0983bcd0502c6d7d9c507da6a29b7b9
/
net
/
bluetooth
0a87874
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 11 years ago
29cd718
Bluetooth: don't release the port in rfcomm_dev_state_change()
by Gianluca Anzolin
· 11 years ago
bf54303
Bluetooth: Fix rfkill functionality during the HCI setup stage
by Johan Hedberg
· 11 years ago
5e13036
Bluetooth: Introduce a new HCI_RFKILLED flag
by Johan Hedberg
· 11 years ago
330b6c1
Bluetooth: Fix ACL alive for long in case of non pariable devices
by Syam Sidhardhan
· 11 years ago
89cbb4d
Bluetooth: Fix encryption key size for peripheral role
by Andre Guedes
· 11 years ago
f877621
Bluetooth: Fix security level for peripheral role
by Andre Guedes
· 11 years ago
22e04f6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 11 years ago
cc998ff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
27703bb
Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
efd15f5
Merge branch 'master' into for-3.12/upstream
by Jiri Kosina
· 11 years ago
69b307a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 11 years ago
2dea632
Bluetooth: Add SCO connection fallback
by Frédéric Dalleau
· 11 years ago
1a4c958
Bluetooth: Handle specific error for SCO connection fallback
by Frédéric Dalleau
· 11 years ago
79dc008
Bluetooth: Prevent transparent SCO on older devices
by Frédéric Dalleau
· 11 years ago
10c62dd
Bluetooth: Parameters for outgoing SCO connections
by Frédéric Dalleau
· 11 years ago
2f69a82
Bluetooth: Use voice setting in deferred SCO connection request
by Frédéric Dalleau
· 11 years ago
ad10b1a
Bluetooth: Add Bluetooth socket voice option
by Frédéric Dalleau
· 11 years ago
33f2404
Bluetooth: Remove unused mask parameter in sco_conn_defer_accept
by Frédéric Dalleau
· 11 years ago
e660ed6
Bluetooth: Use hci_connect_sco directly
by Frédéric Dalleau
· 11 years ago
ffe6b68
Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
by Gianluca Anzolin
· 11 years ago
ece3150
Bluetooth: Fix the reference counting of tty_port
by Gianluca Anzolin
· 11 years ago
cad348a
Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
by Gianluca Anzolin
· 11 years ago
54b926a
Bluetooth: Move the tty initialization and cleanup out of open/close
by Gianluca Anzolin
· 11 years ago
ebe937f
Bluetooth: Remove the device from the list in the destructor
by Gianluca Anzolin
· 11 years ago
396dc22
Bluetooth: Take proper tty_struct references
by Gianluca Anzolin
· 11 years ago
c7882cb
Bluetooth: Set different event mask for LE-only controllers
by Marcel Holtmann
· 11 years ago
9d225d2
Bluetooth: Fix getting SCO socket options in deferred state
by Johan Hedberg
· 11 years ago
704278c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by John W. Linville
· 11 years ago
53e21fb
Bluetooth: Fix calling request callback more than once
by Johan Hedberg
· 11 years ago
3f8e2d7
Bluetooth: Fix HCI init for BlueFRITZ! devices
by Johan Hedberg
· 11 years ago
fcee337
Bluetooth: Fix race between hci_register_dev() and hci_dev_open()
by Gustavo Padovan
· 11 years ago
da9910a
Bluetooth: Fix invalid length check in l2cap_information_rsp()
by Jaganath Kanakkassery
· 11 years ago
159d865
Bluetooth: hidp: remove wrong send_report at init
by Benjamin Tissoires
· 11 years ago
2583d70
Bluetooth: hidp: implement hidinput_input_event callback
by Benjamin Tissoires
· 11 years ago
1c244f7
Bluetooth: Add missing braces to an "else if"
by Gustavo Padovan
· 12 years ago
a767631
Bluetooth: Use defines instead of integer literals
by Mikel Astiz
· 11 years ago
acabae9
Bluetooth: Use defines in in hci_get_auth_req()
by Mikel Astiz
· 11 years ago
637b4ca
Bluetooth: Fix simple whitespace vs tab style issue
by Marcel Holtmann
· 11 years ago
bc197ee
HID: fix unused rsize usage
by Jiri Kosina
· 11 years ago
27ce405
HID: fix data access in implement()
by Jiri Kosina
· 11 years ago
8c6ffba
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
by Rusty Russell
· 11 years ago
496322b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
3366dd9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 11 years ago
db58316
Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for-3.11/i2c-hid-fixed' into for-linus
by Jiri Kosina
· 11 years ago
d853754
drivers: avoid format strings in names passed to alloc_workqueue()
by Kees Cook
· 11 years ago
729d8d1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 11 years ago
b8f4e06
Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issue
by Gustavo Padovan
· 11 years ago
3f6fa3d
Bluetooth: Fix invalid length check in l2cap_information_rsp()
by Jaganath Kanakkassery
· 11 years ago
673e1dd
Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.
by Chen Gang
· 11 years ago
0a80465
Bluetooth: Remove unneeded flag
by Andrei Emeltchenko
· 11 years ago
034cbea
Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flag
by Andrei Emeltchenko
· 11 years ago
12602d0
Bluetooth: Mgmt Device Found Event
by Andre Guedes
· 12 years ago
8892d8b
Bluetooth: Remove empty event handler
by Andre Guedes
· 12 years ago
b043434
Bluetooth: Remove inquiry helpers
by Andre Guedes
· 12 years ago
917eedc
Bluetooth: Remove LE scan helpers
by Andre Guedes
· 12 years ago
3fd319b
Bluetooth: Refactor hci_cc_le_set_scan_enable
by Andre Guedes
· 12 years ago
1183fdc
Bluetooth: Make mgmt_stop_discovery_failed static
by Andre Guedes
· 12 years ago
82f4785
Bluetooth: Remove stop discovery handling from hci_event.c
by Andre Guedes
· 12 years ago
0e05bba
Bluetooth: Update stop_discovery to use HCI request
by Andre Guedes
· 12 years ago
4c87eaa
Bluetooth: Use HCI request in interleaved discovery
by Andre Guedes
· 12 years ago
0d8cc93
Bluetooth: Move discovery macros to hci_core.h
by Andre Guedes
· 12 years ago
41dc2bd
Bluetooth: Make mgmt_start_discovery_failed static
by Andre Guedes
· 12 years ago
fef5234
Bluetooth: Remove start discovery handling from hci_event.c
by Andre Guedes
· 12 years ago
7c30772
Bluetooth: Update start_discovery to use HCI request
by Andre Guedes
· 12 years ago
1f9b9a5
Bluetooth: Make inquiry_cache_flush non-static
by Andre Guedes
· 12 years ago
44f3b0f
Bluetooth: Fix multiple LE socket handling
by Johan Hedberg
· 12 years ago
0cc59a7
Bluetooth: Remove useless hci_conn disc_timeout setting
by Johan Hedberg
· 12 years ago
5ee9891
Bluetooth: Simplify hci_conn_hold/drop logic for L2CAP
by Johan Hedberg
· 12 years ago
af1c013
Bluetooth: Remove unnecessary L2CAP channel state check
by Johan Hedberg
· 12 years ago
60bac18
Bluetooth: Remove useless sk variable in l2cap_le_conn_ready
by Johan Hedberg
· 12 years ago
97f57c0
Bluetooth: Fix duplicate call to l2cap_chan_ready()
by Johan Hedberg
· 12 years ago
d872992
Bluetooth: Add clarifying comment to l2cap_conn_ready()
by Johan Hedberg
· 12 years ago
9f22398c
Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()
by Johan Hedberg
· 12 years ago
141d570
Bluetooth: Fix EBUSY condition test in l2cap_chan_connect
by Johan Hedberg
· 12 years ago
f224ca5
Bluetooth: Fix LE vs BR/EDR selection when connecting
by Johan Hedberg
· 12 years ago
073d1cf
Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT
by Johan Hedberg
· 12 years ago
c562355
Bluetooth: Handle LE L2CAP signalling in its own function
by Johan Hedberg
· 12 years ago
59f45d5
Bluetooth: Fix conditions for HCI_Delete_Stored_Link_Key
by Johan Hedberg
· 11 years ago
300b962
Bluetooth: Fix crash in l2cap_build_cmd() with small MTU
by Anderson Lizardo
· 11 years ago
96570ff
Bluetooth: Fix mgmt handling of power on failures
by Johan Hedberg
· 11 years ago
cb3b315
Bluetooth: Fix missing length checks for L2CAP signalling PDUs
by Johan Hedberg
· 11 years ago
757aee0
Bluetooth: Fix checks for LE support on LE-only controllers
by Johan Hedberg
· 12 years ago
4e713cd
HID: Bluetooth: hidp: register HID devices async
by David Herrmann
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
17a2911
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
6ed0e32
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
72f7835
Bluetooth: Remove unneeded parameter from L2CAP ATT channel handling
by Marcel Holtmann
· 12 years ago
77a63e0
Bluetooth: hci_get_cmd_complete() can be static
by Fengguang Wu
· 12 years ago
c73eee9
Bluetooth: Fix sending write_le_host_supporte for LE-only controllers
by Johan Hedberg
· 12 years ago
07dc93d
Bluetooth: Fix HCI command send functions to use const specifier
by Johan Hedberg
· 12 years ago
76a388b
Bluetooth: Rename LE_SCANNING_* macros
by Andre Guedes
· 12 years ago
525e296
Bluetooth: Add macros for filter duplicates values
by Andre Guedes
· 12 years ago
5df480b
Bluetooth: Add LE scan type macros
by Andre Guedes
· 12 years ago
b6c7515
Bluetooth: Change LE scanning timeout macros
by Andre Guedes
· 12 years ago
d2c5d77
Bluetooth: Add reading of all local feature pages
by Johan Hedberg
· 12 years ago
cad718e
Bluetooth: Track feature pages in a single table
by Johan Hedberg
· 12 years ago
fa5513b
Bluetooth: Move and rename hci_conn_accept
by Frédéric Dalleau
· 12 years ago
bbb0ead
Bluetooth: Fix incorrect SSP mode bit for non SSP devices
by Jaganath Kanakkassery
· 12 years ago
e73dcfb
Bluetooth: hidp: fix sending output reports on intr channel
by David Herrmann
· 12 years ago
Next »