4531 Révisions (c597c7a071f6dd42233b53012133e861e794c9c8)
 

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