index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bluetooth: Remove special ATT data channel handling
Johan Hedberg
2014-08-14
1
-79
/
+0
*
Bluetooth: Improve fixed channel lookup based on link type
Johan Hedberg
2014-08-14
1
-3
/
+8
*
Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfm
Johan Hedberg
2014-08-14
1
-44
/
+80
*
Bluetooth: Refactor l2cap_connect_cfm
Johan Hedberg
2014-08-14
1
-5
/
+8
*
Bluetooth: Remove special handling of ATT in l2cap_security_cfm()
Johan Hedberg
2014-08-14
1
-9
/
+2
*
Bluetooth: Fix __l2cap_no_conn_pending() usage with all channels
Johan Hedberg
2014-08-14
1
-0
/
+3
*
Bluetooth: Fix reference counting of global L2CAP channels
Johan Hedberg
2014-08-14
1
-8
/
+28
*
Bluetooth: Prefer sizeof(*ptr) when allocating memory
Johan Hedberg
2014-07-21
1
-1
/
+1
*
Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP
Johan Hedberg
2014-07-18
1
-1
/
+1
*
Bluetooth: Pass initiator/acceptor information to hci_conn_security()
Johan Hedberg
2014-07-17
1
-7
/
+8
*
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
2014-07-16
1
-3
/
+6
*
Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable
Johan Hedberg
2014-07-16
1
-2
/
+2
*
Bluetooth: Convert L2CAP ident spinlock into a mutex
Marcel Holtmann
2014-07-13
1
-3
/
+3
*
Bluetooth: Update the list of L2CAP fixed channels
Marcel Holtmann
2014-07-11
1
-1
/
+1
*
Bluetooth: Don't send ERTM configuration option when disabled
Marcel Holtmann
2014-07-09
1
-0
/
+3
*
Bluetooth: Unify helpers for bdaddr_list manipulations
Johan Hedberg
2014-07-09
1
-3
/
+4
*
Bluetooth: Pass desired connection role to hci_connect_le()
Johan Hedberg
2014-07-07
1
-1
/
+5
*
Bluetooth: Remove auth_type parameter from hci_connect_le()
Johan Hedberg
2014-07-07
1
-4
/
+2
*
Bluetooth: Use lower timeout for LE auto-connections
Johan Hedberg
2014-07-06
1
-1
/
+1
*
Bluetooth: Restrict blocked device check in l2cap_recv_frame to LE
Johan Hedberg
2014-07-06
1
-1
/
+5
*
Bluetooth: Pass store hint to mgmt_new_conn_param
Johan Hedberg
2014-07-03
1
-2
/
+6
*
Bluetooth: Centralize looking up blocked devices to l2cap_recv_frame
Johan Hedberg
2014-07-03
1
-3
/
+6
*
Bluetooth: Introduce "New Connection Parameter" Event
Andre Guedes
2014-07-03
1
-1
/
+5
*
Bluetooth: Connection parameters check helper
Andre Guedes
2014-07-03
1
-22
/
+1
*
Bluetooth: Convert hci_conn->link_mode into flags
Johan Hedberg
2014-07-03
1
-2
/
+2
*
Bluetooth: Add support LE slave connection update procedure
Marcel Holtmann
2014-07-03
1
-0
/
+19
*
Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one
Jukka Rissanen
2014-07-03
1
-12
/
+8
*
Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec
Jukka Rissanen
2014-07-03
1
-2
/
+4
*
Bluetooth: Use explicit header and body length for L2CAP SKB allocation
Marcel Holtmann
2014-07-03
1
-5
/
+5
*
Bluetooth: Assign L2CAP socket priority when allocating SKB
Marcel Holtmann
2014-07-03
1
-16
/
+7
*
Bluetooth: Fix deadlock in l2cap_conn_del()
Jukka Taimisto
2014-06-13
1
-1
/
+7
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2014-06-05
1
-0
/
+6
|
\
|
*
Bluetooth: l2cap: Set more channel defaults
Jukka Rissanen
2014-05-30
1
-0
/
+6
*
|
Bluetooth: Fix L2CAP LE debugfs entries permissions
Samuel Ortiz
2014-05-14
1
-2
/
+2
|
/
*
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-03-12
1
-45
/
+45
*
Bluetooth: Move address type conversion to outside hci_connect_le
Andre Guedes
2014-02-26
1
-2
/
+10
*
Bluetooth: Refactor HCI connection code
Andre Guedes
2014-02-26
1
-4
/
+3
*
Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()
Johan Hedberg
2014-02-26
1
-1
/
+1
*
Bluetooth: Fix NULL pointer dereference when sending data
Andrzej Kaczmarek
2014-02-25
1
-0
/
+16
*
Bluetooth: Print error when dropping L2CAP data
Szymon Janc
2014-02-18
1
-1
/
+3
*
Bluetooth: Fix updating Identity Address in L2CAP channels
Johan Hedberg
2014-02-18
1
-0
/
+17
*
Bluetooth: Enable LE L2CAP CoC support by default
Johan Hedberg
2014-02-14
1
-11
/
+0
*
Bluetooth: Remove unnecessary check for chan->psm
Johan Hedberg
2014-02-13
1
-4
/
+1
*
Bluetooth: Free up l2cap_chan->sport when initiating a connection
Johan Hedberg
2014-02-13
1
-0
/
+7
*
Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs
Johan Hedberg
2014-02-13
1
-1
/
+14
*
Bluetooth: Fix disconnecting L2CAP channel for credits violation
Johan Hedberg
2014-02-13
1
-0
/
+1
*
Bluetooth: Fix respecting le_default_mps value
Johan Hedberg
2014-02-13
1
-1
/
+1
*
Bluetooth: Fix CID initialization for fixed channels
Johan Hedberg
2014-02-13
1
-2
/
+0
*
Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
Johan Hedberg
2014-02-13
1
-12
/
+9
*
Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED
Johan Hedberg
2014-02-13
1
-9
/
+6
[prev]
[next]