index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: bfusb: Fix error path on firmware load
David Herrmann
2011-11-07
1
-6
/
+7
*
Bluetooth: bcm203x: Use GFP_KERNEL in workqueue
David Herrmann
2011-11-07
1
-1
/
+1
*
Bluetooth: bcm203x: Fix race condition on disconnect
David Herrmann
2011-11-07
1
-0
/
+10
*
Bluetooth: ath3k: Use GFP_KERNEL instead of GFP_ATOMIC
David Herrmann
2011-11-07
1
-2
/
+2
*
Bluetooth: Set HCI_MGMT flag only in read_controller_info
Johan Hedberg
2011-11-07
1
-2
/
+0
*
Bluetooth: Increase HCI reset timeout in hci_dev_do_close
Szymon Janc
2011-11-07
1
-1
/
+1
*
Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm
Szymon Janc
2011-11-07
2
-2
/
+8
*
Bluetooth: Fix command complete/status for discovery commands
Johan Hedberg
2011-11-07
3
-0
/
+30
*
Bluetooth: make use sk_priority to priritize RFCOMM packets
Luiz Augusto von Dentz
2011-11-07
2
-16
/
+37
*
Bluetooth: set skbuffer priority based on L2CAP socket priority
Luiz Augusto von Dentz
2011-11-07
4
-9
/
+26
*
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
Luiz Augusto von Dentz
2011-11-07
9
-120
/
+51
*
Bluetooth: correct debug output
Andrei Emeltchenko
2011-11-07
1
-1
/
+1
*
Bluetooth: remove magic offset and size
Andrei Emeltchenko
2011-11-07
1
-1
/
+1
*
Bluetooth: small styles clean ups to l2cap_core.c
Gustavo F. Padovan
2011-11-07
1
-7
/
+6
*
Bluetooth: EFS: implement L2CAP config pending state
Andrei Emeltchenko
2011-11-07
2
-1
/
+49
*
Bluetooth: ath3k: output firmware filename when request_firmware failed
Paul Fertser
2011-11-07
1
-4
/
+11
*
Bluetooth: Make hci_unregister_dev return void
David Herrmann
2011-11-07
2
-4
/
+2
*
Bluetooth: Ignore hci_unregister_dev return value
David Herrmann
2011-11-07
6
-19
/
+6
*
Bluetooth: Replace rfcomm tty tasklet by workqueue
David Herrmann
2011-11-07
1
-7
/
+9
*
Bluetooth: Return proper error codes on rfcomm tty init
David Herrmann
2011-11-07
1
-3
/
+6
*
Bluetooth: EFS: parse L2CAP config request
Andrei Emeltchenko
2011-10-17
1
-1
/
+43
*
Bluetooth: EWS: fix max_pdu calculation
Andrei Emeltchenko
2011-10-17
1
-14
/
+28
*
Bluetooth: EWS: remove magic numbers in l2cap
Andrei Emeltchenko
2011-10-17
1
-20
/
+26
*
Bluetooth: EWS: support extended seq numbers
Andrei Emeltchenko
2011-10-17
3
-34
/
+48
*
Bluetooth: EWS: handling different Control fields
Andrei Emeltchenko
2011-10-17
2
-44
/
+79
*
Bluetooth: Fix missing cmd_status in mgmt
Gustavo F. Padovan
2011-10-15
1
-0
/
+3
*
Bluetooth: Fix mgmt interaction with userspace
Gustavo F. Padovan
2011-10-14
1
-2
/
+0
*
Bluetooth: Use list_for_each_entry() in mgmt
Gustavo F. Padovan
2011-10-14
1
-5
/
+2
*
Bluetooth: Add missing cmd_status() in mgmt
Gustavo F. Padovan
2011-10-14
1
-2
/
+2
*
Bluetooth: return proper error if sock_queue_rcv_skb() fails
Gustavo F. Padovan
2011-10-14
1
-4
/
+8
*
Bluetooth: Forward errors from hci_register_dev
David Herrmann
2011-10-14
1
-6
/
+12
*
Bluetooth: Rename sysfs un/register to add/del
David Herrmann
2011-10-14
3
-6
/
+6
*
Bluetooth: Fix hci core device initialization
David Herrmann
2011-10-14
3
-6
/
+14
*
Bluetooth: AMP: read local amp info HCI command
Andrei Emeltchenko
2011-10-13
3
-0
/
+54
*
Bluetooth: EFS: add efs option in L2CAP conf req
Andrei Emeltchenko
2011-10-13
1
-0
/
+45
*
Bluetooth: EFS: assign default values in chan add
Andrei Emeltchenko
2011-10-13
2
-0
/
+16
*
Bluetooth: EFS: definitions and headers
Andrei Emeltchenko
2011-10-13
1
-0
/
+26
*
Bluetooth: EWS: define L2CAP header sizes
Andrei Emeltchenko
2011-10-13
1
-0
/
+6
*
Bluetooth: EWS: recalculate L2CAP header size
Andrei Emeltchenko
2011-10-13
1
-3
/
+18
*
Bluetooth: EWS: rewrite handling POLL (P) bit
Andrei Emeltchenko
2011-10-13
2
-7
/
+23
*
Bluetooth: EWS: rewrite handling FINAL (F) bit
Andrei Emeltchenko
2011-10-13
2
-10
/
+25
*
Bluetooth: EWS: rewrite check frame type function
Andrei Emeltchenko
2011-10-13
2
-6
/
+21
*
Bluetooth: EWS: rewrite L2CAP ERTM txseq calculation
Andrei Emeltchenko
2011-10-13
2
-20
/
+38
*
Bluetooth: EWS: rewrite reqseq calculation
Andrei Emeltchenko
2011-10-13
2
-23
/
+39
*
Bluetooth: EWS: rewrite handling SAR bits
Andrei Emeltchenko
2011-10-13
2
-20
/
+47
*
Bluetooth: EWS: rewrite handling Supervisory (S) bits
Andrei Emeltchenko
2011-10-13
2
-23
/
+45
*
Bluetooth: EWS: adds ext control field bit mask
Andrei Emeltchenko
2011-10-13
1
-12
/
+29
*
Bluetooth: EWS: extended window size option support
Andrei Emeltchenko
2011-10-13
3
-9
/
+58
*
Bluetooth: Fix permission of enable_le param
Gustavo F. Padovan
2011-10-11
1
-1
/
+1
*
Bluetooth: clean up spaces in L2CAP header
Andrei Emeltchenko
2011-10-11
1
-9
/
+8
[next]