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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-13
Bluetooth: Merge boolean members of struct hci_conn into flags
Johan Hedberg
1
-3
/
+3
2012-02-13
Bluetooth: Update device_connected and device_found events to latest API
Johan Hedberg
2
-11
/
+13
2012-02-13
Bluetooth: Convert hdev->out to a bool type
Johan Hedberg
1
-1
/
+1
2012-02-13
Bluetooth: Rename conn->pend to conn->flags
Johan Hedberg
1
-3
/
+3
2012-02-13
Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found
Johan Hedberg
2
-1
/
+11
2012-02-13
Bluetooth: Move eir_has_data_field to hci_core.h
Johan Hedberg
1
-0
/
+25
2012-02-13
Bluetooth: Add missing EIR defines to hci.h
Johan Hedberg
1
-0
/
+3
2012-02-13
Bluetooth: Add eir_len parameter to mgmt_ev_device_found
Johan Hedberg
2
-2
/
+3
2012-02-13
Bluetooth: Rename mgmt connected events to match user space
Johan Hedberg
2
-5
/
+5
2012-02-13
Bluetooth: Add 'eir_len' param to mgmt_device_found()
Andre Guedes
1
-1
/
+1
2012-02-13
Bluetooth: Make l2cap_clear_timer return if timer was running or not
Szymon Janc
1
-2
/
+7
2012-02-13
Bluetooth: Fix 'enable_hs' type
Fabio Estevam
1
-1
/
+1
2012-02-13
Bluetooth: Sort to-be-resolved devices by RSSI during discovery
Johan Hedberg
1
-0
/
+2
2012-02-13
Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags
Johan Hedberg
1
-8
/
+8
2012-02-13
Bluetooth: Remove bogus inline declaration from l2cap_chan_connect
Johan Hedberg
1
-1
/
+1
2012-02-13
Bluetooth: Remove __hci_dev_put/hold
David Herrmann
1
-10
/
+2
2012-02-13
Bluetooth: Correctly take hci_dev->dev refcount
David Herrmann
1
-3
/
+2
2012-02-13
Bluetooth: Remove HCI-owner field
David Herrmann
1
-11
/
+2
2012-02-13
Bluetooth: Remove unused hci-destruct cb
David Herrmann
1
-5
/
+1
2012-02-13
Bluetooth: Make hci-destruct callback optional
David Herrmann
1
-2
/
+4
2012-02-13
Bluetooth: Fix using an absolute timeout on hci_conn_put()
Vinicius Costa Gomes
1
-1
/
+1
2012-02-13
Bluetooth: Remove magic number from ACL TO
Andrei Emeltchenko
1
-0
/
+1
2012-02-13
Bluetooth: l2cap_set_timer needs jiffies as timeout value
Andrzej Kaczmarek
1
-3
/
+3
2012-02-13
Bluetooth: Process num completed data blocks event
Andrei Emeltchenko
1
-0
/
+13
2012-02-13
Bluetooth: Add name resolving support for mgmt based discovery
Johan Hedberg
1
-1
/
+7
2012-02-13
Bluetooth: Add discovery state tracking
Johan Hedberg
1
-0
/
+9
2012-02-13
Bluetooth: Rename hdev->inq_cache to hdev->discovery
Johan Hedberg
1
-8
/
+8
2012-02-13
Bluetooth: Return updated name state with hci_inquiry_cache_update
Johan Hedberg
1
-1
/
+1
2012-02-13
Bluetooth: Add initial mgmt_confirm_name support
Johan Hedberg
1
-7
/
+22
2012-02-13
Bluetooth: Move Extended Inquiry Response defines to hci.h
Johan Hedberg
1
-0
/
+13
2012-02-13
Bluetooth: Convert inquiry cache to use standard list types
Johan Hedberg
1
-6
/
+4
2012-02-13
x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()
Steven Rostedt
1
-0
/
+2
2012-02-13
tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i...
Steven Rostedt
1
-4
/
+18
2012-02-13
drm/radeon: add support for evergreen/ni tiling informations v11
Jerome Glisse
1
-7
/
+17
2012-02-13
usb: otg: ulpi: Start using struct usb_otg
Heikki Krogerus
1
-2
/
+2
2012-02-13
usb: otg: msm: Start using struct usb_otg
Heikki Krogerus
1
-1
/
+1
2012-02-13
usb: otg: Separate otg members from usb_phy
Heikki Krogerus
1
-17
/
+79
2012-02-13
usb: otg: Rename usb_xceiv_event to usb_phy_event
Heikki Krogerus
1
-3
/
+3
2012-02-13
usb: otg: Rename otg_transceiver to usb_phy
Heikki Krogerus
4
-54
/
+54
2012-02-13
rename dev_hw_addr_random and remove redundant second
Danny Kukawka
1
-6
/
+7
2012-02-13
net: implement IP_RECVTOS for IP_PKTOPTIONS
Jiri Benc
2
-1
/
+2
2012-02-13
ipv6: helper function to get tclass
Jiri Benc
1
-0
/
+5
2012-02-13
video: support DP controller driver
Jingoo Han
1
-0
/
+131
2012-02-13
video: support MIPI-DSI controller driver
Donghwa Lee
1
-0
/
+359
2012-02-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
1
-4
/
+5
2012-02-11
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-15
/
+5
2012-02-11
sched: Turn lock_task_sighand() into a static inline
Anton Vorontsov
1
-6
/
+9
2012-02-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
22
-22
/
+114
2012-02-11
skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buff
Alexander Duyck
1
-4
/
+5
2012-02-11
USB: Remove duplicate USB 3.0 hub feature #defines.
Sarah Sharp
1
-8
/
+2
[prev]
[next]