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