aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp
AgeCommit message (Expand)Author
8 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-04-10Bluetooth: Fix race condition in hidp_session_threadMin Li
2023-02-22Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires
2023-01-17HID: Make lowlevel driver structs constThomas Weißschuh
2023-01-17HID: Unexport struct hidp_hid_driverThomas Weißschuh
2022-11-21HID: fix BT_HIDP Kconfig dependenciesBenjamin Tissoires
2022-08-25Bluetooth: move from strlcpy with unused retval to strscpyWolfram Sang
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2021-06-26Bluetooth: hidp: Use the correct print formatKai Ye
2021-06-26Bluetooth: use inclusive language in commentsArchie Pusaka
2020-11-09Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-01-29Bluetooth: optimize barrier usage for Rmw atomicsDavidlohr Bueso
2019-09-06Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby
2019-08-12Bluetooth: hidp: Let hidp_send_message return number of queued bytesFabian Henneke
2019-07-06Bluetooth: hidp: NUL terminate a string in the compat ioctlDan Carpenter
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-23Bluetooth: hidp: fix buffer overflowYoung Xiao
2018-10-25Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-09-27Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri
2018-09-10hidp: fix compat_ioctlAl Viro
2018-09-10hidp: constify hidp_connection_add()Al Viro
2018-08-01Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn
2018-07-30Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-01-31Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusJiri Kosina
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21HID: quirks: move the list of special devices into a quirkBenjamin Tissoires
2017-07-27HID: introduce hid_is_using_ll_driverJason Gerecke
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-27Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2015-10-21Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann
2015-07-04bluetooth: fix list handlingLinus Torvalds
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-04-18Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann
2015-04-04Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann
2015-04-02Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann
2014-12-19Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro
2014-11-15Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_userFabian Frederick
2014-11-02Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg
2014-07-30Bluetooth: Fix sparse warning from HID new leds handlingMarcel Holtmann
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina