提交历史

作者 SHA1 备注 提交日期
  Alin Jerpelea 37d5c1b0d9 net: Author Gregory Nutt: update licenses to Apache 3 年之前
  Xiang Xiao e75b5e9d86 net/tcp and udp: Move tcp/udp recvfrom into tcp/udp folder 4 年之前
  Xiang Xiao e869a10c18 net/tcp, udp: Move tcp/udp close operation into tcp/udp folder 4 年之前
  Xiang Xiao 677536ccf5 net/udp: Rename udp_psock_sendto_xxx.c to udp_sendto_xxx.c like TCP 4 年之前
  Xiang Xiao 90c52e6f8f Squashed commit of the following: 4 年之前
  Gregory Nutt de5a6163d5 This commit implements a proper version of SO_LINGER. Not sufficiently tested on initial commit. 5 年之前
  Gregory Nutt b49be4bb20 Squashed commit of the following: 5 年之前
  Gregory Nutt 28f73bd928 net/tcp and udp: Add logic to signal events when TCP or UDP read-ahead data is buffered. 6 年之前
  Gregory Nutt c65e1aa3df Squashed commit of the following: 6 年之前
  Gregory Nutt efed1b6aa1 net/udp: Remove an unused variable warning. Add some comments. 6 年之前
  Gregory Nutt fef255e5be This commit adds an as-of-yet untested implemented of UDP write buffering. 6 年之前
  Gregory Nutt aa2e9c15a5 IP forwarding: Major rearchitecting of the outgoing portion of the IP forwarding logic necessary into to properly received device-related forwarding events. 7 年之前
  Gregory Nutt 31f832d8c5 IP forwarding: Flesh out TCP, UDP, and ICMPv6 packet forwarding logic. 7 年之前
  Gregory Nutt c0c275c8fc IP forwarding. Adds a little more structure to handle passing packets received on one network device to another network device. Logic is still incomplete. 7 年之前
  Jussi Kivilinna cd3c9634c8 Add user-space networking stack API (usrsock) 7 年之前
  Gregory Nutt 530d229361 net/udp: Add support for send() with connected UDP sockets 9 年之前
  Gregory Nutt 2102892e7b Fix missing file and some compilation errors from the last UDP committ 9 年之前
  Gregory Nutt de91d34a19 Networking: Separate out UDP poll logic from socket/net_poll.c into a new udp/udp_netpoll.c; Create a skeleton local/local_netpoll.c for future poll support on Unix domain sockets. 9 年之前
  Gregory Nutt 2c7123197c Networking: Move UDP-specifc parts of sendto() out of socket/sendto.c and into udp/udp_sendto.c. Hook in Unix domain sokcet sendto() logic (still just a stub for the moment) 9 年之前
  Gregory Nutt 2c251d845c include/net/if.h: Add a bit to the device flags to indicate if the device packet buffer holds an IPv4 or an IPv6 domain packet. Set/clear the flag along with the correct offset to the application payload data as each packet is received. 9 年之前
  Gregory Nutt 96a6c725d5 NET: Some minor clean-up 10 年之前
  Gregory Nutt 64c8dba8c4 NET: Create net/sockets directory and hook into the build/configuration system 10 年之前
  Gregory Nutt f57024406a Clean up IGMP naming 10 年之前
  Gregory Nutt 382920b9a9 Move UDP files from net/uip to net/udp 10 年之前