aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-08Bluetooth: document config optionsGravatar Pavel Machek 1-0/+12
2017-07-27HID: introduce hid_is_using_ll_driverGravatar Jason Gerecke 1-1/+2
2017-07-256lowpan: fix set not used warningGravatar stephen hemminger 1-3/+0
2017-07-19bluetooth: 6lowpan dev_close never returns errorGravatar stephen hemminger 1-5/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 18-132/+186
2017-07-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 7-35/+47
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 2-2/+2
2017-06-29Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Gravatar Mateusz Jurczyk 3-7/+7
2017-06-29bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesGravatar Tejun Heo 1-4/+3
2017-06-27Bluetooth: hidp: fix possible might sleep error in hidp_session_threadGravatar Jeffy Chen 1-11/+22
2017-06-27Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionGravatar Jeffy Chen 1-7/+10
2017-06-27Bluetooth: bnep: fix possible might sleep error in bnep_sessionGravatar Jeffy Chen 1-6/+5
2017-06-20net: introduce __skb_put_[zero, data, u8]Gravatar yuan linyu 2-15/+12
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 3-3/+3
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 2-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 3-9/+9
2017-06-16networking: make skb_pull & friends return void pointersGravatar Johannes Berg 1-2/+2