summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc1-0/+13
2019-07-31Bluetooth: validate BLE connection interval updatescsonsino2-1/+13
2019-07-31Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa1-0/+6
2019-07-31Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer1-4/+10
2019-07-10Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa1-1/+1
2019-06-25Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2-14/+37
2019-06-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+8
2019-06-15Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman1-8/+0
2019-05-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+8
2019-05-10Bluetooth: hidp: fix buffer overflowYoung Xiao1-0/+1
2019-04-03Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann1-0/+6
2019-04-03Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann1-31/+46
2019-03-27Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung1-2/+1
2019-03-13Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke4-6/+16
2019-02-12Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg1-0/+6
2018-11-04Bluetooth: SMP: fix crash in unpairingMatias Karhumaa3-10/+29
2018-09-26Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann1-1/+1
2018-09-19Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann1-1/+1
2018-08-22Bluetooth: avoid killing an already killed socketSudip Mukherjee1-1/+2
2018-08-17Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn1-2/+2
2018-04-19Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc3-13/+33
2018-04-08Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc1-1/+7
2018-01-17Bluetooth: Prevent stack info leak from the EFS element.Ben Seri1-9/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
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
2017-07-19bluetooth: 6lowpan dev_close never returns errorstephen hemminger1-5/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds18-132/+186
2017-07-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller7-35/+47
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2-2/+2
2017-06-29Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk3-7/+7
2017-06-29bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo1-4/+3
2017-06-27Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen1-11/+22
2017-06-27Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen1-7/+10
2017-06-27Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen1-6/+5
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu2-15/+12
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar3-3/+3
2017-06-16networking: add and use skb_put_u8()Johannes Berg2-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg3-9/+9
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg6-21/+21
2017-06-16networking: introduce and use skb_put_data()Johannes Berg8-13/+13