Gregory Nutt 2991987018 net/netlink/netlink_route.c (mostly): This completes a minimal netlink implementation that will retrieve the ARP table. 5 年之前
..
Kconfig 7c1394d814 Squashed commit of the following: 6 年之前
Make.defs a71c504142 Socket I/F: Add recvfrom() method to interface. 7 年之前
pkt.h 6266e067e9 net/: Re-order the content of all address-family socket 'connection' structures so that they begin with a comomon prologue. This permits better use of logic for different address family types. 5 年之前
pkt_callback.c aabdc00e8c net/: Fix some incorrect comments that go back for years (but have also been cloned in newer files). The network was once interrupt driver, but now runs on the work queue with a semaphore to enforce mutual exclusion. 6 年之前
pkt_conn.c b93c3c13c4 net/: Fix some compile errors introduce with recent networking patches. Found in build testing. 6 年之前
pkt_finddev.c 97434ac5e5 net/pkt: Eliminate a compile error due to missing include and also a warning. 6 年之前
pkt_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 年之前
pkt_poll.c 88130a996a net/: Fixes for more coding standard issues detected by nxstyle. 6 年之前
pkt_recvfrom.c 1acfac3eb6 net/: More fixes to wrong comments from old change from the interrupt driven network to the work-queue driven network. 6 年之前
pkt_send.c aabdc00e8c net/: Fix some incorrect comments that go back for years (but have also been cloned in newer files). The network was once interrupt driver, but now runs on the work queue with a semaphore to enforce mutual exclusion. 6 年之前
pkt_sockif.c 2991987018 net/netlink/netlink_route.c (mostly): This completes a minimal netlink implementation that will retrieve the ARP table. 5 年之前