index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2018-04-08
3
-13
/
+33
|
\
|
*
Bluetooth: Fix connection if directed advertising and privacy is used
Szymon Janc
2018-04-03
3
-13
/
+33
*
|
Bluetooth: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-04-01
2
-0
/
+2
*
|
net: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-23
1
-1
/
+7
|
\
\
|
|
/
|
*
Bluetooth: Fix missing encryption refresh on Security Request
Szymon Janc
2018-03-01
1
-1
/
+7
*
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2018-02-15
1
-3
/
+3
|
\
\
|
*
|
Bluetooth: Fix incorrect bits for LE states
Łukasz Rymanowski
2018-02-10
1
-3
/
+3
*
|
|
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
4
-11
/
+8
|
|
/
|
/
|
*
|
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-8
/
+8
*
|
seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macro
Andy Shevchenko
2018-02-07
1
-13
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
4
-219
/
+85
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
1
-9
/
+11
|
|
\
|
*
|
net: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-16
1
-1
/
+0
|
*
|
Bluetooth: introduce DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
2017-12-13
1
-166
/
+18
|
*
|
Bluetooth: Add support to advertise when connected
Łukasz Rymanowski
2017-12-13
1
-9
/
+46
|
*
|
Bluetooth: Remove redundant disable_advertising()
Jaganath Kanakkassery
2017-12-13
1
-8
/
+1
|
*
|
Bluetooth: Utilize %*ph specifier
Andy Shevchenko
2017-12-13
1
-14
/
+3
|
*
|
Bluetooth: Use common error handling code in bt_init()
Markus Elfring
2017-12-13
1
-21
/
+17
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2018-01-31
1
-1
/
+1
|
\
\
\
|
|
\
\
|
|
\
\
|
*
-
.
\
\
Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linus
Jiri Kosina
2018-01-31
17
-281
/
+369
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
HID: quirks: move the list of special devices into a quirk
Benjamin Tissoires
2017-11-21
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-3
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
net: annotate ->poll() instances
Al Viro
2017-11-27
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Bluetooth: Prevent stack info leak from the EFS element.
Ben Seri
2018-01-04
1
-9
/
+11
|
/
/
*
|
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
3
-13
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
2
-0
/
+2
|
\
\
|
|
/
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
2
-0
/
+2
*
|
Bluetooth: Use bt_dev_err and bt_dev_info when possible
Marcel Holtmann
2017-10-30
9
-90
/
+97
*
|
Bluetooth: avoid recursive locking in hci_send_to_channel()
Sebastian Andrzej Siewior
2017-10-30
1
-6
/
+11
*
|
Bluetooth: Fix potential memory leak
Jaganath Kanakkassery
2017-10-29
4
-1
/
+8
*
|
Bluetooth: Fix compiler warning with selftest duration calculation
Marcel Holtmann
2017-10-06
1
-1
/
+1
*
|
Bluetooth: let the crypto subsystem generate the ecc privkey
Tudor Ambarus
2017-10-06
4
-128
/
+147
*
|
Bluetooth: ecdh_helper - fix leak of private key
Tudor Ambarus
2017-10-06
1
-1
/
+1
*
|
Bluetooth: selftest - check for errors when computing ZZ
Tudor Ambarus
2017-10-06
1
-3
/
+8
*
|
Bluetooth: ecdh_helper - reveal error codes
Tudor Ambarus
2017-10-06
3
-24
/
+33
*
|
Bluetooth: move ecdh allocation outside of ecdh_helper
Tudor Ambarus
2017-10-06
4
-50
/
+87
|
/
*
Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"
Linus Torvalds
2017-09-28
2
-16
/
+0
*
Bluetooth: Properly check L2CAP config option output buffer length
Ben Seri
2017-09-09
1
-37
/
+43
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-09-06
6
-14
/
+35
|
\
|
*
Bluetooth: make baswap src const
Loic Poulain
2017-09-01
1
-3
/
+3
|
*
Bluetooth: Add option for disabling legacy ioctl interfaces
Marcel Holtmann
2017-08-30
2
-0
/
+16
|
*
Bluetooth: make device_type const
Bhumika Goyal
2017-08-19
1
-2
/
+2
|
*
Bluetooth: kfree tmp rather than an alias to it
Colin Ian King
2017-08-11
1
-1
/
+1
|
*
Bluetooth: document config options
Pavel Machek
2017-08-08
1
-0
/
+12
|
*
6lowpan: fix set not used warning
stephen hemminger
2017-07-25
1
-3
/
+0
|
*
bluetooth: 6lowpan dev_close never returns error
stephen hemminger
2017-07-19
1
-5
/
+1
*
|
HID: introduce hid_is_using_ll_driver
Jason Gerecke
2017-07-27
1
-1
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-07-05
18
-132
/
+186
|
\
|
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2017-07-01
7
-35
/
+47
|
|
\
[next]