index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hidp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-25
1
-3
/
+3
*
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-17
1
-1
/
+1
|
\
|
*
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
2021-12-13
1
-1
/
+1
*
|
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
|
/
*
Bluetooth: hidp: Use the correct print format
Kai Ye
2021-06-26
1
-3
/
+3
*
Bluetooth: use inclusive language in comments
Archie Pusaka
2021-06-26
1
-1
/
+1
*
Bluetooth: hidp: use correct wait queue when removing ctrl_wait
Ole Bjørn Midtbø
2020-11-09
1
-1
/
+1
*
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
2020-07-19
1
-2
/
+0
*
Bluetooth: optimize barrier usage for Rmw atomics
Davidlohr Bueso
2020-01-29
1
-1
/
+1
*
Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message
Dan Elkouby
2019-09-06
1
-2
/
+2
*
Bluetooth: hidp: Let hidp_send_message return number of queued bytes
Fabian Henneke
2019-08-12
1
-2
/
+7
*
Bluetooth: hidp: NUL terminate a string in the compat ioctl
Dan Carpenter
2019-07-06
2
-1
/
+2
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
Bluetooth: hidp: fix buffer overflow
Young Xiao
2019-04-23
1
-0
/
+1
*
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-10-25
3
-35
/
+56
|
\
|
*
hidp: fix compat_ioctl
Al Viro
2018-09-10
1
-29
/
+50
|
*
hidp: constify hidp_connection_add()
Al Viro
2018-09-10
2
-6
/
+6
*
|
Bluetooth: Remove unnecessary smp_mb__{before,after}_atomic
Andrea Parri
2018-09-27
1
-5
/
+8
*
|
Bluetooth: hidp: buffer overflow in hidp_process_report
Mark Salyzyn
2018-08-01
1
-2
/
+2
*
|
Bluetooth: hidp: Fix handling of strncpy for hid->name information
Marcel Holtmann
2018-07-30
1
-1
/
+1
|
/
*
net: remove sock_no_poll
Christoph Hellwig
2018-05-26
1
-1
/
+0
*
-
.
Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linus
Jiri Kosina
2018-01-31
1
-4
/
+3
|
\
\
|
*
|
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+3
|
|
/
*
/
HID: quirks: move the list of special devices into a quirk
Benjamin Tissoires
2017-11-21
1
-1
/
+1
|
/
*
HID: introduce hid_is_using_ll_driver
Jason Gerecke
2017-07-27
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-07-05
1
-13
/
+24
|
\
|
*
Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
Jeffy Chen
2017-06-27
1
-11
/
+22
|
*
networking: add and use skb_put_u8()
Johannes Berg
2017-06-16
1
-1
/
+1
|
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
|
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-1
/
+1
*
|
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-1
/
+1
|
/
*
Bluetooth: hidp: fix device disconnect on idle timeout
David Herrmann
2015-10-21
1
-0
/
+14
*
bluetooth: fix list handling
Linus Torvalds
2015-07-04
1
-0
/
+1
*
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
2015-05-11
1
-1
/
+1
*
Bluetooth: hidp: Fix regression with older userspace and flags validation
Marcel Holtmann
2015-04-18
1
-1
/
+2
*
Bluetooth: hidp: Use BIT(x) instead of (1 << x)
Marcel Holtmann
2015-04-04
1
-2
/
+2
*
Bluetooth: Restrict HIDP flags to only valid ones
Marcel Holtmann
2015-04-02
1
-1
/
+10
*
Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()
Al Viro
2014-12-19
1
-1
/
+2
*
Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_user
Fabian Frederick
2014-11-15
1
-7
/
+3
*
Bluetooth: Introduce BT_BREDR and BT_LE config options
Marcel Holtmann
2014-11-02
1
-1
/
+1
*
Bluetooth: Improve *_get() functions to return the object type
Johan Hedberg
2014-09-08
1
-6
/
+4
*
Bluetooth: Fix sparse warning from HID new leds handling
Marcel Holtmann
2014-07-30
1
-1
/
+1
*
Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus
Jiri Kosina
2014-04-01
1
-111
/
+7
|
\
|
*
HID: remove hid_output_raw_report transport implementations
Benjamin Tissoires
2014-03-14
1
-14
/
+0
|
*
HID: hidp: Add a comment that some devices depend on the current behavior of ...
Frank Praznik
2014-02-24
1
-0
/
+3
|
*
HID: remove hid_get_raw_report in struct hid_device
Benjamin Tissoires
2014-02-17
1
-1
/
+0
|
*
HID: HIDp: remove duplicated coded
Benjamin Tissoires
2014-02-17
1
-57
/
+11
|
*
HID: HIDp: remove hidp_hidinput_event
Benjamin Tissoires
2014-02-17
1
-46
/
+0
*
|
Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linus
Jiri Kosina
2014-04-01
1
-0
/
+90
|
\
|
|
*
HID: Add the transport-driver functions to the HIDP driver.
Frank Praznik
2014-01-29
1
-0
/
+90
[next]