]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
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
2015-06-18  Michael Brown[xhci] Ignore invalid protocol speed ID values on Intel...
2015-06-18  Michael Brown[xhci] Record device-specific quirks in xHCI device...
2015-06-01  Michael Brown[ipoib] Fix REMAC cache discarder
2015-06-01  Michael Brown[xhci] Fix comparison of signed and unsigned integers
2015-06-01  Michael Brown[build] Fix .ids.o creation for drivers not in the...
2015-06-01  Michael Brown[xhci] Fix length of allocated slot array
2015-05-20  Michael Brown[neighbour] Return success when deferring a packet
2015-05-19  Michael Brown[intel] Fix operation when physical function has jumbo...
2015-05-19  Michael Brown[intel] Add intelxvf_stats() to dump packet statistics...
2015-05-19  Michael Brown[int13con] Add basic ability to log to a local disk...
2015-05-16  Michael Brown[intel] Add intelxvf driver for Intel 10 GigE virtual...
2015-05-16  Michael Brown[intel] Add support for mailbox used by virtual functions
2015-05-16  Michael Brown[intel] Allow for the use of advanced TX descriptors
2015-05-15  Michael Brown[intel] Expose intel_diag() for use by other Intel...
2015-05-13  Michael Brown[usb] Always clear recorded disconnections after perfor...
2015-05-13  Michael Brown[usb] Do not call usb_hotplug() when registering a...
2015-05-12  Michael Brown[usb] Add basic support for USB keyboards
2015-05-12  Michael Brown[usb] Add generic USB human interface device (HID)...
next