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
/
l2cap_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-02
Bluetooth: Fix lockdep warning with l2cap_chan_connect
Johan Hedberg
1
-5
/
+8
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
[next]