]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2013-12-05  Michael Brown[socket] Ensure socket address structure sizes are...
2013-12-05  Michael Brown[dns] Add support for resolving IPv6 addresses via...
2013-12-05  Michael Brown[settings] Add fetch_ipv6_setting()
2013-12-05  Michael Brown[settings] Allow for IPv6 setting types in non-IPv6...
2013-12-05  Michael Brown[settings] Explicitly separate the concept of a complet...
2013-12-02  Michael Brown[fbcon] Add support for displaying a cursor
2013-12-02  Michael Brown[menu] Hide cursor when displaying menu
2013-12-02  Michael Brown[settings] Hide cursor when not actively editing a...
2013-12-02  Michael Brown[mucurses] Implement curs_set() to control cursor visib...
2013-12-02  Michael Brown[console] Allow '?' as an intermediate byte in ANSI...
2013-12-02  Michael Brown[build] Fix building on OpenBSD 5.4
2013-11-28  Michael Brown[vesafb] Select an optimal mode, rather than the first...
2013-11-28  Michael Brown[vesafb] Return meaningful error when no suitable mode...
2013-11-28  Michael Brown[vesafb] Skip modes for which we cannot get mode inform...
2013-11-28  Michael Brown[vesafb] Include raw status value within VBE error...
2013-11-28  Michael Brown[vesafb] Add VESA frame buffer console
2013-11-28  Michael Brown[fbcon] Add generic concept of a frame buffer console
2013-11-28  Michael Brown[cmdline] Add "console" command to configure console
2013-11-28  Michael Brown[console] Add concept of generic console configuration
2013-11-28  Michael Brown[console] Allow console input and output to be disabled...
2013-11-28  Michael Brown[mucurses] Use "<ESC>[2J" ANSI escape sequence to clear...
2013-11-27  Michael Brown[pnm] Add support for PNM images
2013-11-27  Michael Brown[image] Add image_pixbuf() to create pixel buffer from...
2013-11-27  Michael Brown[image] Allow for non-executable image formats
2013-11-27  Michael Brown[pixbuf] Add generic concept of a pixel buffer
2013-11-27  Michael Brown[console] Pass escape sequence context to ANSI escape...
2013-11-27  Michael Brown[main] Defer "initialising devices" message until initi...
2013-11-27  Michael Brown[test] Include failing code within failed test result...
2013-11-15  Michael Brown[dhcpv6] Allow stateful DHCPv6 to apply obtained IPv6...
2013-11-15  Michael Brown[ipv6] Separate the concepts of prefix and address...
2013-11-15  Christian Hesse[build] Update build system for Syslinux 6.x
2013-11-14  Michael Brown[dhcpv6] Add basic support for stateful and stateless...
2013-11-14  Michael Brown[ipv6] Add "ipv6" setting type
2013-11-14  Michael Brown[ipv6] Use given source address only if it is not the...
2013-11-14  Michael Brown[settings] Move user-class setting from dhcp.c to setti...
2013-11-14  Michael Brown[base16] Fix comparison of signed and unsigned integers
2013-11-08  Michael Brown[pxe] Ensure cached DHCPACK is retrieved prior to netwo...
2013-11-07  Michael Brown[cmdline] Generate command option help text automatically
2013-11-07  Michael Brown[ipv6] Add IPv6 network device configurator
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
next