summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp_sock.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet2024-04-091-6/+6
* nfc: Do not send datagram if socket state isn't LLCP_BOUNDSiddh Raman Pant2023-12-251-0/+5
* net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma2023-06-261-8/+10
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
* nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"Krzysztof Kozlowski2022-03-031-7/+0
* nfc: llcp: protect nfc_llcp_sock_unlink() callsKrzysztof Kozlowski2022-03-031-5/+5
* nfc: llcp: use centralized exiting of bind on errorsKrzysztof Kozlowski2022-03-031-10/+15
* nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski2022-03-031-4/+4
* nfc: llcp: nullify llcp_sock->dev on connect() error pathsKrzysztof Kozlowski2022-03-031-0/+1
* nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-191-0/+5
* nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski2021-05-311-0/+2
* net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen2021-05-041-0/+4
* nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni2021-03-251-0/+4
* nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni2021-03-251-0/+2
* nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni2021-03-251-0/+2
* nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni2021-03-251-0/+2
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+3
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-041-1/+6
* nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-2/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* nfc: Fix to check for kmemdup failureAditya Pakki2019-03-191-2/+7
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-3/+6
* net/nfc: convert to ->poll_maskChristoph Hellwig2018-05-261-6/+3
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* net: annotate ->poll() instancesAl Viro2017-11-271-3/+3
* NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk2017-06-231-2/+4
* nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk2017-06-231-2/+1
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* NFC: Close a race condition in llcp_sock_getname()Cong Wang2016-02-251-0/+6
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-1/+1
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-4/+4
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+4
* Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-091-3/+3
|\
| * NFC: llcp: Use list_for_each_entry in llcp_accept_pollAxel Lin2014-11-281-3/+3
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
|/
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-4/+4
* NFC: llcp: Use default MIU if none was specified on connectSzymon Janc2014-01-041-1/+0
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz2013-06-141-3/+5
* NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande2013-06-141-0/+7
* NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande2013-06-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-291-1/+5