index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-11
Bluetooth: Fix L2CAP information request handling for fixed channels
Johan Hedberg
1
-20
/
+33
2014-09-08
Bluetooth: Move identity address update behind a workqueue
Johan Hedberg
1
-2
/
+8
2014-09-08
Bluetooth: Add clarifying comment for LE CoC result value
Johan Hedberg
1
-0
/
+5
2014-09-08
Bluetooth: Remove unused l2cap_conn_shutdown API
Johan Hedberg
1
-25
/
+0
2014-09-08
Bluetooth: Set discon_timeout to 0 in l2cap_conn_del
Johan Hedberg
1
-0
/
+3
2014-09-08
Bluetooth: Improve *_get() functions to return the object type
Johan Hedberg
1
-3
/
+3
2014-09-08
Bluetooth: Fix hci_conn reference counting for fixed channels
Johan Hedberg
1
-2
/
+10
2014-09-08
Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_add
Johan Hedberg
1
-2
/
+0
2014-09-08
Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU
Johan Hedberg
1
-5
/
+1
2014-08-14
Bluetooth: Fix ERTM L2CAP resend packet
Lukasz Rymanowski
1
-3
/
+5
2014-08-14
Bluetooth: Improve data packing in SAR mode
Lukasz Rymanowski
1
-4
/
+1
2014-08-14
Bluetooth: Remove unused l2cap_conn->security_timer
Johan Hedberg
1
-17
/
+1
2014-08-14
Bluetooth: Add public l2cap_conn_shutdown() API to request disconnection
Johan Hedberg
1
-0
/
+25
2014-08-14
Bluetooth: Use L2CAP resume callback to call smp_distribute_keys
Johan Hedberg
1
-6
/
+0
2014-08-14
Bluetooth: Convert SMP to use l2cap_chan infrastructure
Johan Hedberg
1
-10
/
+0
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
1
-0
/
+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: 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-07-21
Bluetooth: Prefer sizeof(*ptr) when allocating memory
Johan Hedberg
1
-1
/
+1
2014-07-18
Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP
Johan Hedberg
1
-1
/
+1
2014-07-17
Bluetooth: Pass initiator/acceptor information to hci_conn_security()
Johan Hedberg
1
-7
/
+8
2014-07-16
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
1
-3
/
+6
2014-07-16
Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable
Johan Hedberg
1
-2
/
+2
2014-07-13
Bluetooth: Convert L2CAP ident spinlock into a mutex
Marcel Holtmann
1
-3
/
+3
2014-07-11
Bluetooth: Update the list of L2CAP fixed channels
Marcel Holtmann
1
-1
/
+1
2014-07-09
Bluetooth: Don't send ERTM configuration option when disabled
Marcel Holtmann
1
-0
/
+3
2014-07-09
Bluetooth: Unify helpers for bdaddr_list manipulations
Johan Hedberg
1
-3
/
+4
2014-07-07
Bluetooth: Pass desired connection role to hci_connect_le()
Johan Hedberg
1
-1
/
+5
2014-07-07
Bluetooth: Remove auth_type parameter from hci_connect_le()
Johan Hedberg
1
-4
/
+2
2014-07-06
Bluetooth: Use lower timeout for LE auto-connections
Johan Hedberg
1
-1
/
+1
2014-07-06
Bluetooth: Restrict blocked device check in l2cap_recv_frame to LE
Johan Hedberg
1
-1
/
+5
2014-07-03
Bluetooth: Pass store hint to mgmt_new_conn_param
Johan Hedberg
1
-2
/
+6
2014-07-03
Bluetooth: Centralize looking up blocked devices to l2cap_recv_frame
Johan Hedberg
1
-3
/
+6
2014-07-03
Bluetooth: Introduce "New Connection Parameter" Event
Andre Guedes
1
-1
/
+5
2014-07-03
Bluetooth: Connection parameters check helper
Andre Guedes
1
-22
/
+1
2014-07-03
Bluetooth: Convert hci_conn->link_mode into flags
Johan Hedberg
1
-2
/
+2
2014-07-03
Bluetooth: Add support LE slave connection update procedure
Marcel Holtmann
1
-0
/
+19
2014-07-03
Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one
Jukka Rissanen
1
-12
/
+8
2014-07-03
Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec
Jukka Rissanen
1
-2
/
+4
2014-07-03
Bluetooth: Use explicit header and body length for L2CAP SKB allocation
Marcel Holtmann
1
-5
/
+5
2014-07-03
Bluetooth: Assign L2CAP socket priority when allocating SKB
Marcel Holtmann
1
-16
/
+7
2014-06-13
Bluetooth: Fix deadlock in l2cap_conn_del()
Jukka Taimisto
1
-1
/
+7
2014-06-05
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
1
-0
/
+6
[next]