index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-05-30
Bluetooth: l2cap: Set more channel defaults
Jukka Rissanen
1
-0
/
+6
2014-05-14
Bluetooth: Fix L2CAP LE debugfs entries permissions
Samuel Ortiz
1
-2
/
+2
2014-03-12
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
1
-45
/
+45
2014-02-26
Bluetooth: Move address type conversion to outside hci_connect_le
Andre Guedes
1
-2
/
+10
2014-02-26
Bluetooth: Refactor HCI connection code
Andre Guedes
1
-4
/
+3
2014-02-26
Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()
Johan Hedberg
1
-1
/
+1
2014-02-25
Bluetooth: Fix NULL pointer dereference when sending data
Andrzej Kaczmarek
1
-0
/
+16
2014-02-18
Bluetooth: Print error when dropping L2CAP data
Szymon Janc
1
-1
/
+3
2014-02-18
Bluetooth: Fix updating Identity Address in L2CAP channels
Johan Hedberg
1
-0
/
+17
2014-02-14
Bluetooth: Enable LE L2CAP CoC support by default
Johan Hedberg
1
-11
/
+0
2014-02-13
Bluetooth: Remove unnecessary check for chan->psm
Johan Hedberg
1
-4
/
+1
2014-02-13
Bluetooth: Free up l2cap_chan->sport when initiating a connection
Johan Hedberg
1
-0
/
+7
2014-02-13
Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs
Johan Hedberg
1
-1
/
+14
2014-02-13
Bluetooth: Fix disconnecting L2CAP channel for credits violation
Johan Hedberg
1
-0
/
+1
2014-02-13
Bluetooth: Fix respecting le_default_mps value
Johan Hedberg
1
-1
/
+1
2014-02-13
Bluetooth: Fix CID initialization for fixed channels
Johan Hedberg
1
-2
/
+0
2014-02-13
Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
Johan Hedberg
1
-12
/
+9
2014-02-13
Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED
Johan Hedberg
1
-9
/
+6
2014-02-13
Bluetooth: Remove useless l2cap_seq_list_remove function
Johan Hedberg
1
-32
/
+8
2014-02-13
Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached
Johan Hedberg
1
-0
/
+27
2014-02-13
Bluetooth: Reorder L2CAP functions to avoid forward declarations
Johan Hedberg
1
-208
/
+207
2014-02-13
Bluetooth: Handle security level 4 for L2CAP connections
Marcel Holtmann
1
-3
/
+8
2013-12-11
Bluetooth: Enable 6LoWPAN support for BT LE devices
Jukka Rissanen
1
-0
/
+12
2013-12-10
Bluetooth: Fix handling of L2CAP Command Reject over LE
Johan Hedberg
1
-0
/
+26
2013-12-05
Bluetooth: Fix valid LE PSM check
Johan Hedberg
1
-1
/
+1
[next]