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: fix NULL ptr dereference in llcp_sock_getname() after failed connect
Krzysztof Kozlowski
2021-06-10
1
-0
/
+2
*
net/nfc: fix use-after-free llcp_sock_bind/connect
Or Cohen
2021-05-14
1
-0
/
+4
*
nfc: Avoid endless loops caused by repeated llcp_sock_connect()
Xiaoming Ni
2021-04-14
1
-0
/
+4
*
nfc: fix memory leak in llcp_sock_connect()
Xiaoming Ni
2021-04-14
1
-0
/
+2
*
nfc: fix refcount leak in llcp_sock_connect()
Xiaoming Ni
2021-04-14
1
-0
/
+2
*
nfc: fix refcount leak in llcp_sock_bind()
Xiaoming Ni
2021-04-14
1
-0
/
+2
*
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-3
/
+3
*
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
2020-07-19
1
-2
/
+0
*
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
2019-10-28
1
-2
/
+2
*
nfc: fix memory leak in llcp_sock_bind()
Eric Dumazet
2019-10-04
1
-1
/
+6
*
nfc: enforce CAP_NET_RAW for raw sockets
Ori Nimron
2019-09-24
1
-2
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-05-21
1
-13
/
+1
*
nfc: Fix to check for kmemdup failure
Aditya Pakki
2019-03-19
1
-2
/
+7
*
Revert "net: simplify sock_poll_wait"
Karsten Graul
2018-10-23
1
-1
/
+1
*
net: simplify sock_poll_wait
Christoph Hellwig
2018-07-30
1
-1
/
+1
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-3
/
+6
*
net/nfc: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-6
/
+3
*
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
1
-3
/
+2
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-8
/
+8
*
net: annotate ->poll() instances
Al Viro
2017-11-27
1
-3
/
+3
*
NFC: Add sockaddr length checks before accessing sa_family in bind handlers
Mateusz Jurczyk
2017-06-23
1
-2
/
+4
*
nfc: Fix the sockaddr length sanitization in llcp_sock_connect
Mateusz Jurczyk
2017-06-23
1
-2
/
+1
*
net: Work around lockdep limitation in sockets that use sockets
David Howells
2017-03-09
1
-1
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
NFC: Close a race condition in llcp_sock_getname()
Cong Wang
2016-02-25
1
-0
/
+6
*
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
1
-1
/
+1
*
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
2015-05-11
1
-4
/
+4
*
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
1
-4
/
+4
*
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2014-12-09
1
-3
/
+3
|
\
|
*
NFC: llcp: Use list_for_each_entry in llcp_accept_poll
Axel Lin
2014-11-28
1
-3
/
+3
*
|
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
2014-11-05
1
-1
/
+1
|
/
*
net: add build-time checks for msg->msg_name size
Steffen Hurrle
2014-01-18
1
-4
/
+4
*
NFC: llcp: Use default MIU if none was specified on connect
Szymon Janc
2014-01-04
1
-1
/
+0
*
nfc: Fix FSF address in file headers
Jeff Kirsher
2013-12-11
1
-3
/
+1
*
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
2013-11-20
1
-2
/
+0
*
NFC: llcp: Fix non blocking sockets connections
Samuel Ortiz
2013-06-14
1
-3
/
+5
*
NFC: Keep socket alive until the DISC PDU is actually sent
Thierry Escande
2013-06-14
1
-0
/
+7
*
NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()
Thierry Escande
2013-06-14
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-30
1
-2
/
+3
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-04-29
1
-1
/
+5
*
NFC: Move LLCP code to the NFC top level diirectory
Samuel Ortiz
2013-04-26
1
-0
/
+1025