summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific toMichael Brown2006-08-011-2/+2
* Renamed tcpip_if.[ch] to tcpip.[ch]Michael Brown2006-08-011-0/+0
* Add dhcp_snprintf() for extracting DHCP string options.Michael Brown2006-07-201-0/+10
* Print out the lease time, just to show how easy it is.Michael Brown2006-07-201-0/+3
* Added dhcp_ipv4_option() and friends.Michael Brown2006-07-201-0/+7
* Now successfully negotiates the whole DHCPDISCOVER/OFFER/REQUEST/ACKMichael Brown2006-07-201-5/+11
* Correct TCP/IP checksum generation.Michael Brown2006-07-201-1/+3
* Minor editsNikhil Chandru Rao2006-07-191-1/+1
* Now capable of sending what, to me, looks like a valid DHCPDISCOVERMichael Brown2006-07-191-2/+10
* Add pkb_available()Michael Brown2006-07-191-0/+10
* Added some debug messages and DHCP test codeMichael Brown2006-07-191-0/+2
* Proof of concept: transmit a single DHCPDISCOVER and dump out anyMichael Brown2006-07-191-0/+3
* Added missing prototypeMichael Brown2006-07-191-0/+1
* Add some DHCP options that we are likely to useMichael Brown2006-07-191-1/+33
* Correct typoMichael Brown2006-07-191-1/+1
* The following edits were made: \Nikhil Chandru Rao2006-07-192-6/+18
* Added macros for generating static DHCP optionsMichael Brown2006-07-191-0/+60
* Split DHCP packet creation into two parts: creating the basic packetMichael Brown2006-07-191-82/+117
* Allow for calling find_dhcp_option() with "options" set to NULL, in orderMichael Brown2006-07-191-49/+6Star
* Fix creation of the htype field; the ll_proto field from which it isMichael Brown2006-07-171-1/+11
* Add sketch code to reassemble a DHCP packet from our internal "everythingMichael Brown2006-07-172-0/+23
* Add (untested) code for parsing a received DHCP packet and constructing aMichael Brown2006-07-151-3/+150
* Add code to modify DHCP option values within a block.Michael Brown2006-07-131-5/+65
* Added fragment reassembly codeNikhil Chandru Rao2006-06-301-0/+23
* Removing net/interface.c and include/gpxe/interface.hNikhil Chandru Rao2006-06-291-90/+0Star
* Provide a mechanism for returning the encapsulator as well as theMichael Brown2006-06-281-0/+14
* Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and in...Nikhil Chandru Rao2006-06-283-1/+99
* Add priority mechanismMichael Brown2006-06-281-0/+9
* typo in macro fixedDan Lynch2006-06-281-1/+1
* Added ipv4_pseudo_header structureNikhil Chandru Rao2006-06-281-10/+8Star
* IP6 specificationsNikhil Chandru Rao2006-06-281-0/+37
* Fixed whitespaces; updated UDP codeNikhil Chandru Rao2006-06-281-14/+13Star
* First stab at DHCP option handling in a way that will allow us to haveMichael Brown2006-06-271-0/+87
* - multiple static inline definitions addedDan Lynch2006-06-271-103/+194
* added generalized sockaddr structure and ip6 sockaddrNikhil Chandru Rao2006-06-251-0/+60
* added support for processing and transmitting without uIPNikhil Chandru Rao2006-06-251-0/+26
* updated UDP interfaceNikhil Chandru Rao2006-06-251-7/+57
* created interface for transport-network interfaceNikhil Chandru Rao2006-06-251-0/+90
* Update ftp.c and hello.c to use the generic async_operations API.Michael Brown2006-06-192-11/+12
* PlaceholderMichael Brown2006-06-181-0/+49
* Made the temporary buffer part of the TCP senddata() API, to ease theMichael Brown2006-06-181-3/+11
* Simplify RX data path.Michael Brown2006-06-185-181/+78Star
* Simplify TX datapath.Michael Brown2006-06-163-75/+47Star
* Added iSCSI boot test codeMichael Brown2006-06-141-0/+3
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-143-102/+197
* Move per-transition delays from generic bit-bashing layer to i2c layerMichael Brown2006-06-141-2/+0Star
* Change read_bit() to return 0 or -1UL, rather than 0 or 1.Michael Brown2006-06-121-0/+2
* Added bit-bashing i2c interface codeMichael Brown2006-06-111-0/+109
* Added sketch of bit-bashing interface common codeMichael Brown2006-06-081-0/+44
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-051-27/+37