]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2015-09-02  Michael Brown[uri] Generalise tftp_uri() to pxe_uri()
2015-09-01  Michael Brown[pxe] Populate ciaddr in fake PXE Boot Server ACK packet
2015-09-01  Michael Brown[efi] Do not return EFI_NOT_READY from our ReceiveFilte...
2015-09-01  Michael Brown[efi] Fix order of events on SNP removal path
2015-09-01  Michael Brown[efi] Allow calls to efi_snp_claim() and efi_snp_releas...
2015-09-01  Michael Brown[tcpip] Allow supported address families to be detected...
2015-09-01  Michael Brown[build] Search for ldlinux.c32 separately from isolinux.bin
2015-09-01  Michael Brown[efi] Populate debug directory entry FileOffset field
2015-09-01  Michael Brown[efi] Fix debug directory size
2015-09-01  Michael Brown[efi] Add definitions of GUIDs observed when booting...
2015-08-29  Michael Brown[pxe] Construct all fake DHCP packets before starting...
2015-08-27  Michael Brown[efi] Improve efi_wrap debugging
2015-08-27  Michael Brown[efi] Include installed protocol list in unknown handle...
2015-08-27  Michael Brown[efi] Remove raw EFI_HANDLE values from debug messages
2015-08-27  Michael Brown[efi] Mark EFI debug transcription functions as __attri...
2015-08-27  Michael Brown[efi] Add definitions of GUIDs observed when booting...
2015-08-26  Michael Brown[dhcp] Do not skip ProxyDHCPREQUEST if next-server...
2015-08-25  Michael Brown[settings] Re-add "uristring" setting type
2015-08-21  Michael Brown[autoboot] Display image information as part of the...
2015-08-21  Michael Brown[image] Detect image type when image is first registered
2015-08-21  Michael Brown[test] Allow self-tests to report exit status when...
2015-08-21  Michael Brown[pxe] Warn about PXE NBPs that may be EFI executables
2015-08-18  Michael Brown[dhcp] Ignore ProxyDHCPACKs without PXE options
2015-08-18  Michael Brown[dhcp] Allow pseudo-DHCP servers to use pseudo-identifiers
2015-08-17  Fabrice Bacchella[efi] Work around bugs in Emulex NII driver
2015-08-17  Fabrice Bacchella[efi] Improve NII driver logging
2015-08-17  Wissam Shoukair[ipoib] Fix a race when chain-loading undionly.kpxe...
2015-08-17  Michael Brown[peerdist] Add support for PeerDist (aka BranchCache...
2015-08-17  Michael Brown[peerdist] Add block download multiplexer
2015-08-17  Michael Brown[peerdist] Add individual block download mechanism
2015-08-17  Michael Brown[peerdist] Add segment discovery mechanism
2015-08-17  Michael Brown[http] Rewrite HTTP core to support content encodings
2015-08-15  Michael Brown[block] Add generic block device translator
2015-08-14  Daniel Pieczko[prefix] Use correct register for KEEP_IT_REAL physical...
2015-08-03  Michael Brown[efi] Add missing "ULL" suffix on 64-bit constant
2015-08-03  Michael Brown[efi] Hold off watchdog timer while running
2015-08-02  Michael Brown[crypto] Support SHA-{224,384,512} in X.509 certificates
2015-08-02  Tufan Karadere[crypto] Add ASN.1 OIDs for sha{224,384,512}WithRsaEncr...
2015-08-02  Michael Brown[tls] Report supported signature algorithms in ClientHello
2015-07-31  Michael Brown[tls] Do not access beyond the end of a 24-bit integer
2015-07-31  Michael Brown[serial] Check for UART existence in uart_select()
2015-07-31  Michael Brown[comboot] Avoid dragging in serial console support...
2015-07-29  Michael Brown[elf] Reject ELFBoot images requiring virtual addressing
2015-07-28  Michael Brown[linebuf] Support buffering of multiple lines
2015-07-28  Michael Brown[pool] Add a generic concept of a pooled connection
2015-07-28  Michael Brown[peerdist] Add support for constructing and decoding...
2015-07-28  Michael Brown[peerdist] Add support for constructing and decoding...
2015-07-28  Michael Brown[peerdist] Include trimmed range within content informa...
2015-07-28  Michael Brown[netdevice] Allow network devices to disclaim IRQ suppo...
2015-07-28  Michael Brown[iscsi] Add missing "break" statements
2015-07-28  Michael Brown[ipv4] Allow IPv4 socket addresses to include a scope ID
2015-07-28  Michael Brown[ipv4] Redefine IP address constants to avoid unnecessa...
2015-07-28  Michael Brown[netdevice] Avoid using zero as a network device index
2015-07-28  Michael Brown[ipv6] Treat a missing network device name as "netX"
2015-07-27  Michael Brown[build] Fix strict-aliasing warning on older gcc versions
2015-07-27  Michael Brown[crypto] Remove AXTLS headers
2015-07-27  Michael Brown[test] Add NIST self-tests for AES192 in ECB and CBC...
2015-07-27  Michael Brown[crypto] Replace AES implementation
2015-07-27  Michael Brown[test] Add NIST self-tests for AES128 and AES256 in...
2015-07-27  Michael Brown[test] Define shortcuts for frequently-used NIST AES...
2015-07-27  Michael Brown[test] Generalise cipher tests and use okx()
2015-07-27  Michael Brown[crypto] Add ECB block cipher mode (for debug and self...
2015-07-27  Michael Brown[802.11] Use correct SHA1_DIGEST_SIZE constant name
2015-07-27  Michael Brown[crypto] Add bit-rotation functions for 8-bit and 16...
2015-07-27  Michael Brown[build] Fix compiler warnings on some gcc versions
2015-07-22  Michael Brown[downloader] Provide direct access to the underlying...
2015-07-22  Michael Brown[downloader] Use generic data-transfer buffer mechanism
2015-07-22  Michael Brown[xferbuf] Add xfer_buffer() to provide direct access...
2015-07-22  Michael Brown[xferbuf] Generalise to handle umalloc()-based buffers
2015-07-22  Michael Brown[xfer] Add xfer_check_order() utility function
2015-07-22  Michael Brown[xfer] Use intf_poke() to implement xfer_window_changed()
2015-07-22  Michael Brown[interface] Add intf_poke() helper
2015-07-22  Michael Brown[profile] Add profile_custom() for profiling with arbit...
2015-07-22  Michael Brown[fault] Add inject_corruption() to randomly corrupt...
2015-07-22  Michael Brown[fault] Generalise NETDEV_DISCARD_RATE fault injection...
2015-07-22  Michael Brown[tcp] Ensure FIN is actually sent if connection is...
2015-07-22  Michael Brown[build] Add named configuration for qemu
2015-07-22  Michael Brown[efi] Allow user experience to be downgraded
2015-07-22  Michael Brown[efi] Fix receive and transmit completion reporting
2015-07-22  Christian Nilsson[bios] Add ANSI blink attribute
2015-07-06  Bernd Wiebelt[tg3] Add support for BCM57766
2015-07-06  Michael Brown[ipoib] Transmit multicast packets as broadcasts
2015-07-04  Michael Brown[tcp] Gracefully close connections during shutdown
2015-06-30  Michael Brown[xen] Wait for and clear XenStore event before receivin...
2015-06-29  Michael Brown[gdb] Allow gdbstub to be started on an arbitrary seria...
2015-06-29  Michael Brown[ipoib] Attempt to generate ARPs as needed to repopulat...
2015-06-29  Michael Brown[ipoib] Mark REMAC cache as expensive
2015-06-29  Wissam Shoukair[comboot] Implement INT22,0x000c
2015-06-29  Michael Brown[serial] Use new UART abstraction in serial console...
2015-06-29  Michael Brown[gdb] Use new UART abstraction in GDB serial transport
2015-06-29  Michael Brown[serial] Add general abstraction of a 16550-compatible...
2015-06-29  Michael Brown[pxe] Always reconstruct packet for PXENV_GET_CACHED_INFO
2015-06-25  Michael Brown[dhcp] Defer discovery if link is blocked
2015-06-25  Michael Brown[stp] Fix interpretaton of hello time
2015-06-25  Michael Brown[stp] Add support for detecting Spanning Tree Protocol...
2015-06-25  Michael Brown[netdevice] Add a generic concept of a "blocked link"
2015-06-25  Michael Brown[ethernet] Add minimal support for receiving LLC frames
2015-06-25  Michael Brown[mromprefix] Report a dummy size at offset 0x02 of...
2015-06-25  Michael Brown[tcp] Do not shrink window when discarding received...
2015-06-23  Michael Brown[pci] Use flat real mode to call INT 1a,b101
next