Gregory Nutt b0ba5b69c4 net/udp/Kconfig: Auto-select CONFIG_WQUEUE_NOTIFIER when CONFIG_UDP_READAHEAD_NOTIFIER is selected. 6 年之前
..
Kconfig 3c6981534f Networking: Move INET socket interface out of net/sockets to its own directory net/inet 7 年之前
Make.defs 0330743a9d net/inet: Add framework to support IPv4 and IPv6 protocol socket options (i.e., SOL_IP and SOL_IP6). This is build framework only (not actual socket options are yet handled). Handling of these socket options is a necessary step on the way to future ICMPv6 MLD support. 6 年之前
inet.h 9a75a14800 net/mld: Implement MLDv1 compatibility mode. This completes coding of MLD. MLD is, howeer, still completely untested. 6 年之前
inet_close.c 8fdbb1e0a4 Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 6 年之前
inet_globals.c b0ba5b69c4 net/udp/Kconfig: Auto-select CONFIG_WQUEUE_NOTIFIER when CONFIG_UDP_READAHEAD_NOTIFIER is selected. 6 年之前
inet_recvfrom.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 年之前
inet_setipid.c 835ae2999d networking: Move a little more to the inet/ subdirectory. 7 年之前
inet_sockif.c d2cfd398ba Fix compiler error and warning when CONFIG_NET_SENDFILE=y 6 年之前
ipv4_getpeername.c 788c5bf1dd Forgot to add files before previous commit. 6 年之前
ipv4_getsockname.c 7d2b250cbc net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter. 6 年之前
ipv4_setsockopt.c a4dc759b4d net/mld: Defer all timeout-related operations to the work queue vs. handling within the timer interrupt. Need to notify the device driver for an immediate poll when there are MLD packets waiting to be sent. 6 年之前
ipv6_getpeername.c 788c5bf1dd Forgot to add files before previous commit. 6 年之前
ipv6_getsockname.c 7d2b250cbc net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter. 6 年之前
ipv6_setsockopt.c a4dc759b4d net/mld: Defer all timeout-related operations to the work queue vs. handling within the timer interrupt. Need to notify the device driver for an immediate poll when there are MLD packets waiting to be sent. 6 年之前