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
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
14
-845
/
+1737
2011-11-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
14
-836
/
+1728
2011-11-09
Bluetooth: Remove redundant hci_dev comparisons in mgmt lookups
Johan Hedberg
1
-13
/
+2
2011-11-09
Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmd
Johan Hedberg
1
-1
/
+1
2011-11-09
Bluetooth: Fix cancel_delayed_work_sync usage with locks
Johan Hedberg
2
-5
/
+5
2011-11-09
Bluetooth: Add missing hci_dev locking when calling mgmt functions
Johan Hedberg
3
-13
/
+57
2011-11-09
Bluetooth: Move pending management command list into struct hci_dev
Johan Hedberg
2
-40
/
+45
2011-11-09
Bluetooth: Pass full hci_dev struct to mgmt callbacks
Johan Hedberg
3
-140
/
+145
2011-11-08
Bluetooth: Add address type fields to mgmt messages that need them
Johan Hedberg
2
-21
/
+46
2011-11-08
Bluetooth: Update link key mgmt APIs to match latest spec.
Johan Hedberg
2
-22
/
+25
2011-11-08
Bluetooth: Fix response for mgmt_start_discovery when powered off
Johan Hedberg
1
-0
/
+5
2011-11-08
Bluetooth: Remove redundant code from mgmt_block & mgmt_unblock
Johan Hedberg
1
-21
/
+0
2011-11-08
Bluetooth: Convert power off mechanism to use delayed_work
Johan Hedberg
2
-29
/
+18
2011-11-08
Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable fails
Johan Hedberg
2
-3
/
+19
2011-11-08
Bluetooth: Add timeout field to mgmt_set_discoverable
Johan Hedberg
3
-1
/
+36
2011-11-08
Bluetooth: Periodic Inquiry and Discovery
Andre Guedes
1
-32
/
+11
2011-11-08
Bluetooth: Create hci_cancel_inquiry()
Andre Guedes
2
-1
/
+11
2011-11-08
Bluetooth: Create hci_do_inquiry()
Andre Guedes
2
-8
/
+21
2011-11-08
Bluetooth: EFS: parse L2CAP config response
Andrei Emeltchenko
1
-0
/
+24
2011-11-08
Bluetooth: Define HCI reasons instead of magic number
Andrei Emeltchenko
3
-7
/
+7
2011-11-07
Bluetooth: Clean up logic in hci_cc_write_scan_enable
Johan Hedberg
1
-19
/
+21
2011-11-07
Bluetooth: Add debug print to l2cap_chan_create
Szymon Janc
1
-0
/
+2
2011-11-07
Bluetooth: Fix mgmt response when adapter goes down or is removed
Johan Hedberg
1
-1
/
+18
2011-11-07
Bluetooth: Guarantee BR-EDR device will be registered as hci0
Mat Martineau
1
-1
/
+6
2011-11-07
Bluetooth: Add signal handlers for channel moves
Mat Martineau
1
-0
/
+136
2011-11-07
Bluetooth: Use symbolic values for the fixed channel map
Mat Martineau
1
-1
/
+7
2011-11-07
Bluetooth: Add signal handlers for channel creation
Mat Martineau
1
-0
/
+47
2011-11-07
Bluetooth: Add channel policy to getsockopt/setsockopt
Mat Martineau
1
-0
/
+35
2011-11-07
Bluetooth: Initialize tx_win_max for fixed channel
Andrei Emeltchenko
1
-0
/
+2
2011-11-07
Bluetooth: recalculate priorities when channels are starving
Luiz Augusto von Dentz
1
-1
/
+55
2011-11-07
Bluetooth: handle priority change within quote
Luiz Augusto von Dentz
1
-2
/
+16
2011-11-07
Bluetooth: prioritizing data over HCI
Luiz Augusto von Dentz
4
-54
/
+208
2011-11-07
Bluetooth: Fix hidp_get_connection()
Gustavo F. Padovan
1
-6
/
+6
2011-11-07
Bluetooth: hidp: Fix module reference cleanup
David Herrmann
1
-2
/
+2
2011-11-07
Bluetooth: Set HCI_MGMT flag only in read_controller_info
Johan Hedberg
1
-2
/
+0
2011-11-07
Bluetooth: Increase HCI reset timeout in hci_dev_do_close
Szymon Janc
1
-1
/
+1
2011-11-07
Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm
Szymon Janc
1
-2
/
+7
2011-11-07
Bluetooth: Fix command complete/status for discovery commands
Johan Hedberg
2
-0
/
+29
2011-11-07
Bluetooth: make use sk_priority to priritize RFCOMM packets
Luiz Augusto von Dentz
2
-16
/
+37
2011-11-07
Bluetooth: set skbuffer priority based on L2CAP socket priority
Luiz Augusto von Dentz
2
-8
/
+21
2011-11-07
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
Luiz Augusto von Dentz
9
-120
/
+51
2011-11-07
Bluetooth: correct debug output
Andrei Emeltchenko
1
-1
/
+1
2011-11-07
Bluetooth: remove magic offset and size
Andrei Emeltchenko
1
-1
/
+1
2011-11-07
Bluetooth: small styles clean ups to l2cap_core.c
Gustavo F. Padovan
1
-7
/
+6
2011-11-07
Bluetooth: EFS: implement L2CAP config pending state
Andrei Emeltchenko
1
-1
/
+46
2011-11-07
Bluetooth: Make hci_unregister_dev return void
David Herrmann
1
-3
/
+1
2011-11-07
Bluetooth: Replace rfcomm tty tasklet by workqueue
David Herrmann
1
-7
/
+9
2011-11-07
Bluetooth: Return proper error codes on rfcomm tty init
David Herrmann
1
-3
/
+6
2011-11-07
Bluetooth: Use miliseconds for L2CAP channel timeouts
Andrzej Kaczmarek
1
-8
/
+8
2011-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-5
/
+8
[next]