aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds5-6/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-67/+65
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-12/+6
2018-05-30Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko3-40/+19
2018-05-26net/bluetooth: convert to ->poll_maskChristoph Hellwig4-8/+5
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-26net: remove sock_no_pollChristoph Hellwig3-3/+0
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-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig1-13/+1
2018-05-16bluetooth: switch to proc_create_seq_dataChristoph Hellwig1-35/+5
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