summaryrefslogtreecommitdiff
path: root/net/bluetooth/hidp
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
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
2014-03-14HID: remove hid_output_raw_report transport implementationsBenjamin Tissoires
2014-02-24HID: hidp: Add a comment that some devices depend on the current behavior of ...Frank Praznik
2014-02-17HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann
2014-02-17HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires
2014-02-17HID: HIDp: remove duplicated codedBenjamin Tissoires
2014-02-17HID: HIDp: remove hidp_hidinput_eventBenjamin Tissoires
2014-01-29HID: Add the transport-driver functions to the HIDP driver.Frank Praznik
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches
2013-10-13Bluetooth: Access HIDP session addresses through L2CAP channelMarcel Holtmann
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-04Merge branch 'master' into for-3.12/upstreamJiri Kosina
2013-07-25Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires
2013-07-25Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires
2013-07-22HID: fix unused rsize usageJiri Kosina
2013-07-22HID: fix data access in implement()Jiri Kosina
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang
2013-05-29HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-17Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann
2013-04-17Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann
2013-04-17Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann
2013-04-17Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann
2013-04-17Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann
2013-04-17Bluetooth: hidp: remove old session-managementDavid Herrmann
2013-04-17Bluetooth: hidp: add new session-management helpersDavid Herrmann
2013-04-17Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann
2013-04-17Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann