24 Commits (f944737045487ca7c3cda94556c66b08fca7966c)

Autor SHA1 Mensagem Data
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are 18 anos atrás
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation 18 anos atrás
  Marty Connor ee9ae8130a Remove _PROTOCOL macros for gcc 3.2 compatibility 18 anos atrás
  Michael Brown a3d508b648 Clarified packet ownership transfer between a few functions. 18 anos atrás
  Michael Brown eb24eece0e Convert some trivial functions to static inlines. 18 anos atrás
  Michael Brown ffe0e24249 Make the UDP senddata() methods return a status code. 18 anos atrás
  Michael Brown a0a872f7f1 Updated PXE UDP implementation to use the new Etherboot UDP API. 18 anos atrás
  Michael Brown 467e9627cc Added features that will be required for PXE UDP support. 18 anos atrás
  Michael Brown 1ebb68e49a Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to 18 anos atrás
  Michael Brown 3a0e293123 Renamed tcpip_if.[ch] to tcpip.[ch] 18 anos atrás
  Michael Brown 21c3d63c2e We shouldn't need to allocate a TX packet buffer when calling newdata(); 18 anos atrás
  Michael Brown 29b358dd39 conn->local_port is now network-endian; do not swap when comparing 18 anos atrás
  Michael Brown 2c0eb6eb1d Correct TCP/IP checksum generation. 18 anos atrás
  Nikhil Chandru Rao 13dbf5494d Minor edits 18 anos atrás
  Michael Brown a38010fb0e Make udp_send() call udp_sendto(), rather than vice-versa. 18 anos atrás
  Michael Brown 7c84b74185 A small but very critical bug. 18 anos atrás
  Michael Brown 82f3295794 Use more standardised format specifiers in debug messages (e.g. %p for 18 anos atrás
  Michael Brown ab633f6a73 Reserve space for lower-layer headers when allocating packet buffer. 18 anos atrás
  Nikhil Chandru Rao bf515d3d65 Minor edit in net/udp.c 18 anos atrás
  Nikhil Chandru Rao ab577e1a3a The following edits were made: \ 18 anos atrás
  Nikhil Chandru Rao 5f651f8622 Added fragment reassembly code 18 anos atrás
  Nikhil Chandru Rao c9ea710930 Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and include/gpxe/tcpip_if.h respectively. Made changes in the other files. 18 anos atrás
  Nikhil Chandru Rao a6c6b3d739 Fixed whitespaces; updated UDP code 18 anos atrás
  Nikhil Chandru Rao 74339b3c6e updated UDP interface 18 anos atrás