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_sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-11
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
1
-3
/
+3
2014-03-26
Bluetooth: Fix returning peer address in pending connect state
Johan Hedberg
1
-1
/
+2
2014-03-12
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
1
-3
/
+3
2014-02-14
Bluetooth: Enable LE L2CAP CoC support by default
Johan Hedberg
1
-29
/
+0
2014-02-13
Bluetooth: Always use l2cap_chan->psm for returning PSM to user space
Johan Hedberg
1
-2
/
+2
2014-02-13
Bluetooth: Refuse peer L2CAP address reading when not connected
Johan Hedberg
1
-0
/
+3
2014-02-13
Bluetooth: Fix CID initialization for fixed channels
Johan Hedberg
1
-0
/
+5
2014-02-13
Bluetooth: Fix BT_SECURITY socket option for fixed channels (ATT)
Johan Hedberg
1
-0
/
+2
2014-02-13
Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
Johan Hedberg
1
-0
/
+9
2014-02-13
Bluetooth: Handle security level 4 for L2CAP connections
Marcel Holtmann
1
-0
/
+10
2014-01-18
net: add build-time checks for msg->msg_name size
Steffen Hurrle
1
-1
/
+1
2014-01-06
Bluetooth: Default to no security with L2CAP RAW sockets
Johan Hedberg
1
-0
/
+3
2013-12-05
Bluetooth: Simplify l2cap_chan initialization for LE CoC
Johan Hedberg
1
-2
/
+2
2013-12-05
Bluetooth: Fix validating LE PSM values
Johan Hedberg
1
-9
/
+31
2013-12-05
Bluetooth: Introduce L2CAP channel callback for suspending
Johan Hedberg
1
-0
/
+9
2013-12-05
Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options
Johan Hedberg
1
-0
/
+76
2013-12-05
Bluetooth: Limit L2CAP_OPTIONS socket option usage with LE
Johan Hedberg
1
-0
/
+15
2013-12-05
Bluetooth: Track LE L2CAP credits in l2cap_chan
Johan Hedberg
1
-0
/
+2
2013-12-05
Bluetooth: Add LE L2CAP flow control mode
Johan Hedberg
1
-3
/
+18
2013-12-05
Bluetooth: Add module parameter to enable LE CoC support
Johan Hedberg
1
-6
/
+12
2013-10-21
Bluetooth: Remove sk member from struct l2cap_chan
Gustavo Padovan
1
-2
/
+0
2013-10-21
Bluetooth: Add L2CAP channel to skb private data
Gustavo Padovan
1
-0
/
+2
2013-10-21
Bluetooth: Remove parent socket usage from l2cap_core.c
Gustavo Padovan
1
-0
/
+4
2013-10-21
Bluetooth: Hold socket in defer callback in L2CAP socket
Gustavo Padovan
1
-2
/
+6
2013-10-21
Bluetooth: Do not access chan->sk directly
Gustavo Padovan
1
-1
/
+2
2013-10-18
Bluetooth: Fix ATT socket backwards compatibility with user space
Johan Hedberg
1
-2
/
+25
2013-10-16
Bluetooth: Socket address parameter for CID is in little endian
Marcel Holtmann
1
-2
/
+2
2013-10-16
Bluetooth: Reintroduce socket restrictions for LE sockets
Johan Hedberg
1
-0
/
+18
2013-10-15
Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c
Gustavo Padovan
1
-0
/
+32
2013-10-15
Bluetooth: Add chan->ops->set_shutdown()
Gustavo Padovan
1
-0
/
+10
2013-10-15
Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c
Gustavo Padovan
1
-0
/
+8
2013-10-15
Bluetooth: Extend state_change() call to report errors too
Gustavo Padovan
1
-1
/
+5
2013-10-14
Bluetooth: Check that bind() bdaddr type matches connect()
Johan Hedberg
1
-0
/
+6
2013-10-14
Bluetooth: Reject invalid bdaddr types for sockets
Johan Hedberg
1
-0
/
+6
2013-10-14
Bluetooth: Introduce L2CAP channel callback for resuming
Marcel Holtmann
1
-0
/
+9
2013-10-14
Bluetooth: Introduce L2CAP channel flag for defer setup
Marcel Holtmann
1
-2
/
+5
2013-10-13
Bluetooth: Provide msg_name callback for L2CAP connectionless channels
Marcel Holtmann
1
-1
/
+14
2013-10-13
Bluetooth: Use l2cap_pi(sk) directly where possible
Marcel Holtmann
1
-8
/
+7
2013-10-13
Bluetooth: Return the correct address type for L2CAP sockets
Marcel Holtmann
1
-0
/
+3
2013-10-13
Bluetooth: Store address information in L2CAP channel structure
Marcel Holtmann
1
-3
/
+3
2013-10-12
Bluetooth: Allow 3D profile to use security mode 4 level 0
Marcel Holtmann
1
-0
/
+4
2013-10-12
Bluetooth: Limit security mode 4 level 0 to connection oriented channels
Marcel Holtmann
1
-3
/
+7
2013-10-11
Bluetooth: Move smp.h header file into net/bluetooth/
Marcel Holtmann
1
-1
/
+2
2013-10-07
Bluetooth: Fix variable shadow warnings
Johannes Berg
1
-1
/
+1
2013-10-02
Bluetooth: Provide high speed configuration option
Marcel Holtmann
1
-10
/
+0
2013-09-25
Bluetooth: Clean up socket locking in l2cap_sock_recvmsg
Johan Hedberg
1
-2
/
+2
2013-09-18
Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag
Johan Hedberg
1
-0
/
+6
2013-06-23
Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT
Johan Hedberg
1
-2
/
+2
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-04-09
bluetooth: kill unused 'module' argument of bt_procfs_init()
Al Viro
1
-1
/
+1
[next]