summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/etherfabric.c
Commit message (Expand)AuthorAgeFilesLines
* [etherfabric] Avoid use of sleep() in driver codeMichael Brown2016-03-221-1/+1
* [pci] Rewrite unrelicensable portions of pci.hMichael Brown2015-03-031-1/+1
* [build] Fix uses of literal 0 as a NULL pointerMichael Brown2013-04-281-1/+2
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-031-4/+4
* [mii] Synchronise constants with current Linux include/linux/mii.hMichael Brown2012-04-181-1/+0Star
* [console] Move putchar() and getchar() declarations to stdio.hMichael Brown2012-03-261-1/+1
* [etherfabric] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-6/+1Star
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-091-1/+1
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-3/+2Star
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-191-1/+1
* [nvo] Remove the non-volatile options fragment listMichael Brown2011-01-111-8/+3Star
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-051-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-7/+7
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-1/+1
* [ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp2009-05-261-49/+34Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+3
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-2/+2
* [etherfabric] Make use of pci_bar_start() 64-bit cleanMichael Brown2008-12-121-2/+3
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-191-3/+4
* [etherfabric] Merge changes from vendor treeMichael Brown2008-10-171-2337/+3147
* [i2c] Generalise i2c bit-bashing support to addressless devicesMichael Brown2008-10-011-3/+3
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-3/+3
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+0Star
* Default to port 0 (sic).Michael Brown2006-12-211-1/+1
* The "increment MAC address by port number" hack applies only to EF1.Michael Brown2006-12-181-3/+7
* The VPD engine is broken and can't actually handle placing VPDMichael Brown2006-12-051-1/+1
* Adjust EEPROM/flash detection to fit expected manufacturing practice.Michael Brown2006-12-051-8/+31
* Change some debugging messages to use DBG()Michael Brown2006-12-051-7/+7
* Add the concept of a fragment list for non-volatile stored options.Michael Brown2006-12-041-5/+12
* Fixed two logic errors that were cancelling each other out.Michael Brown2006-12-041-3/+3
* Migrated etherfabric driver to using generic SPI layer.Michael Brown2006-12-041-127/+58Star
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-041-5/+2Star
* Generalised the SPI abstraction layer to also be able to handle interfacesMichael Brown2006-12-041-2/+6
* Basic non-volatile storage supportMichael Brown2006-11-291-11/+107
* Merged changes from SolarflareMichael Brown2006-11-281-241/+713
* Temporary hack to work around the "TX overflow" problem in the interimMichael Brown2006-06-161-20/+3Star
* Add 4 bytes to maximum frame length to allow for the frame checksum.Michael Brown2006-06-161-1/+1
* Forward-port event queue fixes from 5.4 tree.Michael Brown2006-06-161-0/+27
* Forward-port start-of-day fixes from 5.4 treeMichael Brown2006-06-161-3/+31
* Forward-port reset-related changes from 5.4 tree.Michael Brown2006-06-161-46/+26Star
* Translate between "0 = success" and "0 = failure" call standards.Michael Brown2006-06-141-2/+2
* Update to use the generic i2c bit-bashing code.Michael Brown2006-06-111-223/+68Star
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-161-2/+2
* Header rearrangement.Michael Brown2006-04-241-1/+1
* Build under gpxeMichael Brown2006-03-161-17/+15Star
* Merge from Etherboot 5.4Michael Brown2006-03-161-0/+3042