]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2015-03-02  Michael Brown[libc] Rewrite setjmp() and longjmp()
2015-03-02  Michael Brown[libc] Rewrite unrelicensable portions of ctype.h
2015-03-02  Michael Brown[libc] Rewrite unrelicensable portions of stddef.h
2015-03-02  Michael Brown[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
2015-03-02  Michael Brown[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
2015-03-02  Michael Brown[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
2015-03-02  Michael Brown[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
2015-03-02  Michael Brown[legal] Add UBDL relicensing tool
2015-03-02  Michael Brown[legal] Add support for the Unmodified Binary Distribut...
2015-03-02  Michael Brown[mucurses] Add missing FILE_LICENCE declarations
2015-02-26  Michael Brown[legal] Include full licence text for all GPL2_OR_LATER...
2015-02-26  Michael Brown[legal] Update GPLv2 licence text
2015-02-26  Michael Brown[zbin] Remove now-unused unnrv2b.S decompressor
2015-02-26  Robin Smidsrød[vbox] Enable some more features now that we have LZMA...
2015-02-26  Michael Brown[zbin] Fix check for existence of most recent output...
2015-02-26  Michael Brown[zbin] Allow decompressor to generate debug output...
2015-02-26  Michael Brown[prefix] Call decompressor in flat real mode when DEBUG...
2015-02-26  Michael Brown[zbin] Perform extra normalisation after completing...
2015-02-25  Alex Williamson[dhcp] Extract timing parameters out to config/dhcp.h
2015-02-25  Michael Brown[zbin] Use LZMA compression
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
next