aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hidp
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2021-12-29net: Don't include filter.h from net/sock.hGravatar Jakub Kicinski 1-0/+1
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitGravatar Eric W. Biederman 1-1/+1
2021-06-26Bluetooth: hidp: Use the correct print formatGravatar Kai Ye 1-3/+3
2021-06-26Bluetooth: use inclusive language in commentsGravatar Archie Pusaka 1-1/+1
2020-11-09Bluetooth: hidp: use correct wait queue when removing ctrl_waitGravatar Ole Bjørn Midtbø 1-1/+1
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalGravatar Christoph Hellwig 1-2/+0
2020-01-29Bluetooth: optimize barrier usage for Rmw atomicsGravatar Davidlohr Bueso 1-1/+1
2019-09-06Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageGravatar Dan Elkouby 1-2/+2
2019-08-12Bluetooth: hidp: Let hidp_send_message return number of queued bytesGravatar Fabian Henneke 1-2/+7
2019-07-06Bluetooth: hidp: NUL terminate a string in the compat ioctlGravatar Dan Carpenter 2-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-04-23Bluetooth: hidp: fix buffer overflowGravatar Young Xiao 1-0/+1
2018-10-25Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-35/+56
2018-09-27Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicGravatar Andrea Parri 1-5/+8
2018-09-10hidp: fix compat_ioctlGravatar Al Viro 1-29/+50
2018-09-10hidp: constify hidp_connection_add()Gravatar Al Viro 2-6/+6
2018-08-01Bluetooth: hidp: buffer overflow in hidp_process_reportGravatar Mark Salyzyn 1-2/+2
2018-07-30Bluetooth: hidp: Fix handling of strncpy for hid->name informationGravatar Marcel Holtmann 1-1/+1
2018-05-26net: remove sock_no_pollGravatar Christoph Hellwig 1-1/+0
2018-01-31Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusGravatar Jiri Kosina 1-4/+3
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+3
2017-11-21HID: quirks: move the list of special devices into a quirkGravatar Benjamin Tissoires 1-1/+1
2017-07-27HID: introduce hid_is_using_ll_driverGravatar Jason Gerecke 1-1/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-13/+24
2017-06-27Bluetooth: hidp: fix possible might sleep error in hidp_session_threadGravatar Jeffy Chen 1-11/+22
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2015-10-21Bluetooth: hidp: fix device disconnect on idle timeoutGravatar David Herrmann 1-0/+14
2015-07-04bluetooth: fix list handlingGravatar Linus Torvalds 1-0/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-1/+1
2015-04-18Bluetooth: hidp: Fix regression with older userspace and flags validationGravatar Marcel Holtmann 1-1/+2
2015-04-04Bluetooth: hidp: Use BIT(x) instead of (1 << x)Gravatar Marcel Holtmann 1-2/+2
2015-04-02Bluetooth: Restrict HIDP flags to only valid onesGravatar Marcel Holtmann 1-1/+10
2014-12-19Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Gravatar Al Viro 1-1/+2
2014-11-15Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_userGravatar Fabian Frederick 1-7/+3
2014-11-02Bluetooth: Introduce BT_BREDR and BT_LE config optionsGravatar Marcel Holtmann 1-1/+1
2014-09-08Bluetooth: Improve *_get() functions to return the object typeGravatar Johan Hedberg 1-6/+4
2014-07-30Bluetooth: Fix sparse warning from HID new leds handlingGravatar Marcel Holtmann 1-1/+1
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusGravatar Jiri Kosina 1-111/+7
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusGravatar Jiri Kosina 1-0/+90
2014-03-14HID: remove hid_output_raw_report transport implementationsGravatar Benjamin Tissoires 1-14/+0
2014-02-24HID: hidp: Add a comment that some devices depend on the current behavior of ...Gravatar Frank Praznik 1-0/+3
2014-02-17HID: Bluetooth: hidp: make sure input buffers are big enoughGravatar David Herrmann 2-2/+18
2014-02-17HID: remove hid_get_raw_report in struct hid_deviceGravatar Benjamin Tissoires 1-1/+0
2014-02-17HID: HIDp: remove duplicated codedGravatar Benjamin Tissoires 1-57/+11
2014-02-17HID: HIDp: remove hidp_hidinput_eventGravatar Benjamin Tissoires 1-46/+0
2014-01-29HID: Add the transport-driver functions to the HIDP driver.Gravatar Frank Praznik 1-0/+90