Age | Commit message (Expand) | Author |
2025-02-03 | HID: intel-thc: fix CONFIG_HID dependency | Arnd Bergmann |
2023-08-11 | Bluetooth: Init sk_peer_* on bt_sock_alloc | Luiz Augusto von Dentz |
2023-04-10 | Bluetooth: Fix race condition in hidp_session_thread | Min Li |
2023-02-22 | Merge branch 'for-6.3/hid-bpf' into for-linus | Benjamin Tissoires |
2023-01-17 | HID: Make lowlevel driver structs const | Thomas Weißschuh |
2023-01-17 | HID: Unexport struct hidp_hid_driver | Thomas Weißschuh |
2022-11-21 | HID: fix BT_HIDP Kconfig dependencies | Benjamin Tissoires |
2022-08-25 | Bluetooth: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski |
2021-12-13 | exit: Rename module_put_and_exit to module_put_and_kthread_exit | Eric W. Biederman |
2021-06-26 | Bluetooth: hidp: Use the correct print format | Kai Ye |
2021-06-26 | Bluetooth: use inclusive language in comments | Archie Pusaka |
2020-11-09 | Bluetooth: hidp: use correct wait queue when removing ctrl_wait | Ole Bjørn Midtbø |
2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig |
2020-01-29 | Bluetooth: optimize barrier usage for Rmw atomics | Davidlohr Bueso |
2019-09-06 | Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message | Dan Elkouby |
2019-08-12 | Bluetooth: hidp: Let hidp_send_message return number of queued bytes | Fabian Henneke |
2019-07-06 | Bluetooth: hidp: NUL terminate a string in the compat ioctl | Dan Carpenter |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-23 | Bluetooth: hidp: fix buffer overflow | Young Xiao |
2018-10-25 | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2018-09-27 | Bluetooth: Remove unnecessary smp_mb__{before,after}_atomic | Andrea Parri |
2018-09-10 | hidp: fix compat_ioctl | Al Viro |
2018-09-10 | hidp: constify hidp_connection_add() | Al Viro |
2018-08-01 | Bluetooth: hidp: buffer overflow in hidp_process_report | Mark Salyzyn |
2018-07-30 | Bluetooth: hidp: Fix handling of strncpy for hid->name information | Marcel Holtmann |
2018-05-26 | net: remove sock_no_poll | Christoph Hellwig |
2018-01-31 | Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linus | Jiri Kosina |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook |
2017-11-21 | HID: quirks: move the list of special devices into a quirk | Benjamin Tissoires |
2017-07-27 | HID: introduce hid_is_using_ll_driver | Jason Gerecke |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-06-27 | Bluetooth: hidp: fix possible might sleep error in hidp_session_thread | Jeffy Chen |
2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar |
2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2015-10-21 | Bluetooth: hidp: fix device disconnect on idle timeout | David Herrmann |
2015-07-04 | bluetooth: fix list handling | Linus Torvalds |
2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman |
2015-04-18 | Bluetooth: hidp: Fix regression with older userspace and flags validation | Marcel Holtmann |
2015-04-04 | Bluetooth: hidp: Use BIT(x) instead of (1 << x) | Marcel Holtmann |
2015-04-02 | Bluetooth: Restrict HIDP flags to only valid ones | Marcel Holtmann |
2014-12-19 | Bluetooth: hidp_connection_add() unsafe use of l2cap_pi() | Al Viro |
2014-11-15 | Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_user | Fabian Frederick |
2014-11-02 | Bluetooth: Introduce BT_BREDR and BT_LE config options | Marcel Holtmann |
2014-09-08 | Bluetooth: Improve *_get() functions to return the object type | Johan Hedberg |
2014-07-30 | Bluetooth: Fix sparse warning from HID new leds handling | Marcel Holtmann |
2014-04-01 | Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus | Jiri Kosina |