index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-14
ieee802154: change wpan-phy name to phy
Alexander Aring
1
-1
/
+4
2015-03-14
ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPAN
Alexander Aring
1
-1
/
+1
2015-03-13
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
Marcel Holtmann
8
-25
/
+20
2015-03-13
Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field
Marcel Holtmann
4
-17
/
+18
2015-03-13
Bluetooth: btusb: Add helper for READ_LOCAL_VERSION command
Daniel Drake
1
-32
/
+28
2015-03-13
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
Marcel Holtmann
4
-31
/
+26
2015-03-13
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
Marcel Holtmann
5
-48
/
+44
2015-03-13
Bluetooth: Introduce hci_dev_test_and_change_flag helper macro
Marcel Holtmann
2
-1
/
+3
2015-03-13
Bluetooth: Introduce hci_dev_change_flag helper macro
Marcel Holtmann
2
-5
/
+6
2015-03-13
Bluetooth: Introduce hci_dev_clear_flag helper macro
Marcel Holtmann
6
-52
/
+51
2015-03-13
Bluetooth: Introduce hci_dev_set_flag helper macro
Marcel Holtmann
6
-41
/
+41
2015-03-13
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
10
-278
/
+278
2015-03-13
Bluetooth: Add support connectable advertising setting
Marcel Holtmann
2
-9
/
+31
2015-03-12
Bluetooth: Remove two else branches that are not needed
Marcel Holtmann
1
-4
/
+4
2015-03-11
Bluetooth: Check for matching IRK when looking for paired LE devices
Johan Hedberg
1
-0
/
+7
2015-03-11
Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()
Johan Hedberg
1
-1
/
+3
2015-03-11
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
2015-03-11
Bluetooth: btusb: Fix incorrect type in qca_device_info
Kim, Ben Young Tae
1
-13
/
+21
2015-03-10
Bluetooth: Add 'Already Paired' error for Pair Device command
Johan Hedberg
4
-0
/
+37
2015-03-10
Bluetooth: Make Fast Connectable available while powered off
Johan Hedberg
2
-19
/
+13
2015-03-07
Bluetooth: fix sco_exit compile warning
Alexander Aring
1
-1
/
+1
2015-03-06
Bluetooth: Add mgmt_send_event() helper to send to any HCI channel
Johan Hedberg
1
-3
/
+11
2015-03-06
Bluetooth: Rename pending_cmd to mgmt_pending_cmd
Johan Hedberg
1
-87
/
+89
2015-03-06
Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()
Johan Hedberg
1
-213
/
+229
2015-03-06
Bluetooth: Rename cmd_status() to mgmt_cmd_status()
Johan Hedberg
1
-229
/
+230
2015-03-06
Bluetooth: Move all mgmt command quirks to handler table
Johan Hedberg
2
-83
/
+93
2015-03-06
Bluetooth: Convert mgmt to use HCI chan registration API
Johan Hedberg
5
-30
/
+39
2015-03-06
Bluetooth: Add mgmt HCI channel registration API
Johan Hedberg
2
-3
/
+99
2015-03-06
Bluetooth: Introduce controller setting information for static address
Marcel Holtmann
2
-2
/
+27
2015-03-05
Bluetooth: fix service discovery behaviour for empty uuids filter
Jakub Pawlowski
2
-4
/
+5
2015-03-05
Bluetooth: Refactor service discovery filter logic
Jakub Pawlowski
1
-70
/
+19
2015-03-05
Bluetooth: Move Service Discovery logic before refactoring
Jakub Pawlowski
1
-62
/
+79
2015-03-03
at86rf230: restore trx len when needed
Alexander Aring
1
-4
/
+8
2015-03-03
at86rf230: remove multiple dereferencing for ctx
Alexander Aring
1
-13
/
+12
2015-03-03
at86rf230: remove multiple dereferencing for irq
Alexander Aring
1
-11
/
+14
2015-03-03
at86rf230: refactor receive handling
Alexander Aring
1
-20
/
+14
2015-03-03
at86rf230: cleanup and squash stack variable
Alexander Aring
1
-2
/
+1
2015-03-03
at86rf230: add transmit retry support
Alexander Aring
1
-3
/
+21
2015-03-03
Bluetooth: btusb: Add support for QCA ROME chipset family
Kim, Ben Young Tae
1
-0
/
+254
2015-03-03
Bluetooth: btusb: Add setup callback for chip init on USB
Kim, Ben Young Tae
1
-0
/
+11
2015-03-02
filter: refactor common filter attach code into __sk_attach_prog
Daniel Borkmann
1
-38
/
+33
2015-03-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
38
-489
/
+1283
2015-03-02
Merge branch 'sendmsg_recvmsg_iocb_removal'
David S. Miller
75
-480
/
+346
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
75
-442
/
+302
2015-03-02
tipc: Don't use iocb argument in socket layer
Ying Xue
1
-38
/
+44
2015-03-02
Merge branch 'dropcount'
David S. Miller
18
-48
/
+79
2015-03-02
net: move skb->dropcount to skb->cb[]
Eyal Birger
3
-6
/
+18
2015-03-02
net: add common accessor for setting dropcount on packets
Eyal Birger
3
-2
/
+8
2015-03-02
net: use common macro for assering skb->cb[] available size in protocol families
Eyal Birger
9
-14
/
+13
2015-03-02
net: packet: use sockaddr_ll fields as storage for skb original length in rec...
Eyal Birger
1
-6
/
+24
[next]