]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2013-11-05  Michael Brown[dhcp] Remove obsolete dhcp() function
2013-11-05  Michael Brown[cmdline] Make "dhcp" command a synonym for "ifconf"
2013-11-05  Michael Brown[cmdline] Add "ifconf" command
2013-11-05  Michael Brown[autoboot] Use ifconf() to configure network device
2013-11-05  Michael Brown[ifmgmt] Add ifconf() to carry out network device confi...
2013-11-05  Michael Brown[parseopt] Add parse_netdev_configurator()
2013-11-05  Michael Brown[dhcp] Add DHCP network device configurator
2013-11-05  Michael Brown[netdevice] Add generic concept of a network device...
2013-11-05  Michael Brown[cmdline] Allow "if<xxx>" commands to take options
2013-11-05  Michael Brown[ifmgmt] Rewrite iflinkwait() to use monojob_wait()
2013-11-05  Michael Brown[autoboot] Fix shell banner timeout
2013-11-01  Michael Brown[cmdline] Rewrite "sync" command to use monojob_wait()
2013-11-01  Michael Brown[monojob] Report ongoing job status as overall return...
2013-11-01  Michael Brown[monojob] Add timeout parameter to monojob_wait()
2013-11-01  Michael Brown[job] Allow job_progress() to return an ongoing job...
2013-11-01  Michael Brown[interface] Default to calling intf_restart() in respon...
2013-11-01  Michael Brown[netdevice] Make all net_driver methods optional
2013-11-01  Michael Brown[parseopt] Add parse_timeout()
2013-10-25  Michael Brown[ipv6] Add ndp_tx_router_solicitation() to send router...
2013-10-25  Michael Brown[pxe] Always retrieve cached DHCPACK and apply to relev...
2013-10-25  Michael Brown[ipv6] Automatically choose source for link-local and...
2013-10-25  Michael Brown[ipv6] Treat sin6_scope_id consistently
2013-10-23  Michael Brown[ipv6] Support stateless address autoconfiguration...
2013-10-23  Michael Brown[ipv6] Extract link layer addresses from router adverti...
2013-10-23  Michael Brown[ipv6] Handle IPv6 option length correctly
2013-10-23  lolipop[intel] Add Intel I217 Gigabit Ethernet PCI ID
2013-10-21  Michael Brown[cmdline] Add "ping" command
2013-10-21  Michael Brown[ping] Add top-level ping() function to ping a host
2013-10-21  Michael Brown[ping] Add generic ping mechanism
2013-10-21  Michael Brown[ping] Add concept of a ping socket
2013-10-21  Michael Brown[icmp] Add support for sending ICMP echo requests
2013-10-21  Michael Brown[resolv] Use sock_aton() to allow parsing of arbitrary...
2013-10-21  Michael Brown[ipv6] Add IPv6 socket address converter
2013-10-21  Michael Brown[ipv4] Add IPv4 socket address converter
2013-10-21  Michael Brown[socket] Add concept of a generalised socket address...
2013-10-21  Michael Brown[netdevice] Add find_netdev_by_index()
2013-10-21  Michael Brown[udp] Add AF_INET6 socket opener
2013-10-21  Michael Brown[tcp] Add AF_INET6 socket opener
2013-09-25  Michael Brown[cmdline] Add "nstat" command
2013-09-25  Michael Brown[neighbour] Add nstat() function to print out neighbour...
2013-09-25  Michael Brown[build] Work around bug in gcc >= 4.8
2013-09-11  Michael Brown[ipv6] Add inet6_aton()
2013-09-04  Michael Brown[tcp] Reduce path MTU to 1280 bytes
2013-09-03  Michael Brown[ipv6] Fix uninitialised-variable warning
2013-09-03  Michael Brown[ipv6] Replace IPv6 stack
2013-09-03  Michael Brown[ipv4] Abstract out protocol-specific portions of ...
2013-09-03  Michael Brown[neighbour] Generalise concept of neighbour discovery
2013-09-03  Michael Brown[tcpip] Pass through network device to transport layer...
2013-09-03  Michael Brown[linux] Apply MAC address prior to registering network...
2013-09-03  Michael Brown[ethernet] Add support for generating multicast hash...
2013-09-03  Michael Brown[netdevice] Add method for generating EUI-64 address...
2013-09-03  Michael Brown[netdevice] Add concept of a network device index
2013-09-03  Michael Brown[netdevice] Increase maximum network-layer address...
2013-08-27  Michael Brown[ipv4] Generalise fragment reassembly mechanism
2013-08-27  Michael Brown[linux] Give tap devices a name and bus type
2013-08-27  Michael Brown[settings] Make built-in settings a linker table
2013-08-20  Thomas Miletich[3c90x] Fix High-MTU packet reception
2013-08-20  Thomas Miletich[3c90x] Don't round up transmit packet length
2013-08-20  Thomas Miletich[3c90x] Stall upload engine before setting RX ring...
2013-08-19  Michael Brown[http] Add support for HTTP POST
2013-08-19  Michael Brown[uri] Allow URIs to incorporate a parameter list
2013-08-19  Michael Brown[cmdline] Add "params" and "param" commands to manage...
2013-08-19  Michael Brown[params] Add support for the general concept of a form...
2013-08-12  Michael Brown[settings] Expose memory map via settings mechanism
2013-08-12  Michael Brown[settings] Allow numeric_setting_value() to handle...
2013-08-12  Michael Brown[test] Add self-tests for snprintf()
2013-08-07  Michael Brown[settings] Expose CPUID instruction via settings mechanism
2013-08-06  Marin Hannache[nfs] Fix an issue with the selection of a local port
2013-08-06  Michael Brown[tcpip] Allow binding to unspecified privileged ports...
2013-08-06  Michael Brown[ipv6] Rename sin_{family,port} to sin6_{family,port...
2013-08-06  Michael Brown[udp] Move high-frequency debug messages to DBGLVL_EXTRA
2013-08-05  Michael Brown[cmdline] Add "pciscan" command to allow iteration...
2013-08-05  Michael Brown[pci] Add pci_find_next() to iterate over existent...
2013-08-01  Michael Brown[cmdline] Add "inc" command
2013-08-01  Michael Brown[settings] Introduce the generalised concept of a numer...
2013-07-25  Michael Brown[script] Allow commands following a script label
2013-07-25  Michael Brown[script] Allow initial whitespace on lines containing...
2013-07-22  Michael Brown[settings] Remove now-unused fetchf_named_setting(...
2013-07-22  Michael Brown[settings] Eliminate calls to {fetch,store}f_named_sett...
2013-07-22  Michael Brown[settings] Eliminate call to storef_named_setting(...
2013-07-22  Michael Brown[parseopt] Add parse_setting()
2013-07-22  Michael Brown[parseopt] Move parse_settings() to parseopt.c
2013-07-22  Michael Brown[parseopt] Allow parsed option to be modified
2013-07-19  Michael Brown[settings] Remove now-unused store_named_setting()
2013-07-19  Michael Brown[settings] Eliminate call to store_named_setting()...
2013-07-19  Michael Brown[settings] Eliminate call to fetchf_named_setting(...
2013-07-19  Michael Brown[settings] Add fetchf_setting_copy()
2013-07-19  Michael Brown[settings] Change "not-found" semantics of fetch_settin...
2013-07-19  Michael Brown[settings] Expose parse_setting_name()
2013-07-19  Michael Brown[settings] Remove default_type parameter from parse_set...
2013-07-18  Michael Brown[settings] Remove temporary name buffer parameter from...
2013-07-18  Michael Brown[settings] Avoid potentially large stack allocations
2013-07-18  Michael Brown[settings] Clarify usage of the term "named setting"
2013-07-15  Michael Brown[build] Fix %.licence build target
2013-07-15  Michael Brown[legal] Add missing FILE_LICENCE declarations
2013-07-15  Michael Brown[script] Avoid trying to read final character of a...
2013-07-15  Marin Hannache[nfs] Add support for NFS protocol
2013-07-15  Michael Brown[ifmgmt] Avoid relying on global variable within ifcomm...
2013-07-15  Robin Smidsrød[build] Include ipxe.pxe in default build
2013-07-15  Marin Hannache[cmdline] Add "poweroff" command
next