Gregory Nutt 69056d4053 net/: The value ERROR should never be returned from internal OS functions. That is reserved for returning values to appliations with the errno value set. Within the OS, errors are returned with a negated errno value ALWAYS. 5 年之前
..
Kconfig fe421022e2 sched/wqueue/kwork_notifier.c and several Kconfig files: Notifier should work with either lpwork or hpwork and other minor typo fix. 5 年之前
Make.defs 28f73bd928 net/tcp and udp: Add logic to signal events when TCP or UDP read-ahead data is buffered. 6 年之前
udp.h efe65749ce Fix condition logic: The setup seems to support a network without sockets. That is not the case. 5 年之前
udp_callback.c 28f73bd928 net/tcp and udp: Add logic to signal events when TCP or UDP read-ahead data is buffered. 6 年之前
udp_conn.c e1202d2ed3 Replace all ASSERT with DEBUGASSERT to save the code space 6 年之前
udp_devpoll.c b54ffe858a Standardization of some function headers. 6 年之前
udp_finddev.c 9e42bede2f net/udp/udp_finddev.c: Fallback to netdev_default device if the device is not found, rather than arbitrary using the device at the head of the list of devices. 6 年之前
udp_input.c 69056d4053 net/: The value ERROR should never be returned from internal OS functions. That is reserved for returning values to appliations with the errno value set. Within the OS, errors are returned with a negated errno value ALWAYS. 5 年之前
udp_ipselect.c d5207efb5a Be consistent... Use Name: consistent in function headers vs Function: 7 年之前
udp_netpoll.c 88130a996a net/: Fixes for more coding standard issues detected by nxstyle. 6 年之前
udp_notifier.c 11a635dcb3 mm/iob: IOB free notifier should accept the work queue ID as a paramter. The notification may need to run on either the high- or low- priority work queue. sched/work: Change the default priority of the low-priority work queue to 100. 6 年之前
udp_psock_send.c efed1b6aa1 net/udp: Remove an unused variable warning. Add some comments. 6 年之前
udp_psock_sendto_buffered.c 0a6e234962 net/neighbor: neighbor_lookup() checks if the target IP belongs to one of the local network devices. 6 年之前
udp_psock_sendto_unbuffered.c 6e60af91e4 net/udp/udp_netpoll.c: Port TCP poll changes to UDP. 6 年之前
udp_send.c 57f7677128 net/udp: Fix another related error in UDP condition compilatino (was actually using TCP setting, not UDP setting). 6 年之前
udp_setsockopt.c 30657b769f net/udp/udp_setsockopt.c: Remove a warning about an uninitialized variable. 6 年之前
udp_wrbuffer.c 69056d4053 net/: The value ERROR should never be returned from internal OS functions. That is reserved for returning values to appliations with the errno value set. Within the OS, errors are returned with a negated errno value ALWAYS. 5 年之前
udp_wrbuffer_dump.c fef255e5be This commit adds an as-of-yet untested implemented of UDP write buffering. 6 年之前