index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_sock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+1
*
Bluetooth: never linger on process exit
Vladimir Davydov
2014-07-17
1
-1
/
+2
*
Bluetooth: Allow L2CAP getpeername() for BT_CONFIG state
Johan Hedberg
2014-07-03
1
-1
/
+2
*
Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec
Jukka Rissanen
2014-07-03
1
-13
/
+21
*
Bluetooth: Use explicit header and body length for L2CAP SKB allocation
Marcel Holtmann
2014-07-03
1
-1
/
+2
*
Bluetooth: Assign L2CAP socket priority when allocating SKB
Marcel Holtmann
2014-07-03
1
-1
/
+3
*
Bluetooth: Use const for struct l2cap_ops field
Marcel Holtmann
2014-07-03
1
-1
/
+1
*
Bluetooth: Allow change security level on ATT_CID in slave role
Marcin Kraglak
2014-06-13
1
-5
/
+0
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2014-06-05
1
-1
/
+4
|
\
|
*
Bluetooth: Fix L2CAP deadlock
Jukka Taimisto
2014-06-02
1
-1
/
+4
*
|
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
2014-04-11
1
-3
/
+3
|
/
*
Bluetooth: Fix returning peer address in pending connect state
Johan Hedberg
2014-03-26
1
-1
/
+2
*
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-03-12
1
-3
/
+3
*
Bluetooth: Enable LE L2CAP CoC support by default
Johan Hedberg
2014-02-14
1
-29
/
+0
*
Bluetooth: Always use l2cap_chan->psm for returning PSM to user space
Johan Hedberg
2014-02-13
1
-2
/
+2
*
Bluetooth: Refuse peer L2CAP address reading when not connected
Johan Hedberg
2014-02-13
1
-0
/
+3
*
Bluetooth: Fix CID initialization for fixed channels
Johan Hedberg
2014-02-13
1
-0
/
+5
*
Bluetooth: Fix BT_SECURITY socket option for fixed channels (ATT)
Johan Hedberg
2014-02-13
1
-0
/
+2
*
Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
Johan Hedberg
2014-02-13
1
-0
/
+9
*
Bluetooth: Handle security level 4 for L2CAP connections
Marcel Holtmann
2014-02-13
1
-0
/
+10
*
net: add build-time checks for msg->msg_name size
Steffen Hurrle
2014-01-18
1
-1
/
+1
*
Bluetooth: Default to no security with L2CAP RAW sockets
Johan Hedberg
2014-01-06
1
-0
/
+3
*
Bluetooth: Simplify l2cap_chan initialization for LE CoC
Johan Hedberg
2013-12-05
1
-2
/
+2
*
Bluetooth: Fix validating LE PSM values
Johan Hedberg
2013-12-05
1
-9
/
+31
*
Bluetooth: Introduce L2CAP channel callback for suspending
Johan Hedberg
2013-12-05
1
-0
/
+9
*
Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options
Johan Hedberg
2013-12-05
1
-0
/
+76
*
Bluetooth: Limit L2CAP_OPTIONS socket option usage with LE
Johan Hedberg
2013-12-05
1
-0
/
+15
*
Bluetooth: Track LE L2CAP credits in l2cap_chan
Johan Hedberg
2013-12-05
1
-0
/
+2
*
Bluetooth: Add LE L2CAP flow control mode
Johan Hedberg
2013-12-05
1
-3
/
+18
*
Bluetooth: Add module parameter to enable LE CoC support
Johan Hedberg
2013-12-05
1
-6
/
+12
*
Bluetooth: Remove sk member from struct l2cap_chan
Gustavo Padovan
2013-10-21
1
-2
/
+0
*
Bluetooth: Add L2CAP channel to skb private data
Gustavo Padovan
2013-10-21
1
-0
/
+2
*
Bluetooth: Remove parent socket usage from l2cap_core.c
Gustavo Padovan
2013-10-21
1
-0
/
+4
*
Bluetooth: Hold socket in defer callback in L2CAP socket
Gustavo Padovan
2013-10-21
1
-2
/
+6
*
Bluetooth: Do not access chan->sk directly
Gustavo Padovan
2013-10-21
1
-1
/
+2
*
Bluetooth: Fix ATT socket backwards compatibility with user space
Johan Hedberg
2013-10-18
1
-2
/
+25
*
Bluetooth: Socket address parameter for CID is in little endian
Marcel Holtmann
2013-10-16
1
-2
/
+2
*
Bluetooth: Reintroduce socket restrictions for LE sockets
Johan Hedberg
2013-10-16
1
-0
/
+18
*
Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c
Gustavo Padovan
2013-10-15
1
-0
/
+32
*
Bluetooth: Add chan->ops->set_shutdown()
Gustavo Padovan
2013-10-15
1
-0
/
+10
*
Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c
Gustavo Padovan
2013-10-15
1
-0
/
+8
*
Bluetooth: Extend state_change() call to report errors too
Gustavo Padovan
2013-10-15
1
-1
/
+5
*
Bluetooth: Check that bind() bdaddr type matches connect()
Johan Hedberg
2013-10-14
1
-0
/
+6
*
Bluetooth: Reject invalid bdaddr types for sockets
Johan Hedberg
2013-10-14
1
-0
/
+6
*
Bluetooth: Introduce L2CAP channel callback for resuming
Marcel Holtmann
2013-10-14
1
-0
/
+9
*
Bluetooth: Introduce L2CAP channel flag for defer setup
Marcel Holtmann
2013-10-14
1
-2
/
+5
*
Bluetooth: Provide msg_name callback for L2CAP connectionless channels
Marcel Holtmann
2013-10-13
1
-1
/
+14
*
Bluetooth: Use l2cap_pi(sk) directly where possible
Marcel Holtmann
2013-10-13
1
-8
/
+7
*
Bluetooth: Return the correct address type for L2CAP sockets
Marcel Holtmann
2013-10-13
1
-0
/
+3
[next]