4611 Commits (f79592545bec486cdd3204a063e9f119a2a96a65)
 

Author SHA1 Message Date
  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
  Michael Brown 652abb6706 [settings] Eliminate calls to {fetch,store}f_named_setting() in NVO commands 11 years ago
  Michael Brown 7010b10491 [settings] Eliminate call to storef_named_setting() in choose_exec() 11 years ago
  Michael Brown 1625a8c05f [parseopt] Add parse_setting() 11 years ago
  Michael Brown 46433f9b5e [parseopt] Move parse_settings() to parseopt.c 11 years ago
  Michael Brown b87020a090 [parseopt] Allow parsed option to be modified 11 years ago
  Michael Brown 8ea5822afd [settings] Remove now-unused store_named_setting() 11 years ago
  Michael Brown 44fd309044 [settings] Eliminate call to store_named_setting() in nslookup.c 11 years ago
  Michael Brown 129a70631a [settings] Eliminate call to fetchf_named_setting() in expand_settings() 11 years ago
  Michael Brown a5be7c4f29 [settings] Add fetchf_setting_copy() 11 years ago
  Michael Brown 72fb55e437 [settings] Change "not-found" semantics of fetch_setting_copy() 11 years ago
  Michael Brown 5ffcae69c0 [settings] Expose parse_setting_name() 11 years ago
  Michael Brown 77c70ac0cd [settings] Remove default_type parameter from parse_setting_name() 11 years ago
  Michael Brown 78178608e9 [settings] Remove temporary name buffer parameter from parse_setting_name() 11 years ago
  Michael Brown 3880ebeb18 [settings] Avoid potentially large stack allocations 11 years ago
  Michael Brown 063645118c [settings] Clarify usage of the term "named setting" 11 years ago
  Michael Brown ca319873bf [build] Fix %.licence build target 11 years ago
  Michael Brown 9978e2cb37 [legal] Add missing FILE_LICENCE declarations 11 years ago
  Michael Brown e52c24492a [script] Avoid trying to read final character of a zero-length string 11 years ago
  Marin Hannache 30de9e8300 [nfs] Add support for NFS protocol 11 years ago
  Michael Brown ed28c8304c [ifmgmt] Avoid relying on global variable within ifcommon_exec() 11 years ago