summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp/core.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusJiri Kosina2018-01-311-4/+3
|\ \
| * | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
| |/
* / HID: quirks: move the list of special devices into a quirkBenjamin Tissoires2017-11-211-1/+1
|/
* HID: introduce hid_is_using_ll_driverJason Gerecke2017-07-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-13/+24
|\
| * Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen2017-06-271-11/+22
| * networking: add and use skb_put_u8()Johannes Berg2017-06-161-1/+1
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann2015-10-211-0/+14
* bluetooth: fix list handlingLinus Torvalds2015-07-041-0/+1
* Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann2015-04-181-1/+2
* Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-041-2/+2
* Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann2015-04-021-1/+10
* Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro2014-12-191-1/+2
* Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_userFabian Frederick2014-11-151-7/+3
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-081-6/+4
* Bluetooth: Fix sparse warning from HID new leds handlingMarcel Holtmann2014-07-301-1/+1
* Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina2014-04-011-111/+7
|\
| * HID: remove hid_output_raw_report transport implementationsBenjamin Tissoires2014-03-141-14/+0
| * HID: hidp: Add a comment that some devices depend on the current behavior of ...Frank Praznik2014-02-241-0/+3
| * HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires2014-02-171-1/+0
| * HID: HIDp: remove duplicated codedBenjamin Tissoires2014-02-171-57/+11
| * HID: HIDp: remove hidp_hidinput_eventBenjamin Tissoires2014-02-171-46/+0
* | Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina2014-04-011-0/+90
|\|
| * HID: Add the transport-driver functions to the HIDP driver.Frank Praznik2014-01-291-0/+90
* | HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann2014-02-171-2/+14
|/
* Bluetooth: Access HIDP session addresses through L2CAP channelMarcel Holtmann2013-10-131-6/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-5/+10
|\
| * Merge branch 'master' into for-3.12/upstreamJiri Kosina2013-09-041-10/+4
| |\
| * | HID: fix unused rsize usageJiri Kosina2013-07-221-0/+1
| * | HID: fix data access in implement()Jiri Kosina2013-07-221-5/+9
* | | Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires2013-07-251-14/+0
* | | Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires2013-07-251-0/+26
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-10/+4
|\ \ | |/ |/|
| * Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang2013-06-231-10/+4
* | HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann2013-05-291-9/+47
|/
* Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann2013-04-171-7/+5
* Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann2013-04-171-19/+5
* Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann2013-04-171-96/+60
* Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann2013-04-171-29/+11
* Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann2013-04-171-2/+14
* Bluetooth: hidp: remove old session-managementDavid Herrmann2013-04-171-327/+12
* Bluetooth: hidp: add new session-management helpersDavid Herrmann2013-04-171-4/+551
* Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2013-04-171-0/+9
* Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann2013-04-171-4/+8
* Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2013-04-171-3/+2
* Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-171-17/+3
* Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-051-0/+2