提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt dde1e89b8c net/mld: Add basic build structure for Multicast Listener Discovery (MLD). No real MLD logic yet. Only a few hooks to capture and dispatch MLD ICMPv6 packets. 6 年之前
  Gregory Nutt 056d704cf9 This commit brings in a fragmentary, experimental implementation of NETLINK sockets. There is not too much to that socket support on this initial commit, just the netlink socketer framework. However, I decided to bring it into master because there is a enough that I would not want to lose what is in place. And since it is dependent on CONFIG_EXPERIMENATL, its presence on master should be innocuous. 6 年之前
  Gregory Nutt 0c007be4bd This comment adds (1) basic support for AF_BLUETOOTH sockets. The logic compiles but is still incomplete. Support for Bluetooth is general is still dependent on CONFIG_EXPERMIMENTAL because it is not yet ready for used. 6 年之前
  Gregory Nutt cff4ac6845 Squashed commit of the following: 7 年之前
  Gregory Nutt 3c6981534f Networking: Move INET socket interface out of net/sockets to its own directory net/inet 7 年之前
  Gregory Nutt 7258f1cbfc IP forwarding: Move to separate directory. A few fixes from early testing; In TUN driver, do all polling on worker thread. Otherwise, the stack gets very deep. 7 年之前
  Gregory Nutt bfb93338f6 Move net/iob to drivers/iob so that the I/O buffering feature can be available to other drivers when networking is disabled. 7 年之前
  Jussi Kivilinna cd3c9634c8 Add user-space networking stack API (usrsock) 7 年之前
  Gregory Nutt 07bdff9ef7 Networking: Add NetDB support for the local loopback device 9 年之前
  Gregory Nutt f94fe747ae Undo part of a previous change. Move get/sethostname back from net/netdb to libc/unistd 9 年之前
  Gregory Nutt 6380832ab7 Move the header of set/sethostname from libc/unisted to net/netdb. This is OS internal stuff 9 年之前
  Gregory Nutt 81a3daca6d Add basic build structure for Unix domain sockets 9 年之前
  Gregory Nutt 0f364f6ae6 Networking: Move net/ipv6 to net/neighbor 9 年之前
  Gregory Nutt fcd65e9d7d Networking: Make a home for ICMPv6 9 年之前
  Gregory Nutt 50b749a636 Clean-up naming associated with network checksums 10 年之前
  Gregory Nutt fce2a79abd Rename uip_driver_s net_driver_s 10 年之前
  Gregory Nutt 081ff02ec9 Add net/README.txt 10 年之前