aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 8-12/+6
2018-05-26net/bluetooth: convert to ->poll_maskGravatar Christoph Hellwig 4-8/+5
2018-05-26net: convert datagram_poll users tp ->poll_maskGravatar Christoph Hellwig 1-1/+1
2018-05-26net: remove sock_no_pollGravatar Christoph Hellwig 3-3/+0
2018-05-16isdn: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-13/+1
2018-05-16bluetooth: switch to proc_create_seq_dataGravatar Christoph Hellwig 1-35/+5
2018-04-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 3-13/+33
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedGravatar Szymon Janc 3-13/+33
2018-04-01Bluetooth: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 2-0/+2
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-2/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+7
2018-03-01Bluetooth: Fix missing encryption refresh on Security RequestGravatar Szymon Janc 1-1/+7
2018-02-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-3/+3
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 4-11/+8
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-8/+8
2018-02-10Bluetooth: Fix incorrect bits for LE statesGravatar Łukasz Rymanowski 1-3/+3
2018-02-07seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroGravatar Andy Shevchenko 1-13/+0
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-219/+85
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2018-01-31Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusGravatar Jiri Kosina 17-281/+369
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-9/+11
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-1/+0
2018-01-04Bluetooth: Prevent stack info leak from the EFS element.Gravatar Ben Seri 1-9/+11
2017-12-13Bluetooth: introduce DEFINE_SHOW_ATTRIBUTE() macroGravatar Andy Shevchenko 1-166/+18
2017-12-13Bluetooth: Add support to advertise when connectedGravatar Łukasz Rymanowski 1-9/+46
2017-12-13Bluetooth: Remove redundant disable_advertising()Gravatar Jaganath Kanakkassery 1-8/+1
2017-12-13Bluetooth: Utilize %*ph specifierGravatar Andy Shevchenko 1-14/+3
2017-12-13Bluetooth: Use common error handling code in bt_init()Gravatar Markus Elfring 1-21/+17
2017-11-27net: annotate ->poll() instancesGravatar Al Viro 1-3/+3
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 3-13/+12
2017-11-21HID: quirks: move the list of special devices into a quirkGravatar Benjamin Tissoires 1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 9-90/+97
2017-10-30Bluetooth: avoid recursive locking in hci_send_to_channel()Gravatar Sebastian Andrzej Siewior 1-6/+11
2017-10-29Bluetooth: Fix potential memory leakGravatar Jaganath Kanakkassery 4-1/+8
2017-10-06Bluetooth: Fix compiler warning with selftest duration calculationGravatar Marcel Holtmann 1-1/+1
2017-10-06Bluetooth: let the crypto subsystem generate the ecc privkeyGravatar Tudor Ambarus 4-128/+147
2017-10-06Bluetooth: ecdh_helper - fix leak of private keyGravatar Tudor Ambarus 1-1/+1
2017-10-06Bluetooth: selftest - check for errors when computing ZZGravatar Tudor Ambarus 1-3/+8
2017-10-06Bluetooth: ecdh_helper - reveal error codesGravatar Tudor Ambarus 3-24/+33
2017-10-06Bluetooth: move ecdh allocation outside of ecdh_helperGravatar Tudor Ambarus 4-50/+87
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Gravatar Linus Torvalds 2-16/+0
2017-09-09Bluetooth: Properly check L2CAP config option output buffer lengthGravatar Ben Seri 1-37/+43
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-14/+35
2017-09-01Bluetooth: make baswap src constGravatar Loic Poulain 1-3/+3
2017-08-30Bluetooth: Add option for disabling legacy ioctl interfacesGravatar Marcel Holtmann 2-0/+16
2017-08-19Bluetooth: make device_type constGravatar Bhumika Goyal 1-2/+2
2017-08-11Bluetooth: kfree tmp rather than an alias to itGravatar Colin Ian King 1-1/+1