index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfc
/
llcp
/
sock.c
Age
Commit message (
Expand
)
Author
2013-04-26
NFC: Move LLCP code to the NFC top level diirectory
Samuel Ortiz
2013-04-11
NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parameters
Thierry Escande
2013-04-11
NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes down
Thierry Escande
2013-04-11
NFC: llcp: Use localy stored remote_miu value if not set at socket level
Thierry Escande
2013-04-11
NFC: llcp: Fall back to local values when getting socket options
Samuel Ortiz
2013-04-11
NFC: llcp: Socket miux is a big endian field
Samuel Ortiz
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-03-26
NFC: llcp: Keep the connected socket parent pointer alive
Samuel Ortiz
2013-03-20
NFC: llcp: Detach socket from process context only when releasing the socket
Samuel Ortiz
2013-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-03-10
NFC: llcp: Use socket specific link parameters before the local ones
Samuel Ortiz
2013-03-10
NFC: llcp: Implement socket options
Samuel Ortiz
2013-03-10
NFC: llcp: Rename socket rw and miu fields
Samuel Ortiz
2013-03-08
NFC: llcp: Decrease socket ack log when accepting a connection
Samuel Ortiz
2013-01-11
NFC: Use skb_copy_datagram_iovec
Samuel Ortiz
2013-01-11
NFC: Avoid memcpy on LLCP connection less Rx path
Samuel Ortiz
2013-01-10
NFC: llcp: Remove the tx backlog queue
Samuel Ortiz
2013-01-10
NFC: Add support for SO_TIMESTAMP LLCP socket option
Thierry Escande
2012-12-13
nfc: remove noisy message from llcp_sock_sendmsg
Dave Jones
2012-10-26
NFC: Implement LLCP connection less Tx path
Samuel Ortiz
2012-10-26
NFC: Forward LLCP datagrams to userspace
Samuel Ortiz
2012-10-26
NFC: Fix style issues with logical operations
Szymon Janc
2012-10-04
Remove noisy printks from llcp_sock_connect
Dave Jones
2012-09-27
NFC: LLCP raw socket support
Thierry Escande
2012-09-25
NFC: Remove repeated code for NULL check
Syam Sidhardhan
2012-07-09
NFC: Check for llcp_sock and its device from llcp_sock_getname
Samuel Ortiz
2012-07-09
NFC: Dereference LLCP bind socket address after checking for it to be NULL
Samuel Ortiz
2012-07-09
NFC: Forbid LLCP service name reusing
Samuel Ortiz
2012-07-09
NFC: Release LLCP SAP when the owner is released
Samuel Ortiz
2012-07-09
NFC: Fix LLCP getname socket op
Samuel Ortiz
2012-07-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-07-09
NFC: Prevent NULL deref when getting socket name
Sasha Levin
2012-06-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-06-08
NFC: Fix possible NULL ptr deref when getting the name of a socket
Sasha Levin
2012-06-04
NFC: Move LLCP MIU extension value to socket structure
Samuel Ortiz
2012-06-04
NFC: Move LLCP receiver window value to socket structure
Samuel Ortiz
2012-06-04
NFC: Socket linked list
Samuel Ortiz
2012-06-04
NFC: Take a reference on the LLCP local pointer when creating a socket
Samuel Ortiz
2012-05-15
NFC: Update the LLCP poll mask
Samuel Ortiz
2012-05-15
NFC: LLCP connect must wait for a CC frame
Samuel Ortiz
2012-03-06
NFC: LLCP code identation fixes
Samuel Ortiz
2012-03-06
NFC: Fix LLCP sockets releasing path
Samuel Ortiz
2012-03-06
NFC: Unlink LLCP child sockets from llcp_sock_release
Samuel Ortiz
2012-03-06
NFC: LLCP socket sendmsg implemetation
Samuel Ortiz
2011-12-14
NFC: Initial LLCP support
Samuel Ortiz