4551 Commits (55e85ad1ee318aa559f071d95741391eaf2dc1de)
 

Author SHA1 Message Date
  Michael Brown 55e85ad1ee [cmdline] Allow "if<xxx>" commands to take options 10 years ago
  Michael Brown 16d37102ca [ifmgmt] Rewrite iflinkwait() to use monojob_wait() 10 years ago
  Michael Brown 170d493bf3 [autoboot] Fix shell banner timeout 10 years ago
  Michael Brown 92c56e129b [cmdline] Rewrite "sync" command to use monojob_wait() 10 years ago
  Michael Brown dc7a023715 [monojob] Report ongoing job status as overall return status on timeout 10 years ago
  Michael Brown d1be9f4acc [monojob] Add timeout parameter to monojob_wait() 10 years ago
  Michael Brown 5674a3c087 [job] Allow job_progress() to return an ongoing job status code, if known 10 years ago
  Michael Brown a3346e3587 [interface] Default to calling intf_restart() in response to intf_close() 10 years ago
  Michael Brown 5c11ff6304 [netdevice] Make all net_driver methods optional 10 years ago
  Michael Brown 5e1fa5cd40 [parseopt] Add parse_timeout() 10 years ago
  Michael Brown b15dbc9cc6 [ipv6] Add ndp_tx_router_solicitation() to send router solicitations 10 years ago
  Michael Brown 10d19bd2ac [pxe] Always retrieve cached DHCPACK and apply to relevant network device 10 years ago
  Michael Brown 1aa67eba16 [ipv6] Automatically choose source for link-local and multicast destinations 10 years ago
  Michael Brown fec127cb07 [ipv6] Treat sin6_scope_id consistently 10 years ago
  Michael Brown 33652880a7 [ipv6] Support stateless address autoconfiguration (SLAAC) 10 years ago
  Michael Brown 2dca2e6ade [ipv6] Extract link layer addresses from router advertisements 10 years ago
  Michael Brown 595e32d7ab [ipv6] Handle IPv6 option length correctly 10 years ago
  lolipop 0780bccb68 [intel] Add Intel I217 Gigabit Ethernet PCI ID 10 years ago
  Michael Brown 6f43ba411d [cmdline] Add "ping" command 10 years ago
  Michael Brown de35167714 [ping] Add top-level ping() function to ping a host 10 years ago
  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