summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-065-67/+65
|\
| * Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-303-40/+19
| * Bluetooth: Add __hci_cmd_send functionLoic Poulain2018-05-181-0/+31
| * Bluetooth: use wait_event API instead of open-coding itJohn Keeping2018-05-181-23/+7
| * Bluetooth: Prevent buffer overflow for large advertisement dataChriz Chow2018-05-181-4/+8
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-048-12/+6
|\ \
| * | net/bluetooth: convert to ->poll_maskChristoph Hellwig2018-05-264-8/+5
| * | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
| * | net: remove sock_no_pollChristoph Hellwig2018-05-263-3/+0
| |/
* | isdn: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-13/+1
* | bluetooth: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-35/+5
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-083-13/+33
|\
| * Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-033-13/+33
* | Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2018-04-012-0/+2
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+7
|\ \ | |/
| * Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc2018-03-011-1/+7
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-02-151-3/+3
|\ \
| * | Bluetooth: Fix incorrect bits for LE statesŁukasz Rymanowski2018-02-101-3/+3
* | | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-124-11/+8
| |/ |/|
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* | seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko2018-02-071-13/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-314-219/+85
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-9/+11
| |\
| * | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
| * | Bluetooth: introduce DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2017-12-131-166/+18
| * | Bluetooth: Add support to advertise when connectedŁukasz Rymanowski2017-12-131-9/+46
| * | Bluetooth: Remove redundant disable_advertising()Jaganath Kanakkassery2017-12-131-8/+1
| * | Bluetooth: Utilize %*ph specifierAndy Shevchenko2017-12-131-14/+3
| * | Bluetooth: Use common error handling code in bt_init()Markus Elfring2017-12-131-21/+17
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-01-311-1/+1
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusJiri Kosina2018-01-3117-281/+369
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | HID: quirks: move the list of special devices into a quirkBenjamin Tissoires2017-11-211-1/+1
| | |/ / | |/| |
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: annotate ->poll() instancesAl Viro2017-11-271-3/+3
| | |/ | |/|
* | | Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-01-041-9/+11
|/ /
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-213-13/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
|\ \ | |/
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-309-90/+97
* | Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior2017-10-301-6/+11
* | Bluetooth: Fix potential memory leakJaganath Kanakkassery2017-10-294-1/+8
* | Bluetooth: Fix compiler warning with selftest duration calculationMarcel Holtmann2017-10-061-1/+1
* | Bluetooth: let the crypto subsystem generate the ecc privkeyTudor Ambarus2017-10-064-128/+147
* | Bluetooth: ecdh_helper - fix leak of private keyTudor Ambarus2017-10-061-1/+1
* | Bluetooth: selftest - check for errors when computing ZZTudor Ambarus2017-10-061-3/+8
* | Bluetooth: ecdh_helper - reveal error codesTudor Ambarus2017-10-063-24/+33
* | Bluetooth: move ecdh allocation outside of ecdh_helperTudor Ambarus2017-10-064-50/+87
|/
* Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2017-09-282-16/+0
OpenPOWER on IntegriCloud