index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-05
Bluetooth: Move handling of HCI_RUNNING flag into core
Marcel Holtmann
13
-82
/
+4
2015-10-05
Bluetooth: Move HCI_RUNNING check into hci_send_frame
Marcel Holtmann
9
-31
/
+5
2015-10-05
Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE events
Marcel Holtmann
2
-0
/
+8
2015-10-05
Bluetooth: Limit userspace exposure of stack internal events
Marcel Holtmann
1
-7
/
+9
2015-10-05
Bluetooth: btbcm: Send HCI Reset before sending Apple specific commands
Marcel Holtmann
1
-2
/
+8
2015-10-03
Bluetooth: btintel: Add iBT register access over HCI support
Loic Poulain
3
-0
/
+206
2015-10-03
nl802154: Missing return in nl802154_add_llsec_key()
Dan Carpenter
1
-0
/
+1
2015-10-01
ieee802154: handle datagram variables as u16
Alexander Aring
3
-7
/
+9
2015-10-01
Bluetooth: hci_bcm: Do not test ACPI companion in bcm_acpi_probe()
Jarkko Nikula
1
-6
/
+2
2015-10-01
Bluetooth: hci_bcm: Remove needless looking code
Jarkko Nikula
1
-10
/
+3
2015-10-01
Bluetooth: hci_bcm: Remove needless acpi_match_device() call
Jarkko Nikula
1
-5
/
+0
2015-10-01
Bluetooth: hci_bcm: Handle possible error from acpi_dev_get_resources()
Jarkko Nikula
1
-1
/
+3
2015-10-01
Bluetooth: hci_bcm: Add missing acpi_dev_free_resource_list()
Jarkko Nikula
1
-0
/
+1
2015-10-01
Bluetooth: hci_intel: Cleanup the device probe code
Jarkko Nikula
1
-24
/
+0
2015-09-30
Bluetooth: hci_h5: clean up hci_h5 code
Prasanna Karthik
1
-5
/
+5
2015-09-30
Bluetooth: btuart_cs: remove obsolete header
Prasanna Karthik
1
-1
/
+1
2015-09-30
ieee802154: 6lowpan: add tx/rx stats
Alexander Aring
2
-0
/
+6
2015-09-30
ieee802154: 6lowpan: don't skip first dsn while fragmentation
Alexander Aring
1
-10
/
+17
2015-09-30
ieee802154: 6lowpan: change datagram var types
Alexander Aring
3
-7
/
+7
2015-09-30
mac802154: check on len instead mac_len
Alexander Aring
1
-1
/
+1
2015-09-30
ieee802154: change mtu size behaviour
Alexander Aring
3
-14
/
+13
2015-09-30
mac802154: add comments for llsec issues
Alexander Aring
2
-0
/
+8
2015-09-30
nl802154: add support for security layer
Alexander Aring
9
-75
/
+1782
2015-09-30
nl802154: use nla_get_le64 for get extended addr
Alexander Aring
1
-3
/
+1
2015-09-30
netlink: add nla_get for le32 and le64
Alexander Aring
1
-0
/
+18
2015-09-29
Bluetooth: Add hci_cmd_sync function
Loic Poulain
2
-0
/
+22
2015-09-28
Bluetooth: hci_qca: Changed unsigned long to bool
Prasanna Karthik
1
-2
/
+2
2015-09-25
Bluetooth: btmrvl: Comparison to NULL re-written
Prasanna Karthik
2
-2
/
+2
2015-09-25
Bluetooth: btuart_cs: Comparison to NULL re-written
Prasanna Karthik
1
-1
/
+1
2015-09-25
Bluetooth: bt3c_cs: Comparison to NULL re-written
Prasanna Karthik
1
-1
/
+1
2015-09-25
Bluetooth: bluecard: Comparison to NULL could be re-written
Prasanna Karthik
1
-1
/
+1
2015-09-24
mac802154: iface: assume big endian for af_packet
Alexander Aring
1
-5
/
+3
2015-09-24
ieee802154: remove unnecessary includes
Alexander Aring
1
-3
/
+0
2015-09-24
mrf24j40: remove trailing semicolon
Alexander Aring
1
-1
/
+1
2015-09-24
Bluetooth: hci_bcm: Add suspend/resume runtime PM functions
Frederic Danis
1
-4
/
+56
2015-09-24
Bluetooth: Remove useless rx_lock spinlock
Frederic Danis
2
-6
/
+3
2015-09-24
Bluetooth: hci_bcm: Prepare PM runtime support
Frederic Danis
1
-28
/
+60
2015-09-24
Bluetooth: hci_bcm: Fix IRQ polarity for T100
Frederic Danis
1
-0
/
+25
2015-09-24
Bluetooth: Add BT_WARN and bt_dev_warn logging macros
Frederic Danis
2
-0
/
+21
2015-09-22
Bluetooth: btmrvl: add sd8997 chipset support
Amitkumar Karwar
2
-2
/
+38
2015-09-22
Bluetooth: btmrvl: remove extra space in cast
Amitkumar Karwar
1
-5
/
+5
2015-09-22
mrf24j40: replace magic numbers
Alexander Aring
1
-38
/
+98
2015-09-22
mrf24j40: change irq trigger type behaviour
Alexander Aring
1
-3
/
+28
2015-09-22
mrf24j40: add promiscuous mode support
Alexander Aring
1
-1
/
+21
2015-09-22
mrf24j40: add tx power support
Alexander Aring
1
-0
/
+71
2015-09-22
mrf24j40: add cca ed level support
Alexander Aring
1
-1
/
+49
2015-09-22
mrf24j40: add cca mode support
Alexander Aring
1
-0
/
+40
2015-09-22
mrf24j40: add csma params support
Alexander Aring
1
-1
/
+26
2015-09-22
mrf24j40: async interrupt handling
Alexander Aring
1
-53
/
+40
2015-09-22
mrf24j40: rework rx handling to async rx handling
Alexander Aring
1
-164
/
+118
[next]