- 4ac06a1 nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect by Krzysztof Kozlowski · 3 years, 8 months ago
- c61760e net/nfc: fix use-after-free llcp_sock_bind/connect by Or Cohen · 3 years, 9 months ago
- 4b5db93 nfc: Avoid endless loops caused by repeated llcp_sock_connect() by Xiaoming Ni · 3 years, 10 months ago
- 7574fcd nfc: fix memory leak in llcp_sock_connect() by Xiaoming Ni · 3 years, 10 months ago
- 8a4cd82d nfc: fix refcount leak in llcp_sock_connect() by Xiaoming Ni · 3 years, 10 months ago
- c33b1cc nfc: fix refcount leak in llcp_sock_bind() by Xiaoming Ni · 3 years, 10 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
- a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
- 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
- a0c2dc1 nfc: fix memory leak in llcp_sock_bind() by Eric Dumazet · 5 years ago
- 3a35979 nfc: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 5 years ago
- 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
- d7737d4 nfc: Fix to check for kmemdup failure by Aditya Pakki · 6 years ago
- 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
- dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
- a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
- 4bac2bc net/nfc: convert to ->poll_mask by Christoph Hellwig · 7 years ago
- 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
- f6a5885 NFC: Add sockaddr length checks before accessing sa_family in bind handlers by Mateusz Jurczyk · 8 years ago
- 608c4ad nfc: Fix the sockaddr length sanitization in llcp_sock_connect by Mateusz Jurczyk · 8 years ago
- cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 03c0535 NFC: Close a race condition in llcp_sock_getname() by Cong Wang · 9 years ago
- 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
- 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
- 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
- b5f185f Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
- 413df10 NFC: llcp: Use list_for_each_entry in llcp_accept_poll by Axel Lin · 10 years ago
- 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
- 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
- 11bfb1c NFC: llcp: Use default MIU if none was specified on connect by Szymon Janc · 11 years ago
- 98b32de nfc: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
- f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
- b401123 NFC: llcp: Fix non blocking sockets connections by Samuel Ortiz · 12 years ago
- 17f7ae16 NFC: Keep socket alive until the DISC PDU is actually sent by Thierry Escande · 12 years ago
- 58e3dd1 NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect() by Thierry Escande · 12 years ago
- 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
- 17a2911 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
- 30cc458 NFC: Move LLCP code to the NFC top level diirectory by Samuel Ortiz · 12 years ago[Renamed (99%) from net/nfc/llcp/sock.c]
- 064f370 NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parameters by Thierry Escande · 12 years ago
- abd18d4 NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes down by Thierry Escande · 12 years ago
- 66cbfa1 NFC: llcp: Use localy stored remote_miu value if not set at socket level by Thierry Escande · 12 years ago
- 00e856d NFC: llcp: Fall back to local values when getting socket options by Samuel Ortiz · 12 years ago
- 5eef666 NFC: llcp: Socket miux is a big endian field by Samuel Ortiz · 12 years ago
- 6fe5468 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
- 39a352a NFC: llcp: Keep the connected socket parent pointer alive by Samuel Ortiz · 12 years ago
- bec964e NFC: llcp: Detach socket from process context only when releasing the socket by Samuel Ortiz · 12 years ago
- 49c87cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
- 06d44f8 NFC: llcp: Use socket specific link parameters before the local ones by Samuel Ortiz · 12 years ago
- 26fd76c NFC: llcp: Implement socket options by Samuel Ortiz · 12 years ago
- e4306be NFC: llcp: Rename socket rw and miu fields by Samuel Ortiz · 12 years ago
- b141e81 NFC: llcp: Decrease socket ack log when accepting a connection by Samuel Ortiz · 12 years ago
- fb97c3e NFC: Use skb_copy_datagram_iovec by Samuel Ortiz · 12 years ago
- fad2e37 NFC: Avoid memcpy on LLCP connection less Rx path by Samuel Ortiz · 12 years ago
- 2593c2c NFC: llcp: Remove the tx backlog queue by Samuel Ortiz · 12 years ago
- 2c2d45b NFC: Add support for SO_TIMESTAMP LLCP socket option by Thierry Escande · 12 years ago
- 026e43d nfc: remove noisy message from llcp_sock_sendmsg by Dave Jones · 12 years ago
- b874dec NFC: Implement LLCP connection less Tx path by Samuel Ortiz · 12 years ago
- 31ca61a NFC: Forward LLCP datagrams to userspace by Samuel Ortiz · 12 years ago
- 874934f NFC: Fix style issues with logical operations by Szymon Janc · 12 years ago
- 32418cf Remove noisy printks from llcp_sock_connect by Dave Jones · 12 years ago
- 4463523 NFC: LLCP raw socket support by Thierry Escande · 12 years ago
- 5db327f NFC: Remove repeated code for NULL check by Syam Sidhardhan · 12 years ago
- fe3c094 NFC: Check for llcp_sock and its device from llcp_sock_getname by Samuel Ortiz · 13 years ago
- c66433d NFC: Dereference LLCP bind socket address after checking for it to be NULL by Samuel Ortiz · 13 years ago
- 8b7e8ed NFC: Forbid LLCP service name reusing by Samuel Ortiz · 13 years ago
- cbbf472 NFC: Release LLCP SAP when the owner is released by Samuel Ortiz · 13 years ago
- 12e5bdf NFC: Fix LLCP getname socket op by Samuel Ortiz · 13 years ago
- 635d999 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
- 147f20e3 NFC: Prevent NULL deref when getting socket name by Sasha Levin · 13 years ago
- a59f975 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
- 58d1eab NFC: Fix possible NULL ptr deref when getting the name of a socket by Sasha Levin · 13 years ago
- 93d7e49 NFC: Move LLCP MIU extension value to socket structure by Samuel Ortiz · 13 years ago
- 7a06e58 NFC: Move LLCP receiver window value to socket structure by Samuel Ortiz · 13 years ago
- a69f32a NFC: Socket linked list by Samuel Ortiz · 13 years ago
- c7aa122 NFC: Take a reference on the LLCP local pointer when creating a socket by Samuel Ortiz · 13 years ago
- 4260c13 NFC: Update the LLCP poll mask by Samuel Ortiz · 13 years ago
- ff353d8 NFC: LLCP connect must wait for a CC frame by Samuel Ortiz · 13 years ago
- 427a2eb NFC: LLCP code identation fixes by Samuel Ortiz · 13 years ago
- 40c75f8 NFC: Fix LLCP sockets releasing path by Samuel Ortiz · 13 years ago
- 0c31835 NFC: Unlink LLCP child sockets from llcp_sock_release by Samuel Ortiz · 13 years ago
- 53a0ac2 NFC: LLCP socket sendmsg implemetation by Samuel Ortiz · 13 years ago
- d646960 NFC: Initial LLCP support by Samuel Ortiz · 13 years ago