53 Commits (fbf9295cbbbb2f4ac66d3150b92491ff9c4fccf8)

Auteur SHA1 Bericht Datum
  Michael Brown 1dcc60e5ad [IPv4] Fix multicast address checking 16 jaren geleden
  Michael Brown 92d15eff30 [Settings] Remove assumption that all settings have DHCP tag values 16 jaren geleden
  Michael Brown 978865da2f [IPv4] Use default netmasks when no subnet mask is specified. 16 jaren geleden
  Michael Brown aec9b8a41b [Settings] Use a settings applicator to configure IPv4 routes. 16 jaren geleden
  Michael Brown df868476e7 Various warnings fixups for OpenBSD with gcc-3.3.5. 16 jaren geleden
  Holger Lubitz 6f0eca1400 use malloc attribute 17 jaren geleden
  Michael Brown 5b52630a9c Never attempt to route the broadcast address. 17 jaren geleden
  Michael Brown f77815f2b1 Kill off hotplug.h and just make net devices normal reference-counted 17 jaren geleden
  Michael Brown 3e2c6b6736 pkbuff->iobuf changeover 17 jaren geleden
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h 17 jaren geleden
  Michael Brown 5ff23aa406 Include stdlib.h rather than malloc.h 17 jaren geleden
  Michael Brown f11da20f25 When a network device is specified to tcpip_tx() or it's children, treat 17 jaren geleden
  Michael Brown 1a1fc23417 Improve debugging 17 jaren geleden
  Michael Brown c953c1a1c3 Use -ENETUNREACH to mean "no reachable network device exists, don't bother 17 jaren geleden
  Michael Brown d9ba8f790b Add route() function to display routing table. 17 jaren geleden
  Michael Brown cc9b32c405 Remove uIP; we haven't used it for quite some time now. 17 jaren geleden
  Michael Brown f008b77ba2 Allow an explicit network device to be specified for IP-layer 17 jaren geleden
  Michael Brown 98b6154c3e Add "name" field to network device, to facilitate netdev commands. 17 jaren geleden
  Michael Brown 35b5e5d3f5 Minirouting table entries hold a persistent reference to a net_device. 17 jaren geleden
  Michael Brown a0525a4ed3 Verify checksums on the RX datapath. 17 jaren geleden
  Michael Brown 285beeff7c Tidy up debug messages 17 jaren geleden
  Michael Brown 718294553b Fix compiler warning 17 jaren geleden
  Michael Brown 867c7aef59 iphdr->hlen includes the IP header, so truncate packet *before* 18 jaren geleden
  Marty Connor ee9ae8130a Remove _PROTOCOL macros for gcc 3.2 compatibility 18 jaren geleden
  Michael Brown a3d508b648 Clarified packet ownership transfer between a few functions. 18 jaren geleden
  Nikhil Chandru Rao 409f69a08a Changed ipv4_dump() to consume only one line. 18 jaren geleden
  Michael Brown 68e33224ef gcc3 compatibility: removed ARP_NET_PROTOCOL(). 18 jaren geleden
  Nikhil Chandru Rao d2bdf81505 Removed some bugs in TCP 18 jaren geleden
  Michael Brown 885a630ddf Fix routing when a gateway exists. This should probably be split into 18 jaren geleden
  Nikhil Chandru Rao 6714ec745a Minor corrections 18 jaren geleden
  Michael Brown 467e9627cc Added features that will be required for PXE UDP support. 18 jaren geleden
  Nikhil Chandru Rao c24546c70b Minor changes to the network layer rx() functions 18 jaren geleden
  Michael Brown 1ebb68e49a Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to 18 jaren geleden
  Michael Brown 3a0e293123 Renamed tcpip_if.[ch] to tcpip.[ch] 18 jaren geleden
  Michael Brown 36c94eae78 Clarify hexiness of header length 18 jaren geleden
  Michael Brown 2c0eb6eb1d Correct TCP/IP checksum generation. 18 jaren geleden
  Nikhil Chandru Rao 5f651f8622 Added fragment reassembly code 18 jaren geleden
  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 jaren geleden
  Nikhil Chandru Rao 6e2c97b0c0 Added ipv4_pseudo_header structure 18 jaren geleden
  Nikhil Chandru Rao 41b399d672 Fixed endianness of 16- and 32- bit values 18 jaren geleden
  Michael Brown 35557914e3 Simplify ipv4_tx() by not having a separate "source" variable now that 18 jaren geleden
  Michael Brown b49de73950 Factorise out common code 18 jaren geleden
  Michael Brown e517a4771b Split ipv6 functions out from ipv4.c 18 jaren geleden
  Michael Brown e04ea505c9 Whitespace fixes 18 jaren geleden
  Nikhil Chandru Rao 90fbff8f34 added support for processing and transmitting without uIP 18 jaren geleden
  Michael Brown 8637834031 Made the temporary buffer part of the TCP senddata() API, to ease the 18 jaren geleden
  Michael Brown 3c8aafa209 Simplify RX data path. 18 jaren geleden
  Michael Brown bbd9e28061 Simplify TX datapath. 18 jaren geleden
  Michael Brown 69b1f24a97 I have no idea how this ever worked before. 18 jaren geleden
  Michael Brown 592a5a99c8 Moved uIP and tcp.c from proto/ to net/ 18 jaren geleden