index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-15
/
+33
2012-09-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-1
/
+19
2012-09-21
net: change return values from -EACCES to -EPERM
Zhao Hongjiang
4
-14
/
+14
2012-09-18
Bluetooth: Fix not removing power_off delayed work
Vinicius Costa Gomes
1
-0
/
+2
2012-09-18
Bluetooth: Fix freeing uninitialized delayed works
Andrei Emeltchenko
1
-1
/
+1
2012-09-18
Bluetooth: mgmt: Fix enabling LE while powered off
Andrzej Kaczmarek
1
-0
/
+10
2012-09-18
Bluetooth: mgmt: Fix enabling SSP while powered off
Andrzej Kaczmarek
1
-0
/
+6
2012-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-11
/
+16
2012-09-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
4
-11
/
+16
2012-08-27
Bluetooth: Fix sending a HCI Authorization Request over LE links
Vinicius Costa Gomes
1
-0
/
+4
2012-08-27
Bluetooth: Change signature of smp_conn_security()
Vinicius Costa Gomes
3
-8
/
+9
2012-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-19
/
+43
2012-08-15
Bluetooth: L2CAP - Fix info leak via getsockname()
Mathias Krause
1
-0
/
+1
2012-08-15
Bluetooth: RFCOMM - Fix info leak via getsockname()
Mathias Krause
1
-0
/
+1
2012-08-15
Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)
Mathias Krause
1
-1
/
+1
2012-08-15
Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)
Mathias Krause
1
-0
/
+1
2012-08-15
Bluetooth: HCI - Fix info leak via getsockname()
Mathias Krause
1
-0
/
+1
2012-08-15
Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)
Mathias Krause
1
-0
/
+1
2012-08-15
Bluetooth: Fix use-after-free bug in SMP
Andre Guedes
1
-3
/
+3
2012-08-06
Bluetooth: Fix socket not getting freed if l2cap channel create fails
Jaganath Kanakkassery
1
-1
/
+1
2012-08-06
Bluetooth: smp: Fix possible NULL dereference
Andrei Emeltchenko
1
-1
/
+4
2012-08-06
Bluetooth: Set name_state to unknown when entry name is empty
Ram Malovany
1
-0
/
+2
2012-08-06
Bluetooth: Fix using a NULL inquiry cache entry
Ram Malovany
1
-5
/
+11
2012-08-06
Bluetooth: Fix using NULL inquiry entry
Ram Malovany
1
-0
/
+3
2012-08-06
Bluetooth: Fix legacy pairing with some devices
Szymon Janc
2
-1
/
+7
2012-08-06
Bluetooth: Fix possible deadlock in SCO code
Gustavo Padovan
1
-10
/
+9
2012-08-06
Bluetooth: Refactor in hci_le_conn_complete_evt
Andre Guedes
1
-13
/
+9
2012-08-06
Bluetooth: Lookup hci_conn in hci_le_conn_complete_evt
Andre Guedes
1
-2
/
+2
2012-08-06
Bluetooth: Find hci_conn by BT_CONNECT state
Andre Guedes
1
-8
/
+3
2012-08-06
Bluetooth: Refactor hci_cs_le_create_conn
Andre Guedes
1
-14
/
+16
2012-08-06
Bluetooth: Remove unneeded code
Andre Guedes
1
-10
/
+0
2012-08-06
Bluetooth: Fix hci_le_conn_complete_evt
Andre Guedes
1
-0
/
+5
2012-08-06
Bluetooth: Trivial refactoring
Andre Guedes
1
-2
/
+1
2012-08-06
Bluetooth: Added /proc/net/sco via bt_procfs_init()
Masatake YAMATO
1
-0
/
+9
2012-08-06
Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()
Masatake YAMATO
1
-2
/
+12
2012-08-06
Bluetooth: Added /proc/net/l2cap via bt_procfs_init()
Masatake YAMATO
1
-2
/
+18
2012-08-06
Bluetooth: Added /proc/net/hidp via bt_procfs_init()
Masatake YAMATO
1
-1
/
+21
2012-08-06
Bluetooth: Added /proc/net/hci via bt_procfs_init()
Masatake YAMATO
1
-2
/
+11
2012-08-06
Bluetooth: Added /proc/net/cmtp via bt_procfs_init()
Masatake YAMATO
1
-2
/
+21
2012-08-06
Bluetooth: Added /proc/net/bnep via bt_procfs_init()
Masatake YAMATO
1
-2
/
+20
2012-08-06
Bluetooth: /proc/net/ entries for bluetooth protocols
Masatake YAMATO
1
-0
/
+141
2012-08-06
Bluetooth: Free the l2cap channel list only when refcount is zero
Jaganath Kanakkassery
3
-5
/
+7
2012-08-06
Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c
Jaganath Kanakkassery
1
-0
/
+15
2012-08-06
Bluetooth: Remove locking in hci_user_passkey_request_evt
Andre Guedes
1
-4
/
+0
2012-08-06
Bluetooth: Make connect / disconnect cfm functions return void
Andrei Emeltchenko
2
-9
/
+4
2012-08-06
Bluetooth: Use lmp_no_flush_capable where applicable
Andre Guedes
1
-1
/
+1
2012-08-06
Bluetooth: Use lmp_sniffsubr_capable where applicable
Andre Guedes
1
-1
/
+1
2012-08-06
Bluetooth: Use lmp_sniff_capable where applicable
Andre Guedes
1
-1
/
+1
2012-08-06
Bluetooth: Use lmp_rswitch_capable where applicable
Andre Guedes
1
-1
/
+1
2012-08-06
Bluetooth: Use lmp_esco_capable where applicable
Andre Guedes
1
-1
/
+1
[next]