]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2010-09-22  Michael Brown[fcp] Add support for describing an FCP device using EDD
2010-09-22  Michael Brown[ata] Add support for describing an ATA device using EDD
2010-09-22  Michael Brown[fcoe] Add support for identifying the underlying hardw...
2010-09-22  Michael Brown[infiniband] Add support for identifying the underlying...
2010-09-22  Michael Brown[aoe] Add support for identifying the underlying hardwa...
2010-09-22  Michael Brown[int13] Add infrastructure to support EDD version 4.0
2010-09-22  Michael Brown[aoe] Fail immediately when network device is closed
2010-09-22  Michael Brown[contrib] Allow "cow" script to create the SAN device...
2010-09-22  Michael Brown[contrib] Add script to easily create copy-on-write...
2010-09-22  Michael Brown[contrib] Add contrib/vm, containing utilities from...
2010-09-21  Michael Brown[settings] Modify "set" command to allow space separate...
2010-09-21  Michael Brown[hermon] Add support for dual-protocol devices
2010-09-21  Itay Gazit[hermon] Add infrastructure for Ethernet devices
2010-09-21  Michael Brown[hermon] Use SET_PORT to set port parameters
2010-09-21  Michael Brown[infiniband] Add the notion of an Ethernet queue pair...
2010-09-21  Michael Brown[infiniband] Avoid leaving uninitialised lists in struc...
2010-09-21  Michael Brown[fc] Ignore fabric-assigned port ID for fabricless...
2010-09-21  Michael Brown[fc] Allow FLOGI response to be sent to newly-assigned...
2010-09-21  Michael Brown[lotest] Add loopback testing commands
2010-09-18  Michael Brown[hermon] Tidy up ICM allocations
2010-09-18  Michael Brown[hermon] Minimise the number of VPM mapping operations
2010-09-18  Michael Brown[arbel] Minimise the number of VPM mapping operations
2010-09-18  Michael Brown[fc] Maintain port, peer and ULP lists in order of...
2010-09-18  Michael Brown[arbel] Allocate only as much memory as is needed for...
2010-09-17  Michael Brown[arbel] Synchronise changes with the Hermon driver
2010-09-17  Michael Brown[arbel] Optimise ICM layout to reduce overall memory...
2010-09-17  Michael Brown[arbel] Perform ICM allocations according to the specif...
2010-09-17  Michael Brown[arbel] Allow for multiple calls to ib_modify_qp()
2010-09-17  Michael Brown[arbel] Inform embedded SMA of partition key changes
2010-09-17  Michael Brown[arbel] Improve debugging output and facilities
2010-09-17  Michael Brown[arbel] Randomise the high-order bits of queue pair...
2010-09-17  Michael Brown[arbel] Allow software GMA to receive packets destined...
2010-09-17  Michael Brown[arbel] Map all event types to our event queue
2010-09-16  Michael Brown[hermon] Map all event types to our event queue
2010-09-16  Michael Brown[infiniband] Add node GUID as distinct from the first...
2010-09-16  Michael Brown[arbel] Poll for link state changes while DOWN
2010-09-16  Michael Brown[hermon] Poll for link state changes while DOWN
2010-09-16  Michael Brown[infiniband] Always call ib_link_state_changed() in...
2010-09-15  Michael Brown[scsi] Include sense key within error number reported...
2010-09-15  Michael Brown[infiniband] Match GID/GUID terminology as used in...
2010-09-15  Michael Brown[e1000] Strip the Ethernet CRC from received packets
2010-09-15  Michael Brown[fcoe] Disambiguate the various error cases and add...
2010-09-15  Michael Brown[netdevice] Report network-layer errors via network...
2010-09-15  Michael Brown[fcoe] Add support for Fibre Channel over Ethernet
2010-09-15  Michael Brown[fcp] Add support for the Fibre Channel Protocol
2010-09-15  Michael Brown[fc] Add Fibre Channel management commands
2010-09-15  Michael Brown[fc] Add support for Fibre Channel devices
2010-09-14  Michael Brown[block] Replace gPXE block-device API with an iPXE...
2010-09-12  Michael Brown[hermon] Use correct alignment for doorbell records
2010-09-12  Michael Brown[hermon] Set event queue number for completion queues
2010-09-12  Michael Brown[hermon] Improve debugging output and facilities
2010-09-12  Michael Brown[infiniband] Respond to CM disconnection requests
2010-09-12  Michael Brown[infiniband] Fix TID magic signature
2010-09-12  Michael Brown[infiniband] Include SRP by default, but only for Infin...
2010-09-12  Michael Brown[ethernet] Include AoE only for Ethernet builds
2010-09-12  Michael Brown[build] Remove unnecessary constraint on DBG_ENABLE...
2010-09-12  Michael Brown[multiboot] Reduce length of "Features" startup banner
2010-09-06  Michael Brown[retry] Add TIMER_INIT() for initialising static timers
2010-09-05  Michael Brown[rtl8139] Check for oversized packets when transmitting
2010-09-05  Michael Brown[xfer] Add xfer_window_changed()
2010-09-05  Michael Brown[infiniband] Add the concept of an Infiniband upper...
2010-09-05  Michael Brown[netdevice] Add the concept of a network upper-layer...
2010-09-05  Michael Brown[netdevice] Call netdev_link_[up|down|err]() only while...
2010-09-05  Michael Brown[sis190] Initialise network device before calling regis...
2010-09-05  Michael Brown[tables] Add for_each_table_entry_continue() and _conti...
2010-09-03  Michael Brown[rtl8139] Strip CRC from received packets
2010-09-03  Michael Brown[retry] Hold reference while timer is running and durin...
2010-09-03  Michael Brown[process] Add process_running()
2010-09-03  Michael Brown[tables] Add table_index()
2010-09-03  Michael Brown[xfer] Add xfer_deliver_raw_meta()
2010-09-03  Michael Brown[xfer] Generalise metadata "whence" field to "flags...
2010-09-03  Marty Connor[eepro100] Add new PCI ID 8086:27dc
2010-08-20  Piotr Jaroszyński[build] Fix misaligned table entries when using gcc 4.5
2010-08-19  Joshua Oreman[compiler] Prevent empty weak function stubs from being...
2010-08-19  Michael Brown[build] Add tap.linux to "make everything"
2010-08-19  Piotr Jaroszyński[linux] Add the tap driver
2010-08-19  Piotr Jaroszyński[linux] Add command line arguments
2010-08-19  Piotr Jaroszyński[linux] Add device and driver model
2010-08-19  Piotr Jaroszyński[linux] Add empty smbios
2010-08-19  Piotr Jaroszyński[linux] Add nap
2010-08-19  Piotr Jaroszyński[linux] Add umalloc
2010-08-19  Piotr Jaroszyński[linux] Add uaccess
2010-08-19  Piotr Jaroszyński[linux] Add timer
2010-08-19  Piotr Jaroszyński[linux] Add console
2010-08-19  Piotr Jaroszyński[linux] Add most of the linux api
2010-08-19  Piotr Jaroszyński[linux] Add linux_syscall
2010-08-19  Piotr Jaroszyński[linux] Add linux api headers
2010-08-19  Piotr Jaroszyński[linux] Add linuxprefix
2010-08-19  Piotr Jaroszyński[dhcp] Use i386-pcbios DHCP options on linux
2010-08-19  Piotr Jaroszyński[linux] Add linux platform skeleton
2010-08-19  Piotr Jaroszyński[libc] Add strtoull()
2010-08-17  Piotr Jaroszyński[mtnic] Switch to malloc_dma() and free_dma()
2010-08-17  Piotr Jaroszyński[libc] Add isxdigit()
2010-08-17  Piotr Jaroszyński[settings] Export find_setting()
2010-08-17  Michael Brown[build] Provide %.fd0 build targets only for pcbios
2010-08-16  Piotr Jaroszyński[build] Add everything target
2010-08-16  Piotr Jaroszyński[build] Properly handle multiple goals per BIN directory
2010-08-16  Piotr Jaroszyński[build] Build pcbios specific drivers only on pcbios
2010-08-16  Piotr Jaroszyński[ioapi] Move get_memmap() to the I/O API group
2010-08-16  Michael Brown[dhcp] Allow multiple interfaces in dhcp command
next