summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ip6.h
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-80/+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.
* [IPv4] Tidy up some header files.Michael Brown2008-03-231-1/+1
|
* Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-031-1/+1
|
* pkbuff->iobuf changeoverMichael Brown2007-05-191-5/+5
| | | | | | | | Achieved via Perl using: perl -pi -e 's/pk_buff/io_buffer/g; s/Packet buffer/I\/O buffer/ig; ' \ -e 's/pkbuff\.h/iobuf.h/g; s/pkb_/iob_/g; s/_pkb/_iob/g; ' \ -e 's/pkb/iobuf/g; s/PKB/IOB/g;'
* IPv6 minirouting table entries hold persistent references to net devices.Michael Brown2007-01-041-0/+5
|
* IP6 supportNikhil Chandru Rao2006-08-191-6/+41
|
* Removed some bugs in TCPNikhil Chandru Rao2006-08-081-1/+2
|
* IP6 specificationsNikhil Chandru Rao2006-06-281-0/+37