summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Init sk_peer_* on bt_sock_allocLuiz Augusto von Dentz2023-08-111-9/+1
* Bluetooth: Fix race condition in hidp_session_threadMin Li2023-04-101-1/+1
* Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires2023-02-221-1/+1
|\
| * HID: fix BT_HIDP Kconfig dependenciesBenjamin Tissoires2022-11-211-1/+1
* | HID: Make lowlevel driver structs constThomas Weißschuh2023-01-171-1/+1
* | HID: Unexport struct hidp_hid_driverThomas Weißschuh2023-01-171-2/+1
|/
* Bluetooth: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-251-3/+3
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-1/+1
* | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
|/
* Bluetooth: hidp: Use the correct print formatKai Ye2021-06-261-3/+3
* Bluetooth: use inclusive language in commentsArchie Pusaka2021-06-261-1/+1
* Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø2020-11-091-1/+1
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* Bluetooth: optimize barrier usage for Rmw atomicsDavidlohr Bueso2020-01-291-1/+1
* Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby2019-09-061-2/+2
* Bluetooth: hidp: Let hidp_send_message return number of queued bytesFabian Henneke2019-08-121-2/+7
* Bluetooth: hidp: NUL terminate a string in the compat ioctlDan Carpenter2019-07-062-1/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-04-231-0/+1
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-253-35/+56
|\
| * hidp: fix compat_ioctlAl Viro2018-09-101-29/+50
| * hidp: constify hidp_connection_add()Al Viro2018-09-102-6/+6
* | Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri2018-09-271-5/+8
* | Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-08-011-2/+2
* | Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann2018-07-301-1/+1
|/
* net: remove sock_no_pollChristoph Hellwig2018-05-261-1/+0
*-. Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusJiri Kosina2018-01-311-4/+3
|\ \
| * | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
| |/
* / HID: quirks: move the list of special devices into a quirkBenjamin Tissoires2017-11-211-1/+1
|/
* HID: introduce hid_is_using_ll_driverJason Gerecke2017-07-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-13/+24
|\
| * Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen2017-06-271-11/+22
| * networking: add and use skb_put_u8()Johannes Berg2017-06-161-1/+1
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann2015-10-211-0/+14
* bluetooth: fix list handlingLinus Torvalds2015-07-041-0/+1
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann2015-04-181-1/+2
* Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-041-2/+2
* Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann2015-04-021-1/+10
* Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro2014-12-191-1/+2
* Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_userFabian Frederick2014-11-151-7/+3
* Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann2014-11-021-1/+1
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-081-6/+4
* Bluetooth: Fix sparse warning from HID new leds handlingMarcel Holtmann2014-07-301-1/+1
* Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina2014-04-011-111/+7
|\
| * HID: remove hid_output_raw_report transport implementationsBenjamin Tissoires2014-03-141-14/+0