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.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
2014-08-14
mac802154: common error path
Varka Bhadram
1
-4
/
+6
2014-08-14
mac802154: cleanup in rx path
Varka Bhadram
1
-3
/
+2
2014-08-14
Bluetooth: Make smp_chan_destroy() private to smp.c
Johan Hedberg
2
-52
/
+50
2014-08-14
Bluetooth: Always call smp_distribute_keys() from a workqueue
Johan Hedberg
1
-16
/
+26
2014-08-14
Bluetooth: Move canceling security_timer into smp_chan_destroy()
Johan Hedberg
1
-6
/
+6
2014-08-14
Bluetooth: Remove unused l2cap_conn->security_timer
Johan Hedberg
2
-18
/
+1
2014-08-14
Bluetooth: Add SMP-internal timeout callback
Johan Hedberg
1
-9
/
+43
2014-08-14
Bluetooth: Fix double free of SMP data skb
Johan Hedberg
1
-7
/
+6
2014-08-14
Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback fails
Johan Hedberg
1
-1
/
+19
2014-08-14
Bluetooth: Add public l2cap_conn_shutdown() API to request disconnection
Johan Hedberg
2
-0
/
+29
2014-08-14
Bluetooth: Use L2CAP resume callback to call smp_distribute_keys
Johan Hedberg
3
-191
/
+196
2014-08-14
Add a new PID/VID 0227/0930 for AR3012.
Vincent Zwanenburg
2
-0
/
+3
2014-08-14
MAINTAINERS: update maintainers info
Varka Bhadram
1
-4
/
+5
2014-08-14
Bluetooth: Fix HCI H5 corrupted ack value
Loic Poulain
1
-1
/
+1
2014-08-14
Bluetooth: Convert SMP to use l2cap_chan infrastructure
Johan Hedberg
4
-68
/
+66
2014-08-14
Bluetooth: Make AES crypto context private to SMP
Johan Hedberg
4
-28
/
+32
2014-08-14
Bluetooth: Add SMP L2CAP channel skeleton
Johan Hedberg
3
-1
/
+132
2014-08-14
Bluetooth: Add more L2CAP convenience callbacks
Johan Hedberg
1
-0
/
+25
2014-08-14
Bluetooth: Move SMP (de)initialization to smp.c
Johan Hedberg
3
-30
/
+31
2014-08-14
Bluetooth: Move SMP initialization after HCI init
Johan Hedberg
1
-7
/
+3
2014-08-14
Bluetooth: Refactor SMP (de)initialization into separate functions
Johan Hedberg
1
-12
/
+34
2014-08-14
Bluetooth: Fix IRK lookup when tfm_aes is not available
Johan Hedberg
1
-0
/
+3
2014-08-14
Bluetooth: Fix hci_update_random_address() error return for no crypto
Johan Hedberg
1
-0
/
+6
2014-08-14
Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP context
Johan Hedberg
1
-1
/
+1
2014-08-14
Bluetooth: Call l2cap_le_conn_ready after notifying channels
Johan Hedberg
1
-3
/
+3
2014-08-14
Bluetooth: Call L2CAP teardown callback before clearing chan->conn
Johan Hedberg
1
-2
/
+2
2014-08-14
Bluetooth: Move parts of fixed channel initialization to l2cap_add_scid
Johan Hedberg
2
-9
/
+4
2014-08-14
Bluetooth: Remove special ATT data channel handling
Johan Hedberg
1
-79
/
+0
2014-08-14
Bluetooth: Improve fixed channel lookup based on link type
Johan Hedberg
1
-3
/
+8
2014-08-14
Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfm
Johan Hedberg
1
-44
/
+80
2014-08-14
Bluetooth: Refactor l2cap_connect_cfm
Johan Hedberg
1
-5
/
+8
2014-08-14
Bluetooth: Remove special handling of ATT in l2cap_security_cfm()
Johan Hedberg
1
-9
/
+2
2014-08-14
Bluetooth: Resume BT_CONNECTED state after LE security elevation
Johan Hedberg
2
-0
/
+7
2014-08-14
Bluetooth: Fix __l2cap_no_conn_pending() usage with all channels
Johan Hedberg
1
-0
/
+3
2014-08-14
Bluetooth: Fix reference counting of global L2CAP channels
Johan Hedberg
1
-8
/
+28
2014-08-14
Bluetooth: Fix confusion between parent and child channel for 6lowpan
Johan Hedberg
1
-5
/
+5
2014-08-14
Bluetooth: Remove redundant check for remote_key_dist
Johan Hedberg
1
-2
/
+1
2014-08-14
Bluetooth: Disable page scan if all whitelisted devices are connected
Johan Hedberg
2
-4
/
+27
2014-08-14
Bluetooth: Create unified helper function for updating page scan
Johan Hedberg
3
-60
/
+48
2014-08-14
Bluetooth: Add convenience function to check for pending power off
Johan Hedberg
2
-24
/
+29
2014-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
72
-531
/
+3114
2014-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
8
-9
/
+15
2014-08-14
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
33
-1077
/
+918
2014-08-14
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2014-08-14
Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-70
/
+324
2014-08-14
Merge tag 'metag-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+3
2014-08-14
Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
54
-1288
/
+1967
2014-08-14
Merge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
116
-2044
/
+2252
2014-08-14
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
17
-196
/
+189
2014-08-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
11
-423
/
+538
[next]