summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ip.h
Commit message (Expand)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-97/+0Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [IPv4] Tidy up some header files.Michael Brown2008-03-231-7/+22
* [Settings] Use a settings applicator to configure IPv4 routes.Michael Brown2008-03-211-5/+0Star
* Make masking constants unsigned, to avoid a gcc3-only compiler warning.Michael Brown2007-07-051-6/+6
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-271-3/+0Star
* pkbuff->iobuf changeoverMichael Brown2007-05-191-4/+4
* Add route() function to display routing table.Michael Brown2007-01-101-0/+21
* Verify checksums on the RX datapath.Michael Brown2007-01-031-1/+1
* Added features that will be required for PXE UDP support.Michael Brown2006-08-021-4/+0Star
* Minor changes to the network layer rx() functionsNikhil Chandru Rao2006-08-011-1/+1
* Added fragment reassembly codeNikhil Chandru Rao2006-06-301-0/+23
* Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and in...Nikhil Chandru Rao2006-06-281-1/+3
* Added ipv4_pseudo_header structureNikhil Chandru Rao2006-06-281-10/+8Star
* added support for processing and transmitting without uIPNikhil Chandru Rao2006-06-251-0/+26
* Simplify RX data path.Michael Brown2006-06-181-1/+3
* Simplify TX datapath.Michael Brown2006-06-161-0/+6
* Put the TCP connection periodic processing in tcp.c, where it belongs.Michael Brown2006-04-301-8/+2Star
* Header rearrangement.Michael Brown2006-04-241-3/+3
* Added set_netmask() and set_gateway()Michael Brown2006-04-051-0/+2
* Split non-TCP portions of the stack out into ip.[ch].Michael Brown2006-03-241-0/+18