index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-07
Bluetooth: bcm203x: Use GFP_KERNEL in workqueue
David Herrmann
1
-1
/
+1
2011-11-07
Bluetooth: bcm203x: Fix race condition on disconnect
David Herrmann
1
-0
/
+10
2011-11-07
Bluetooth: ath3k: Use GFP_KERNEL instead of GFP_ATOMIC
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
2
-2
/
+8
2011-11-07
Bluetooth: Fix command complete/status for discovery commands
Johan Hedberg
3
-0
/
+30
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
4
-9
/
+26
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
2
-1
/
+49
2011-11-07
Bluetooth: ath3k: output firmware filename when request_firmware failed
Paul Fertser
1
-4
/
+11
2011-11-07
Bluetooth: Make hci_unregister_dev return void
David Herrmann
2
-4
/
+2
2011-11-07
Bluetooth: Ignore hci_unregister_dev return value
David Herrmann
6
-19
/
+6
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-10-18
Bluetooth: EFS: parse L2CAP config request
Andrei Emeltchenko
1
-1
/
+43
2011-10-18
Bluetooth: EWS: fix max_pdu calculation
Andrei Emeltchenko
1
-14
/
+28
2011-10-18
Bluetooth: EWS: remove magic numbers in l2cap
Andrei Emeltchenko
1
-20
/
+26
2011-10-18
Bluetooth: EWS: support extended seq numbers
Andrei Emeltchenko
3
-34
/
+48
2011-10-17
Bluetooth: EWS: handling different Control fields
Andrei Emeltchenko
2
-44
/
+79
2011-10-16
Bluetooth: Fix missing cmd_status in mgmt
Gustavo F. Padovan
1
-0
/
+3
2011-10-15
Bluetooth: Fix mgmt interaction with userspace
Gustavo F. Padovan
1
-2
/
+0
2011-10-15
Bluetooth: Use list_for_each_entry() in mgmt
Gustavo F. Padovan
1
-5
/
+2
2011-10-15
Bluetooth: Add missing cmd_status() in mgmt
Gustavo F. Padovan
1
-2
/
+2
2011-10-15
Bluetooth: return proper error if sock_queue_rcv_skb() fails
Gustavo F. Padovan
1
-4
/
+8
2011-10-14
Bluetooth: Forward errors from hci_register_dev
David Herrmann
1
-6
/
+12
2011-10-14
Bluetooth: Rename sysfs un/register to add/del
David Herrmann
3
-6
/
+6
2011-10-14
Bluetooth: Fix hci core device initialization
David Herrmann
3
-6
/
+14
2011-10-14
Bluetooth: AMP: read local amp info HCI command
Andrei Emeltchenko
3
-0
/
+54
2011-10-14
Bluetooth: EFS: add efs option in L2CAP conf req
Andrei Emeltchenko
1
-0
/
+45
2011-10-14
Bluetooth: EFS: assign default values in chan add
Andrei Emeltchenko
2
-0
/
+16
2011-10-14
Bluetooth: EFS: definitions and headers
Andrei Emeltchenko
1
-0
/
+26
2011-10-13
Bluetooth: EWS: define L2CAP header sizes
Andrei Emeltchenko
1
-0
/
+6
2011-10-13
Bluetooth: EWS: recalculate L2CAP header size
Andrei Emeltchenko
1
-3
/
+18
2011-10-13
Bluetooth: EWS: rewrite handling POLL (P) bit
Andrei Emeltchenko
2
-7
/
+23
2011-10-13
Bluetooth: EWS: rewrite handling FINAL (F) bit
Andrei Emeltchenko
2
-10
/
+25
2011-10-13
Bluetooth: EWS: rewrite check frame type function
Andrei Emeltchenko
2
-6
/
+21
2011-10-13
Bluetooth: EWS: rewrite L2CAP ERTM txseq calculation
Andrei Emeltchenko
2
-20
/
+38
2011-10-13
Bluetooth: EWS: rewrite reqseq calculation
Andrei Emeltchenko
2
-23
/
+39
2011-10-13
Bluetooth: EWS: rewrite handling SAR bits
Andrei Emeltchenko
2
-20
/
+47
2011-10-13
Bluetooth: EWS: rewrite handling Supervisory (S) bits
Andrei Emeltchenko
2
-23
/
+45
2011-10-13
Bluetooth: EWS: adds ext control field bit mask
Andrei Emeltchenko
1
-12
/
+29
2011-10-13
Bluetooth: EWS: extended window size option support
Andrei Emeltchenko
3
-9
/
+58
2011-10-11
Bluetooth: Fix permission of enable_le param
Gustavo F. Padovan
1
-1
/
+1
2011-10-11
Bluetooth: clean up spaces in L2CAP header
Andrei Emeltchenko
1
-9
/
+8
2011-10-11
Bluetooth: convert role_switch variable to flag in l2cap chan
Andrei Emeltchenko
3
-7
/
+8
[next]