index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
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
2015-03-30
Bluetooth: Refactor HCI request variables into own struct
Johan Hedberg
1
-1
/
+1
2015-03-17
Bluetooth: Move generic mgmt command dispatcher to hci_sock.c
Johan Hedberg
1
-1
/
+115
2015-03-17
Bluetooth: Add helper to get HCI channel of a socket
Johan Hedberg
1
-0
/
+5
2015-03-15
Bluetooth: Send global configuration updates to all management users
Marcel Holtmann
1
-0
/
+5
2015-03-15
Bluetooth: Open management interface for untrusted users
Marcel Holtmann
1
-9
/
+6
2015-03-15
Bluetooth: Add hci_sock_test_flag helper function
Marcel Holtmann
1
-1
/
+6
2015-03-15
Bluetooth: Consolidate socket channel sending function back into one
Marcel Holtmann
1
-36
/
+9
2015-03-15
Bluetooth: Introduce trusted flag for management control sockets
Marcel Holtmann
1
-0
/
+11
2015-03-15
Bluetooth: Use special function to send filter management index events
Marcel Holtmann
1
-0
/
+10
2015-03-15
Bluetooth: Provide hci_send_to_flagged_channel helper function
Marcel Holtmann
1
-0
/
+33
2015-03-15
Bluetooth: Add flags field and setting function for HCI sockets
Marcel Holtmann
1
-0
/
+11
2015-03-13
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
Marcel Holtmann
1
-1
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_clear_flag helper macro
Marcel Holtmann
1
-2
/
+2
2015-03-13
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
1
-4
/
+4
2015-03-06
Bluetooth: Convert mgmt to use HCI chan registration API
Johan Hedberg
1
-18
/
+1
2015-03-06
Bluetooth: Add mgmt HCI channel registration API
Johan Hedberg
1
-3
/
+82
2015-03-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-36
/
+9
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-4
/
+4
2015-03-02
net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...
Eyal Birger
1
-1
/
+1
2015-03-02
net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
Eyal Birger
1
-1
/
+1
2015-02-27
Bluetooth: make hci_test_bit's addr const
Jiri Slaby
1
-2
/
+2
2015-02-20
Bluetooth: Remove unnecessary queue_monitor_skb() function
Johan Hedberg
1
-30
/
+2
2015-02-20
Bluetooth: Rename hci_send_to_control to hci_send_to_channel
Johan Hedberg
1
-4
/
+5
2015-01-12
Bluetooth: Replace send_monitor_event with queue_monitor_skb
Marcel Holtmann
1
-29
/
+1
2015-01-12
Bluetooth: Create generic queue_monitor_skb helper function
Marcel Holtmann
1
-22
/
+29
2015-01-12
Bluetooth: Simplify packet copy in hci_send_to_monitor function
Marcel Holtmann
1
-16
/
+12
2015-01-12
Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hci
Marcel Holtmann
1
-0
/
+2
2014-11-24
new helper: memcpy_from_msg()
Al Viro
1
-1
/
+1
2014-11-10
Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
1
-1
/
+1
2014-11-05
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
1
-1
/
+1
2014-10-28
Bluetooth: spelling fixes
Stephen Hemminger
1
-1
/
+1
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-11
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-20
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-10
Bluetooth: Remove hdev->ioctl driver callback
Marcel Holtmann
1
-4
/
+1
2013-10-10
Bluetooth: AMP contollers do not support the legacy ioctls
Marcel Holtmann
1
-0
/
+3
[next]