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
path:
root
/
net
/
bluetooth
/
hci_sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-11
Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.c
Marcel Holtmann
1
-0
/
+11
2014-07-11
Bluetooth: Delcare the hci_sec_filter as const
Marcel Holtmann
1
-1
/
+1
2014-07-11
Bluetooth: Move struct hci_sec_filter next to its user
Marcel Holtmann
1
-0
/
+8
2014-07-09
Bluetooth: Unify helpers for bdaddr_list manipulations
Johan Hedberg
1
-2
/
+2
2014-07-06
Bluetooth: Run controller setup after external configuration
Marcel Holtmann
1
-1
/
+2
2014-07-03
Bluetooth: Add support for Unconfigured Index Added events
Marcel Holtmann
1
-6
/
+3
2014-07-03
Bluetooth: Introduce unconfigured controller state
Marcel Holtmann
1
-4
/
+4
2014-07-03
Bluetooth: Restrict access for raw-only controllers
Marcel Holtmann
1
-4
/
+10
2014-06-12
net: add __pskb_copy_fclone and pskb_copy_for_clone
Octavian Purdila
1
-3
/
+3
2014-04-24
Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl command
Marcel Holtmann
1
-10
/
+1
2014-03-12
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
1
-8
/
+8
2014-02-17
Bluetooth: Add missing index added event on user channel failure
Marcel Holtmann
1
-0
/
+1
2013-12-18
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
1
-10
/
+16
2013-12-17
Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsg
Marcel Holtmann
1
-10
/
+16
2013-11-21
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
1
-2
/
+0
2013-10-18
Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interface
Marcel Holtmann
1
-2
/
+2
2013-10-11
Bluetooth: Move skb->dev assignment for hdev->send into central place
Marcel Holtmann
1
-2
/
+0
2013-10-11
Bluetooth: Remove hdev->ioctl driver callback
Marcel Holtmann
1
-4
/
+1
2013-10-11
Bluetooth: AMP contollers do not support the legacy ioctls
Marcel Holtmann
1
-0
/
+3
2013-10-02
Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operation
Marcel Holtmann
1
-1
/
+1
2013-09-16
Bluetooth: Introduce new HCI socket channel for user operation
Marcel Holtmann
1
-5
/
+81
2013-09-16
Bluetooth: Introduce user channel flag for HCI devices
Marcel Holtmann
1
-6
/
+9
2013-09-16
Bluetooth: Restrict ioctls to HCI raw channel sockets
Marcel Holtmann
1
-6
/
+17
2013-09-16
Bluetooth: Fix error handling for HCI socket options
Marcel Holtmann
1
-2
/
+2
2013-09-16
Bluetooth: Fix handling of getsockname() for HCI sockets
Marcel Holtmann
1
-6
/
+11
2013-09-16
Bluetooth: Fix handling of getpeername() for HCI sockets
Marcel Holtmann
1
-0
/
+3
2013-09-16
Bluetooth: Refactor raw socket filter into more readable code
Marcel Holtmann
1
-23
/
+41
2013-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-04-09
bluetooth: kill unused 'module' argument of bt_procfs_init()
Al Viro
1
-1
/
+1
2013-03-08
Bluetooth: Fix stand-alone HCI command handling
Johan Hedberg
1
-0
/
+5
2013-03-08
Bluetooth: discard bt_sock_unregister() errors
David Herrmann
1
-3
/
+1
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-10
/
+5
2012-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+8
2012-09-21
net: change return values from -EACCES to -EPERM
Zhao Hongjiang
1
-8
/
+8
2012-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2012-08-16
Bluetooth: HCI - Fix info leak via getsockname()
Mathias Krause
1
-0
/
+1
2012-08-16
Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)
Mathias Krause
1
-0
/
+1
2012-08-06
Bluetooth: Added /proc/net/hci via bt_procfs_init()
Masatake YAMATO
1
-2
/
+11
2012-06-05
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
1
-19
/
+1
2012-06-05
Bluetooth: Fix coding style in the subsystem
Gustavo Padovan
1
-7
/
+14
2012-06-05
Bluetooth: Remove 'register' usage from the subsystem
Gustavo Padovan
1
-1
/
+1
2012-06-05
Bluetooth: Remove most of the inline usage
Gustavo Padovan
1
-2
/
+4
2012-06-05
Bluetooth: Fix coding style in hci_sock.c
Gustavo Padovan
1
-4
/
+6
2012-03-30
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-03
Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets
Johan Hedberg
1
-1
/
+0
2012-02-23
Bluetooth: Enable timestamps for control channel
Marcel Holtmann
1
-0
/
+1
2012-02-21
Bluetooth: Always enable management interface
Marcel Holtmann
1
-6
/
+1
2012-02-21
Bluetooth: Restrict access to management interface
Marcel Holtmann
1
-0
/
+5
2012-02-21
Bluetooth: Add support for HCI monitor channel
Marcel Holtmann
1
-0
/
+207
[next]