Age | Commit message (Expand) | Author | Files | Lines |
2009-11-06 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+2 |
2009-10-07 | net: mark net_proto_ops as const | Stephen Hemminger | 1 | -1/+1 |
2009-09-17 | HID: consolidate connect and disconnect into core code | Jiri Kosina | 1 | -7/+0 |
2009-08-23 | Bluetooth: Let HIDP grab the device reference for connections | Marcel Holtmann | 2 | -21/+43 |
2009-08-23 | Bluetooth: Disconnect HIDRAW devices on disconnect | Marcel Holtmann | 1 | -0/+3 |
2009-08-23 | Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received | Vikram Kandukuri | 1 | -0/+1 |
2008-11-30 | Bluetooth: Enable per-module dynamic debug messages | Marcel Holtmann | 2 | -10/+0 |
2008-10-15 | HID: move connect quirks | Jiri Slaby | 1 | -3/+0 |
2008-10-15 | HID: move apple quirks | Jiri Slaby | 1 | -22/+0 |
2008-10-15 | HID: move ignore quirks | Jiri Slaby | 1 | -1/+1 |
2008-10-15 | HID: hid, make parsing event driven | Jiri Slaby | 2 | -82/+111 |
2008-10-15 | HID: make a bus from hid code | Jiri Slaby | 1 | -9/+55 |
2008-07-14 | [Bluetooth] Signal user-space for HIDP and BNEP socket errors | Marcel Holtmann | 1 | -0/+10 |
2008-02-05 | bluetooth: uninlining | Andrew Morton | 1 | -11/+19 |
2008-02-05 | bluetooth: hidp_process_hid_control remove unnecessary parameter dealing | Dave Young | 1 | -18/+1 |
2008-01-29 | [BLUETOOTH]: Use sockfd_put() | Julia Lawall | 1 | -5/+5 |
2008-01-29 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 1 | -4/+1 |
2007-11-01 | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 1 | -1/+1 |
2007-10-22 | [Bluetooth] Fix wrong argument in debug code of HIDP | Dave Young | 1 | -1/+1 |
2007-10-19 | get rid of input BIT* duplicate defines | Jiri Slaby | 1 | -5/+7 |
2007-10-11 | [BLUETOOTH]: Make hidp_setup_input() return int | WANG Cong | 1 | -4/+7 |
2007-10-11 | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 1 | -2/+2 |
2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 1 | -1/+1 |
2007-07-07 | Fix use-after-free oops in Bluetooth HID. | David Woodhouse | 1 | -9/+9 |
2007-05-11 | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+1 |
2007-05-11 | [Bluetooth] Switch to using input_dev->dev.parent | Marcel Holtmann | 1 | -5/+5 |
2007-05-09 | Bluetooth HID: HIDP - don't initialize force feedback | Jiri Kosina | 1 | -3/+1 |
2007-03-29 | [PATCH] bluetooth hid quirks: mightymouse quirk | Jiri Kosina | 1 | -0/+23 |
2007-03-22 | [NET]: fix up misplaced inlines. | Dave Jones | 1 | -1/+1 |
2007-02-26 | [Bluetooth] Add open and close callbacks for HID device | Marcel Holtmann | 1 | -0/+12 |
2007-02-26 | [Bluetooth] Add support for using the HID subsystem | Marcel Holtmann | 3 | -9/+164 |
2007-02-26 | [Bluetooth] Fix wrong put_user() from HIDP compat ioctl patch | Marcel Holtmann | 1 | -1/+1 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
2007-02-11 | [NET] BLUETOOTH: Fix whitespace errors. | YOSHIFUJI Hideaki | 3 | -20/+20 |
2007-02-09 | [PATCH] hidp __user annotations | Al Viro | 2 | -2/+2 |
2006-10-20 | [Bluetooth] Fix HID disconnect NULL pointer dereference | Marcel Holtmann | 1 | -4/+2 |
2006-10-16 | [Bluetooth] Add locking for bt_proto array manipulation | Marcel Holtmann | 1 | -1/+1 |
2006-10-16 | [Bluetooth] Fix reference count when connection lookup fails | Marcel Holtmann | 1 | -3/+1 |
2006-10-16 | [Bluetooth] Disconnect HID interrupt channel first | Marcel Holtmann | 1 | -2/+2 |
2006-10-16 | [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP | Marcel Holtmann | 1 | -0/+78 |
2006-09-29 | [Bluetooth] Integrate services into the driver model | Marcel Holtmann | 1 | -0/+23 |
2006-07-13 | [Bluetooth] Let BT_HIDP depend on INPUT | Marcel Holtmann | 1 | -2/+1 |
2006-07-13 | [Bluetooth] Remaining transitions to use kzalloc() | Marcel Holtmann | 1 | -2/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 2 | -2/+0 |
2006-01-12 | [PATCH] capable/capability.h (net/) | Randy Dunlap | 1 | -0/+1 |
2006-01-04 | [NET]: move struct proto_ops to const | Eric Dumazet | 1 | -1/+1 |
2005-11-08 | [NET]: kfree cleanup | Jesper Juhl | 1 | -3/+1 |
2005-10-29 | [PATCH] bluetooth hidp is broken on s390 | Al Viro | 1 | -1/+1 |
2005-10-28 | [PATCH] Input: convert net/bluetooth to dynamic input_dev allocation | Dmitry Torokhov | 1 | -5/+8 |
2005-07-09 | [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() | David S. Miller | 1 | -4/+1 |