summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/interface.h
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-58/+0Star
| | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* Do not hold self-references. This then avoids the problem of having toMichael Brown2007-05-151-2/+4
| | | | | | | | | ensure that we only drop our self-reference exactly once. To maintain the guarantee that an object won't go out of scope unexpectedly while one of its event handlers is being called, the event-calling functions now automatically obtain and drop extra references.
* Clarify behaviour of plug() by using intf_put() and intf_get().Michael Brown2007-05-011-0/+20
|
* Added plug_plug()Michael Brown2007-04-301-0/+1
|
* Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown2007-04-301-9/+6Star
| | | | in code defining reference-counted objects.
* Initial sketch for the generic data-transfer interface.Michael Brown2007-04-271-0/+36
|
* Removing net/interface.c and include/gpxe/interface.hNikhil Chandru Rao2006-06-291-90/+0Star
|
* created interface for transport-network interfaceNikhil Chandru Rao2006-06-251-0/+90