942 Commits (c6c80789642c866250bfdce474b3037351bf4fb1)

Autor SHA1 Nachricht Datum
  Michael Brown 46873eda44 [ping] Add concept of a ping socket vor 12 Jahren
  Michael Brown 5c2ffc26cc [icmp] Add support for sending ICMP echo requests vor 12 Jahren
  Michael Brown 2c76c1a6d8 [ipv6] Add IPv6 socket address converter vor 12 Jahren
  Michael Brown 365a09d867 [ipv4] Add IPv4 socket address converter vor 12 Jahren
  Michael Brown b6a9152f8c [socket] Add concept of a generalised socket address converter vor 12 Jahren
  Michael Brown 8f30ea4a6b [netdevice] Add find_netdev_by_index() vor 12 Jahren
  Michael Brown e6ad90540b [udp] Add AF_INET6 socket opener vor 12 Jahren
  Michael Brown 9f324cf9a5 [tcp] Add AF_INET6 socket opener vor 12 Jahren
  Michael Brown 37ccbd301d [neighbour] Add nstat() function to print out neighbour table vor 12 Jahren
  Michael Brown a9fa0d5f2b [ipv6] Add inet6_aton() vor 12 Jahren
  Michael Brown 8aaa48beb8 [ipv6] Fix uninitialised-variable warning vor 12 Jahren
  Michael Brown f7f3087cc5 [ipv6] Replace IPv6 stack vor 12 Jahren
  Michael Brown c6a04085d2 [neighbour] Generalise concept of neighbour discovery vor 12 Jahren
  Michael Brown 6bf36f57a0 [tcpip] Pass through network device to transport layer protocols vor 12 Jahren
  Michael Brown 0f787df284 [ethernet] Add support for generating multicast hash for IPv6 addresses vor 12 Jahren
  Michael Brown 0b65c8cad6 [netdevice] Add method for generating EUI-64 address from link-layer address vor 12 Jahren
  Michael Brown d5f69e9388 [netdevice] Add concept of a network device index vor 12 Jahren
  Michael Brown 22a0c4475c [ipv4] Generalise fragment reassembly mechanism vor 12 Jahren
  Michael Brown ae0124cd40 [linux] Give tap devices a name and bus type vor 12 Jahren
  Michael Brown 82e452d427 [http] Add support for HTTP POST vor 12 Jahren
  Marin Hannache 53c01d6444 [nfs] Fix an issue with the selection of a local port vor 12 Jahren
  Michael Brown 252d28f098 [tcpip] Allow binding to unspecified privileged ports (below 1024) vor 12 Jahren
  Michael Brown 0350682865 [ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6 vor 12 Jahren
  Michael Brown e972057381 [udp] Move high-frequency debug messages to DBGLVL_EXTRA vor 12 Jahren
  Michael Brown 063645118c [settings] Clarify usage of the term "named setting" vor 12 Jahren
  Marin Hannache 30de9e8300 [nfs] Add support for NFS protocol vor 12 Jahren
  Michael Brown eba6bb38f2 [cmdline] Accept "netX" in iPXE commands vor 12 Jahren
  Michael Brown 66ea458125 [settings] Make "netX" settings block function as a symbolic link vor 12 Jahren
  Michael Brown c0cff94320 [netdevice] Add "bustype" and "busloc" settings vor 12 Jahren
  Michael Brown d4f8e56bb4 [tcp] Fix comment to match code behaviour vor 12 Jahren
  Michael Brown 18d0818f94 [tcp] Do not send RST for unrecognised connections vor 12 Jahren
  Michael Brown c4bce43c3c [netdevice] Reset MAC address when asked to clear the "mac" setting vor 12 Jahren
  Michael Brown 08bf79582a [netdevice] Add "chip" setting vor 12 Jahren
  Michael Brown 15d2f947f5 [settings] Eliminate settings "tag magic" vor 12 Jahren
  Michael Brown 2095ed413e [netdevice] Add netdev_tx_defer() to allow drivers to defer transmissions vor 12 Jahren
  Michael Brown 4678864ce6 [build] Fix dubious uses of bitwise operators vor 12 Jahren
  Michael Brown b9663b8049 [build] Fix uses of literal 0 as a NULL pointer vor 12 Jahren
  Michael Brown 445ac9fbdc [netdevice] Use link-layer address as part of RNG seed vor 12 Jahren
  Michael Brown e42bc3aa37 [libc] Use __einfo() tuple as first argument to EUNIQ() vor 12 Jahren
  Michael Brown d938e50136 [uuid] Abstract UUID mangling code out to a separate uuid_mangle() function vor 12 Jahren
  Michael Brown a9b63ecda5 [dhcp] Use PXE byte ordering for UUID in DHCP option 97 vor 12 Jahren
  Michael Brown 02b914e812 [tftp] Allow TFTP block size to be controlled via the PXE TFTP API vor 12 Jahren
  Michael Brown 77f64b11f7 [netdevice] Separate VLAN support from presence of VLAN-supporting drivers vor 12 Jahren
  Stefan Hajnoczi 7426177d63 [netdevice] Add vlan_tag() to get the VLAN tag of a network device vor 12 Jahren
  Michael Brown 0acc52519d [tls] Concatenate received non-data records before processing vor 13 Jahren
  Stefan Weil 3fcb8cf8dc [src] Fix spelling in comments, debug messages and local variable names vor 13 Jahren
  Michael Brown 4867085c0c [build] Include version number within only a single object file vor 13 Jahren
  Michael Brown 88e19fcda9 [netdevice] Clear network device setting before unregistering vor 13 Jahren
  Michael Brown 947976da0c [netdevice] Do not force a poll on net_tx() vor 13 Jahren
  Michael Brown 885384faf3 [arp] Increase robustness of ARP discarder vor 13 Jahren