index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-31
[PATCH] pcmcia: use bitfield instead of p_state and state
Dominik Brodowski
4
-43
/
+12
2006-03-31
[PATCH] pcmcia: add return value to _config() functions
Dominik Brodowski
4
-32
/
+28
2006-03-31
[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
Dominik Brodowski
4
-98
/
+86
2006-03-31
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device
Dominik Brodowski
4
-61
/
+46
2006-03-31
[PATCH] pcmcia: remove unneeded Vcc pseudo setting
Dominik Brodowski
4
-18
/
+2
2006-03-31
[PATCH] pcmcia: default suspend and resume handling
Dominik Brodowski
4
-97
/
+0
2006-03-31
[PATCH] pcmcia: add pcmcia_disable_device
Dominik Brodowski
4
-28
/
+4
2006-02-13
[Bluetooth] Fix firmware loading problem of BT3C driver
Marcel Holtmann
1
-13
/
+4
2006-01-14
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-1
/
+1
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-15
/
+1
2006-01-06
[PATCH] pcmcia: add some IDs for ide-cs and dtl1_cs
Richard Purdie
1
-0
/
+1
2006-01-06
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...
Dominik Brodowski
4
-146
/
+36
2006-01-06
[PATCH] pcmcia: remove dev_list from drivers
Dominik Brodowski
4
-68
/
+4
2006-01-06
[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback
Dominik Brodowski
4
-76
/
+20
2006-01-05
[PATCH] pcmcia: new suspend core
Dominik Brodowski
4
-56
/
+93
2006-01-04
[PATCH] USB: remove .owner field from struct usb_driver
Greg Kroah-Hartman
4
-4
/
+0
2005-11-08
[Bluetooth]: Add endian annotations to the core
Marcel Holtmann
1
-2
/
+2
2005-11-08
[Bluetooth]: Add another ignore parameter to the HCI USB driver
Marcel Holtmann
1
-0
/
+7
2005-11-07
[PATCH] bluetooth: kmalloc + memset -> kzalloc conversion
Deepak Saxena
12
-31
/
+12
2005-10-28
[Bluetooth] Ignore additional interfaces of BPA 100/105 devices
Marcel Holtmann
1
-0
/
+3
2005-10-28
[Bluetooth] Cleanup of the HCI UART driver
Marcel Holtmann
6
-301
/
+253
2005-10-28
[Bluetooth] Remove TXCRC compile option for BCSP driver
Marcel Holtmann
4
-28
/
+25
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
2
-2
/
+2
2005-09-13
[Bluetooth] Add ignore parameters to the HCI USB driver
Marcel Holtmann
2
-3
/
+21
2005-08-29
[Bluetooth]: Move packet type into the SKB control buffer
Marcel Holtmann
11
-74
/
+75
2005-08-29
[Bluetooth]: Fix sparse warnings (__nocast type)
Victor Fusco
2
-2
/
+3
2005-08-29
[Bluetooth]: Update and cleanup of the virtual HCI driver
Marcel Holtmann
2
-224
/
+194
2005-08-29
[NET]: Kill skb->list
David S. Miller
1
-4
/
+4
2005-08-06
[Bluetooth] Remove unused functions and cleanup symbol exports
Marcel Holtmann
4
-11
/
+0
2005-08-06
[Bluetooth] Kill redundant NULL checks before kfree()
Marcel Holtmann
2
-9
/
+4
2005-08-06
[Bluetooth] Send HCI_Reset for Kensington dongle
Marcel Holtmann
1
-0
/
+3
2005-07-08
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
David S. Miller
1
-1
/
+1
2005-07-07
[PATCH] pcmcia: remove references to pcmcia/version.h
Dominik Brodowski
4
-4
/
+0
2005-07-07
[PATCH] pcmcia: move event handler
Dominik Brodowski
4
-20
/
+4
2005-06-27
[PATCH] pcmcia: id_table for dtl1_cs.c
Dominik Brodowski
1
-0
/
+8
2005-06-27
[PATCH] pcmcia: id_table for btuart_cs.c
Dominik Brodowski
1
-0
/
+7
2005-06-27
[PATCH] pcmcia: id_table for bt3c_cs.c
Dominik Brodowski
1
-0
/
+7
2005-06-27
[PATCH] pcmcia: id_table for bluecard_cs.c
Dominik Brodowski
1
-0
/
+9
2005-06-23
[PATCH] Convert users to tty_unregister_ldisc()
Alexey Dobriyan
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
19
-0
/
+9187