aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Bluetooth: Add __hci_cmd_send functionLoic Poulain1-0/+31
2018-05-18Bluetooth: use wait_event API instead of open-coding itJohn Keeping1-23/+7
2018-05-18Bluetooth: Prevent buffer overflow for large advertisement dataChriz Chow1-4/+8
2018-04-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller3-13/+33
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc3-13/+33
2018-04-01Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2-0/+2
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-2/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2018-03-01Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc1-1/+7
2018-02-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-3/+3
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko4-11/+8
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-8/+8
2018-02-10Bluetooth: Fix incorrect bits for LE statesŁukasz Rymanowski1-3/+3
2018-02-07seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko1-13/+0
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-219/+85
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+1
2018-01-31Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusJiri Kosina17-281/+369
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+11
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-04Bluetooth: Prevent stack info leak from the EFS element.Ben Seri1-9/+11
2017-12-13Bluetooth: introduce DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-166/+18
2017-12-13Bluetooth: Add support to advertise when connectedŁukasz Rymanowski1-9/+46
2017-12-13Bluetooth: Remove redundant disable_advertising()Jaganath Kanakkassery1-8/+1
2017-12-13Bluetooth: Utilize %*ph specifierAndy Shevchenko1-14/+3
2017-12-13Bluetooth: Use common error handling code in bt_init()Markus Elfring1-21/+17
2017-11-27net: annotate ->poll() instancesAl Viro1-3/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook3-13/+12
2017-11-21HID: quirks: move the list of special devices into a quirkBenjamin Tissoires1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann9-90/+97
2017-10-30Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior1-6/+11
2017-10-29Bluetooth: Fix potential memory leakJaganath Kanakkassery4-1/+8
2017-10-06Bluetooth: Fix compiler warning with selftest duration calculationMarcel Holtmann1-1/+1
2017-10-06Bluetooth: let the crypto subsystem generate the ecc privkeyTudor Ambarus4-128/+147
2017-10-06Bluetooth: ecdh_helper - fix leak of private keyTudor Ambarus1-1/+1
2017-10-06Bluetooth: selftest - check for errors when computing ZZTudor Ambarus1-3/+8
2017-10-06Bluetooth: ecdh_helper - reveal error codesTudor Ambarus3-24/+33
2017-10-06Bluetooth: move ecdh allocation outside of ecdh_helperTudor Ambarus4-50/+87
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2-16/+0
2017-09-09Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri1-37/+43
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-14/+35
2017-09-01Bluetooth: make baswap src constLoic Poulain1-3/+3
2017-08-30Bluetooth: Add option for disabling legacy ioctl interfacesMarcel Holtmann2-0/+16
2017-08-19Bluetooth: make device_type constBhumika Goyal1-2/+2
2017-08-11Bluetooth: kfree tmp rather than an alias to itColin Ian King1-1/+1
2017-08-08Bluetooth: document config optionsPavel Machek1-0/+12
2017-07-27HID: introduce hid_is_using_ll_driverJason Gerecke1-1/+2
2017-07-256lowpan: fix set not used warningstephen hemminger1-3/+0