summaryrefslogtreecommitdiffstats
path: root/src/net/udp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed tcpip_if.[ch] to tcpip.[ch]Michael Brown2006-08-011-1/+1
* We shouldn't need to allocate a TX packet buffer when calling newdata();Michael Brown2006-08-011-4/+0Star
* conn->local_port is now network-endian; do not swap when comparingMichael Brown2006-07-201-2/+5
* Correct TCP/IP checksum generation.Michael Brown2006-07-201-6/+3Star
* Minor editsNikhil Chandru Rao2006-07-191-3/+10
* Make udp_send() call udp_sendto(), rather than vice-versa.Michael Brown2006-07-191-16/+10Star
* A small but very critical bug.Michael Brown2006-07-191-1/+1
* Use more standardised format specifiers in debug messages (e.g. %p forMichael Brown2006-07-191-2/+2
* Reserve space for lower-layer headers when allocating packet buffer.Michael Brown2006-07-191-33/+5Star
* Minor edit in net/udp.cNikhil Chandru Rao2006-07-191-1/+1
* The following edits were made: \Nikhil Chandru Rao2006-07-191-2/+30
* Added fragment reassembly codeNikhil Chandru Rao2006-06-301-14/+10Star
* Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and in...Nikhil Chandru Rao2006-06-281-4/+6
* Fixed whitespaces; updated UDP codeNikhil Chandru Rao2006-06-281-116/+168
* updated UDP interfaceNikhil Chandru Rao2006-06-251-0/+225