incubator-nuttx/net/usrsock
Xiang Xiao eddd90de78 poll: pollsetup should notify only one fd passd by caller
since it's redundant to iterate the whole fds array in setup

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-11-21 09:07:17 +01:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig net/usrsock: Can enable TCP/UDP IP stack with Usrsock enabled 2023-09-21 01:08:11 +08:00
Make.defs net: Implement shutdown() for usrsock 2023-01-31 11:15:01 +08:00
usrsock.h net/local: Return the unblock handle correctly in local_accept 2023-03-09 09:17:19 +01:00
usrsock_accept.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_bind.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_close.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
usrsock_conn.c Performance optimizations in connection allocations. 2023-02-28 14:23:16 +01:00
usrsock_connect.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_devif.c usrsock: Do not return error when conn not found for an event 2023-02-22 01:42:14 +08:00
usrsock_event.c usrsock: update state to connected when recv sento ready under connecting 2022-10-14 12:29:21 +09:00
usrsock_getpeername.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
usrsock_getsockname.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
usrsock_getsockopt.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
usrsock_ioctl.c net/netdev: Support managing multiple IPv6 addresses by ioctl 2023-11-07 19:30:36 +08:00
usrsock_listen.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_poll.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
usrsock_recvmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_sendmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_setsockopt.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_shutdown.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
usrsock_socket.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
usrsock_sockif.c net/usersock: Return -ENOSUPP directly if domain isn't equal to PF_INET/PF_INET6 2023-10-09 18:04:29 -04:00