index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Add missing EIR defines to hci.h
Johan Hedberg
2012-02-13
1
-0
/
+3
*
Bluetooth: Rename eir_has_complete_name to eir_has_data_type
Johan Hedberg
2012-02-13
1
-4
/
+5
*
Bluetooth: Add eir_len parameter to mgmt_ev_device_found
Johan Hedberg
2012-02-13
3
-15
/
+18
*
Bluetooth: Rename mgmt connected events to match user space
Johan Hedberg
2012-02-13
4
-13
/
+15
*
Bluetooth: Fix clearing persistent flags
Johan Hedberg
2012-02-13
1
-2
/
+2
*
Bluetooth: Report LE devices
Andre Guedes
2012-02-13
1
-0
/
+5
*
Bluetooth: Add 'eir_len' param to mgmt_device_found()
Andre Guedes
2012-02-13
3
-7
/
+12
*
Bluetooth: Change sk to l2cap_chan
Andrei Emeltchenko
2012-02-13
1
-5
/
+6
*
Bluetooth: Use chan instead of sk
Andrei Emeltchenko
2012-02-13
1
-4
/
+3
*
Bluetooth: Drop L2CAP chan reference if ERTM ack_timer fired
Szymon Janc
2012-02-13
1
-0
/
+2
*
Bluetooth: Don't send RNR immediately when entering local busy
Szymon Janc
2012-02-13
1
-10
/
+5
*
Bluetooth: Clear ack_timer when sending ack
Szymon Janc
2012-02-13
1
-2
/
+8
*
Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ack
Szymon Janc
2012-02-13
1
-3
/
+3
*
Bluetooth: Make l2cap_clear_timer return if timer was running or not
Szymon Janc
2012-02-13
1
-2
/
+7
*
Bluetooth: Fix 'enable_hs' type
Fabio Estevam
2012-02-13
2
-2
/
+2
*
Bluetooth: Sort to-be-resolved devices by RSSI during discovery
Johan Hedberg
2012-02-13
3
-2
/
+30
*
Bluetooth: Fix resetting HCI_MGMT flag
Johan Hedberg
2012-02-13
1
-1
/
+2
*
Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags
Johan Hedberg
2012-02-13
5
-61
/
+61
*
Bluetooth: Remove bogus inline declaration from l2cap_chan_connect
Johan Hedberg
2012-02-13
2
-2
/
+2
*
Bluetooth: Remove __hci_dev_put/hold
David Herrmann
2012-02-13
3
-14
/
+6
*
Bluetooth: Correctly take hci_dev->dev refcount
David Herrmann
2012-02-13
2
-4
/
+3
*
Bluetooth: Remove HCI-owner field
David Herrmann
2012-02-13
14
-35
/
+3
*
Bluetooth: Correctly acquire module ref
David Herrmann
2012-02-13
1
-0
/
+2
*
Bluetooth: Remove unused hci-destruct cb
David Herrmann
2012-02-13
1
-5
/
+1
*
Bluetooth: uart-ldisc: Fix memory leak and remove destruct cb
David Herrmann
2012-02-13
1
-10
/
+2
*
Bluetooth: btsdio: Free driver data on SDIO shutdown
David Herrmann
2012-02-13
1
-10
/
+1
*
Bluetooth: bpa10x: Free private driver data on usb shutdown
David Herrmann
2012-02-13
1
-12
/
+3
*
Bluetooth: btusb: Free driver data on USB shutdown
David Herrmann
2012-02-13
1
-10
/
+1
*
Bluetooth: bfusb: Free driver_data on USB shutdown
David Herrmann
2012-02-13
1
-10
/
+1
*
Bluetooth: vhci: Free driver_data on file release
David Herrmann
2012-02-13
1
-6
/
+1
*
Bluetooth: dtl1-cs: Remove empty destruct cb
David Herrmann
2012-02-13
1
-6
/
+0
*
Bluetooth: btwilink: Remove empty destruct cb
David Herrmann
2012-02-13
1
-9
/
+0
*
Bluetooth: btuart-cs: Remove empty destruct cb
David Herrmann
2012-02-13
1
-6
/
+0
*
Bluetooth: btmrvl: Remove empty destruct cb
David Herrmann
2012-02-13
1
-5
/
+0
*
Bluetooth: bt3c-cs: Remove empty destruct cb
David Herrmann
2012-02-13
1
-6
/
+0
*
Bluetooth: bluecard-cs: Remove empty destruct cb
David Herrmann
2012-02-13
1
-6
/
+0
*
Bluetooth: Make hci-destruct callback optional
David Herrmann
2012-02-13
2
-3
/
+5
*
Bluetooth: dtl1: Fix memleak in probe()
David Herrmann
2012-02-13
1
-17
/
+3
*
Bluetooth: hci-uart-ath: Use GFP_ATOMIC in open()
David Herrmann
2012-02-13
1
-1
/
+1
*
Bluetooth: hci-uart-bcsp: Use GFP_ATOMIC in open()
David Herrmann
2012-02-13
1
-1
/
+1
*
Bluetooth: hci-uart-h4: Use GFP_ATOMIC in open()
David Herrmann
2012-02-13
1
-1
/
+1
*
Bluetooth: hci-uart-ll: Use GFP_ATOMIC in open()
David Herrmann
2012-02-13
1
-1
/
+1
*
Bluetooth: Fix using an absolute timeout on hci_conn_put()
Vinicius Costa Gomes
2012-02-13
1
-1
/
+1
*
Bluetooth: Remove magic number from ACL TO
Andrei Emeltchenko
2012-02-13
2
-1
/
+3
*
Bluetooth: l2cap_set_timer needs jiffies as timeout value
Andrzej Kaczmarek
2012-02-13
2
-7
/
+11
*
Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket
Andrzej Kaczmarek
2012-02-13
1
-1
/
+1
*
Bluetooth: Process num completed data blocks event
Andrei Emeltchenko
2012-02-13
2
-0
/
+67
*
Bluetooth: Don't mark non xfer isoc endpoint URBs with URB_ISO_ASAP
Daniel Wagner
2012-02-13
1
-3
/
+0
*
Bluetooth: Add name resolving support for mgmt based discovery
Johan Hedberg
2012-02-13
4
-11
/
+149
*
Bluetooth: Add discovery state tracking
Johan Hedberg
2012-02-13
4
-3
/
+53
[next]