summaryrefslogtreecommitdiffstats
path: root/src/core/nic.c
Commit message (Expand)AuthorAgeFilesLines
* ObsoleteMichael Brown2007-01-181-1210/+0Star
* commented out contents of core/nic.c, which should now be obsolete.Marty Connor2006-09-181-13/+25
* Kill off poll_interruptions(); it is lethal when we're acting as a PXEMichael Brown2006-08-151-5/+0Star
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-051-9/+2Star
* Header rearrangement.Michael Brown2006-04-241-4/+5
* Moved if_ether.h and if_arp.h to include/gpxe, for consistency with LinuxMichael Brown2006-04-191-5/+17
* Merge from Etherboot 5.4Michael Brown2006-03-161-6/+44
|\
* | Always include code for sending multicast packets.Michael Brown2005-06-021-4/+0Star
* | IGMP protocol now uses the generic background protocol mechanism.Michael Brown2005-06-021-156/+3Star
* | patch of Helge WagnerGeert Stappers2005-05-311-1/+1
|/
* Protocols now load data into a buffer; they don't execute it.Michael Brown2005-05-091-14/+5Star
* Split TCP code out into proto/tcp.cMichael Brown2005-05-021-297/+1Star
* More URL parsing moved into url.cMichael Brown2005-05-021-35/+7Star
* Always request DNS server. DHCP handling will be generalised in future.Michael Brown2005-04-301-19/+3Star
* tftp functions moved to proto/tftp.cMichael Brown2005-04-301-157/+3Star
* loadkernel renamed to download_url, substantially restructured, and movedMichael Brown2005-04-301-2/+62
* Added back in the actual call to load().Michael Brown2005-04-261-11/+18
* Renamed describe to describe_device for consistencyMichael Brown2005-04-251-4/+4
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-68/+45Star
* Fix endianness of dhcp device id structure.Michael Brown2005-04-181-5/+8
* WhoopsMichael Brown2005-04-131-2/+2
* Fix type of dummy_irq()Michael Brown2005-04-131-1/+1
* Avoid compiler warnings.Michael Brown2005-04-131-2/+2
* Use NIC's connect method.Michael Brown2005-04-131-2/+8
* Add dummy_connect and dummy_irqMichael Brown2005-04-121-4/+16
* struct nic is now part of struct dev, rather than the other way around.Michael Brown2005-04-121-111/+87Star
* Initial revisionMichael Brown2005-03-081-0/+1778