]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2015-02-24  Michael Brown[prefix] Use .bss16 as temporary stack space for calls...
2015-02-20  Michael Brown[hyperv] Check for required features
2015-02-19  Michael Brown[libc] Rewrite strtoul()
2015-02-19  Michael Brown[ipv4] Rewrite inet_aton()
2015-02-18  Michael Brown[legal] Add missing copyright header to net/ipv4.c
2015-02-18  Michael Brown[test] Add IPv4 self-tests
2015-02-18  Michael Brown[xhci] Abort commands on timeout
2015-02-18  Michael Brown[xhci] Leak memory if controller fails to disable slot
2015-02-17  Michael Brown[timer] Rewrite the 8254 Programmable Interval Timer...
2015-02-17  Michael Brown[ncm] Use generic USB network device framework
2015-02-17  Michael Brown[ecm] Use generic USB network device framework
2015-02-17  Michael Brown[usb] Add generic USB network device framework
2015-02-17  Michael Brown[libc] Reduce size of memset()
2015-02-17  Michael Brown[test] Add constant-length memset() self-tests
2015-02-16  Michael Brown[test] Add self-tests for more string functions
2015-02-16  Michael Brown[libc] Rewrite string functions
2015-02-16  Michael Brown[libc] Remove unused string functions
2015-02-15  Michael Brown[ncm] Use generic refill framework for bulk IN and...
2015-02-13  Michael Brown[ecm] Use generic refill framework for bulk IN and...
2015-02-13  Michael Brown[usb] Use generic refill framework for USB hub interrup...
2015-02-13  Michael Brown[usb] Provide generic framework for refilling receive...
2015-02-12  Michael Brown[build] Apply the "-fno-PIE -nopie" workaround only...
2015-02-12  Michael Brown[efi] Disallow R_X86_64_32 relocations
2015-02-12  Olaf Hering[build] Sort objects in blib.a
2015-02-12  Michael Brown[usb] Handle port status changes received after failing...
2015-02-11  Michael Brown[rndis] Add rndis_rx_err()
2015-02-11  Michael Brown[build] Allow product tag line to be customised via...
2015-02-11  Michael Brown[build] Allow setting help text URI to be customised...
2015-02-11  Michael Brown[build] Allow command help text URI to be customised...
2015-02-11  Michael Brown[build] Allow error message URI to be customised via...
2015-02-11  Michael Brown[build] Allow product URI to be customised via config...
2015-02-11  Michael Brown[build] Use PRODUCT_SHORT_NAME for end-user visible...
2015-02-11  Michael Brown[build] Move branding information to config/branding.h
2015-02-11  Michael Brown[xhci] Delay after (possibly) forcing port link state...
2015-02-10  Michael Brown[ecm] Add support for CDC-ECM USB Ethernet devices
2015-02-10  Michael Brown[usb] Allow usb_stream() to enforce a terminating short...
2015-02-10  Michael Brown[usb] Parse endpoint descriptor bInterval field
2015-02-09  Michael Brown[usb] Handle CDC union functional descriptors
2015-02-09  Michael Brown[usb] Try multiple USB device configurations
2015-02-06  Michael Brown[ncm] Reserve headroom in received packets
2015-02-06  Michael Brown[pxe] Maintain a queue for received PXE UDP packets
2015-02-06  Michael Brown[pxe] Use tftp_uri() to construct PXE TFTP URIs
2015-02-06  Michael Brown[uri] Allow tftp_uri() to construct a URI with a custom...
2015-02-06  Michael Brown[tftp] Explicitly abort connection whenever parent...
2015-02-06  Michael Brown[ncm] Use large multi-packet buffers by default
2015-02-05  Michael Brown[usb] Report xHCI host controller events
2015-02-03  Michael Brown[ncm] Add support for CDC-NCM USB Ethernet devices
2015-02-03  Michael Brown[usb] Add support for xHCI host controllers
2015-02-03  Michael Brown[usb] Add basic support for USB hubs
2015-02-03  Michael Brown[usb] Add basic support for USB devices
2015-02-02  Michael Brown[romprefix] Ensure UNDI loader can be included by all...
2015-02-02  Michael Brown[pci] Allow drivers to specify a PCI class
2014-12-21  Michael Brown[build] Include Hyper-V driver in the all-drivers build
2014-12-21  Michael Brown[hyperv] Require support for VMBus version 3.0 or newer
2014-12-20  Michael Brown[hyperv] Tidy up debug output
2014-12-20  Michael Brown[rndis] Ignore start-of-day RNDIS_INDICATE_STATUS_MSG...
2014-12-20  Michael Brown[hyperv] Assume that VMBus xfer page ranges correspond...
2014-12-20  Michael Brown[hyperv] Increase TX ring size
2014-12-20  Michael Brown[hyperv] Receive all VMBus messages in a poll
2014-12-20  Michael Brown[rndis] Clear receive filter when closing the device
2014-12-20  Michael Brown[hyperv] Tear down NetVSC RX buffer GPADL after closing...
2014-12-19  Michael Brown[rndis] Send RNDIS_HALT_MSG
2014-12-19  Michael Brown[rndis] Send RNDIS_INITIALISE_MSG
2014-12-18  Michael Brown[hyperv] Add support for NetVSC paravirtual network...
2014-12-18  Michael Brown[hyperv] Add support for VMBus devices
2014-12-18  Michael Brown[hyperv] Add support for Hyper-V hypervisor
2014-12-18  Michael Brown[rndis] Add generic RNDIS device abstraction
2014-12-18  Michael Brown[iobuf] Add iob_split() to split an I/O buffer into...
2014-12-18  Michael Brown[device] Provide a driver-private data field for root...
2014-12-15  Michael Brown[malloc] Report caller address as soon as memory corrup...
2014-12-15  Michael Brown[malloc] Check integrity of free list
2014-12-15  Michael Brown[malloc] Sanity check parameters to alloc_memblock...
2014-12-15  Michael Brown[malloc] Tidy up debug output
2014-12-12  Michael Brown[list] Add sanity checks after list-adding functions
2014-12-12  Michael Brown[libc] Add ASSERTED macro to test if any assertion...
2014-12-12  Michael Brown[netdevice] Fix erroneous use of free(iobuf) instead...
2014-12-12  Michael Brown[vmxnet3] Add profiling code to exclude time spent...
2014-11-24  Michael Brown[crypto] Fix parsing of OCSP responder ID key hash
2014-10-31  Michael Brown[intel] Use autoloaded MAC address instead of EEPROM...
2014-10-23  Michael Brown[ping] Allow "ping" command output to be inhibited
2014-10-23  Michael Brown[ping] Allow termination after a specified number of...
2014-10-23  Michael Brown[ping] Report timed-out pings via the callback function
2014-10-17  Michael Brown[efi] Include NII driver within "snp" and "snponly...
2014-10-17  Michael Brown[efi] Check for presence of UNDI in NII protocol
2014-10-16  Michael Brown[efi] Add NII / UNDI driver
2014-10-16  Michael Brown[efi] Update to current EDK2 headers
2014-10-16  Michael Brown[efi] Generalise snpnet_dev_info() to efi_device_info()
2014-10-16  Michael Brown[efi] Free transmit ring entry before calling netdev_tx...
2014-10-03  Anton D. Kachalov[intel] Add 8086:1557 card (Intel 82599 10G ethernet...
2014-09-25  Michael Brown[efi] Add definitions of GUIDs observed when chainloadi...
2014-09-25  Michael Brown[efi] Centralise definitions of more protocol GUIDs
2014-09-24  Michael Brown[build] Use -malign-double to build 32-bit UEFI binaries
2014-09-22  Michael Brown[dhcp] Remove obsolete dhcp_chaddr() function
2014-09-22  Michael Brown[dhcp] Check for matching chaddr in received DHCP packets
2014-09-19  Michael Brown[efi] Provide dummy device path in efi_image_probe()
2014-09-16  Jan Kiszka[intel] Add I217-LM PCI ID
2014-09-10  Michael Brown[efi] Add efifatbin utility
2014-09-04  Michael Brown[build] Clean up all binary directories on "make [very...
2014-09-04  Michael Brown[efi] Allow for non-PCI snpnet devices
2014-09-04  Michael Brown[efi] Make EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL optional
next