4531 Commits (c597c7a071f6dd42233b53012133e861e794c9c8)
 

Author SHA1 Message Date
  Michael Brown c597c7a071 [ping] Add generic ping mechanism 10 years ago
  Michael Brown 46873eda44 [ping] Add concept of a ping socket 10 years ago
  Michael Brown 5c2ffc26cc [icmp] Add support for sending ICMP echo requests 10 years ago
  Michael Brown 12605efded [resolv] Use sock_aton() to allow parsing of arbitrary numeric addresses 10 years ago
  Michael Brown 2c76c1a6d8 [ipv6] Add IPv6 socket address converter 10 years ago
  Michael Brown 365a09d867 [ipv4] Add IPv4 socket address converter 10 years ago
  Michael Brown b6a9152f8c [socket] Add concept of a generalised socket address converter 10 years ago
  Michael Brown 8f30ea4a6b [netdevice] Add find_netdev_by_index() 10 years ago
  Michael Brown e6ad90540b [udp] Add AF_INET6 socket opener 10 years ago
  Michael Brown 9f324cf9a5 [tcp] Add AF_INET6 socket opener 10 years ago
  Michael Brown 7405685df2 [cmdline] Add "nstat" command 10 years ago
  Michael Brown 37ccbd301d [neighbour] Add nstat() function to print out neighbour table 10 years ago
  Michael Brown cba22d36b7 [build] Work around bug in gcc >= 4.8 10 years ago
  Michael Brown a9fa0d5f2b [ipv6] Add inet6_aton() 10 years ago
  Michael Brown 8dd180f165 [tcp] Reduce path MTU to 1280 bytes 10 years ago
  Michael Brown 8aaa48beb8 [ipv6] Fix uninitialised-variable warning 10 years ago
  Michael Brown f7f3087cc5 [ipv6] Replace IPv6 stack 10 years ago
  Michael Brown 43307b4e39 [ipv4] Abstract out protocol-specific portions of "route" command 10 years ago
  Michael Brown c6a04085d2 [neighbour] Generalise concept of neighbour discovery 10 years ago
  Michael Brown 6bf36f57a0 [tcpip] Pass through network device to transport layer protocols 10 years ago
  Michael Brown 8a2dc7a588 [linux] Apply MAC address prior to registering network device 10 years ago
  Michael Brown 0f787df284 [ethernet] Add support for generating multicast hash for IPv6 addresses 10 years ago
  Michael Brown 0b65c8cad6 [netdevice] Add method for generating EUI-64 address from link-layer address 10 years ago
  Michael Brown d5f69e9388 [netdevice] Add concept of a network device index 10 years ago
  Michael Brown c9ed9cb4e7 [netdevice] Increase maximum network-layer address length 10 years ago
  Michael Brown 22a0c4475c [ipv4] Generalise fragment reassembly mechanism 10 years ago
  Michael Brown ae0124cd40 [linux] Give tap devices a name and bus type 10 years ago
  Michael Brown 3e975ecf3f [settings] Make built-in settings a linker table 10 years ago
  Thomas Miletich 6d72b498c2 [3c90x] Fix High-MTU packet reception 11 years ago
  Thomas Miletich e5f6471525 [3c90x] Don't round up transmit packet length 11 years ago
  Thomas Miletich b324a9c243 [3c90x] Stall upload engine before setting RX ring address 11 years ago
  Michael Brown 82e452d427 [http] Add support for HTTP POST 11 years ago
  Michael Brown e52380fa3b [uri] Allow URIs to incorporate a parameter list 11 years ago
  Michael Brown 430c3fb900 [cmdline] Add "params" and "param" commands to manage form parameter lists 11 years ago
  Michael Brown 564419c7e1 [params] Add support for the general concept of a form parameter list 11 years ago
  Michael Brown c692a690da [settings] Expose memory map via settings mechanism 11 years ago
  Michael Brown 55daa953fb [settings] Allow numeric_setting_value() to handle long setting values 11 years ago
  Michael Brown d105627928 [test] Add self-tests for snprintf() 11 years ago
  Michael Brown 55201e2d0e [settings] Expose CPUID instruction via settings mechanism 11 years ago
  Marin Hannache 53c01d6444 [nfs] Fix an issue with the selection of a local port 11 years ago
  Michael Brown 252d28f098 [tcpip] Allow binding to unspecified privileged ports (below 1024) 11 years ago
  Michael Brown 0350682865 [ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6 11 years ago
  Michael Brown e972057381 [udp] Move high-frequency debug messages to DBGLVL_EXTRA 11 years ago
  Michael Brown b76885165e [cmdline] Add "pciscan" command to allow iteration over PCI devices 11 years ago
  Michael Brown 6d910559b3 [pci] Add pci_find_next() to iterate over existent PCI devices 11 years ago
  Michael Brown 2b869786c5 [cmdline] Add "inc" command 11 years ago
  Michael Brown c70d4cb1b3 [settings] Introduce the generalised concept of a numeric setting 11 years ago
  Michael Brown 31f5211035 [script] Allow commands following a script label 11 years ago
  Michael Brown 7fc18ea8ab [script] Allow initial whitespace on lines containing labels 11 years ago
  Michael Brown bd6c3a1886 [settings] Remove now-unused fetchf_named_setting() and storef_named_setting() 11 years ago