40 Commits (fbf9295cbbbb2f4ac66d3150b92491ff9c4fccf8)

Author SHA1 Message Date
  Michael Brown aec9b8a41b [Settings] Use a settings applicator to configure IPv4 routes. 16 years ago
  Michael Brown acfa14423e [Settings] Add per-netdevice settings block 16 years ago
  Michael Brown 9ac0377fbb Force a netdevice poll in net_tx() before attempting to transmit 16 years ago
  Michael Brown 2303c45d65 Force a netdevice poll in net_tx() before attempting to transmit 16 years ago
  Michael Brown 1af346b531 Minor debug message improvement. 17 years ago
  Michael Brown 387a1a8556 Minor debug message improvement. 17 years ago
  Michael Brown 4c418d2100 Use net_device_operations structure and netdev_nullify() to allow for 17 years ago
  Holger Lubitz 32e4ca8ae3 convert to zalloc 17 years ago
  Michael Brown 539ff45fd0 Allow recording of TX and RX errors to aid in end-user debugging. 17 years ago
  Michael Brown fd86c819ba Use a linker-table based system to automatically mark and start up 17 years ago
  Michael Brown 0924cf678e Implemented (untested) PXENV_START_UNDI. 17 years ago
  Michael Brown 4968caab82 Add trivial net device statistics (TX and RX packet count), reported 17 years ago
  Michael Brown f77815f2b1 Kill off hotplug.h and just make net devices normal reference-counted 17 years ago
  Michael Brown 3601103381 Modify process semantics; rescheduling is now automatic. 17 years ago
  Michael Brown 3e2c6b6736 pkbuff->iobuf changeover 17 years ago
  Michael Brown 520d9c36af Updated ISAPnP, EISA, MCA and ISA buses to current device model. 17 years ago
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h 17 years ago
  Michael Brown c014f607a8 Use total free memory as advertised window. This seems to be sufficient 17 years ago
  Michael Brown 05f4c3d176 Remove the one-packet-per-poll-cycle limit; it seems to no longer be 17 years ago
  Michael Brown 06630a3036 Switch from calloc() to malloc()+memset() to match the practices used 17 years ago
  Michael Brown 037da9d840 I hate NULL pointer dereferences. 17 years ago
  Michael Brown 1fa5cd0e2b Add find_pci_netdev() 17 years ago
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device 17 years ago
  Michael Brown d24b80acf2 Added network interface management commands 17 years ago
  Michael Brown 98b6154c3e Add "name" field to network device, to facilitate netdev commands. 17 years ago
  Michael Brown c65fae2475 Add RX quotas to the net device poll() method. This avoids the problem 17 years ago
  Michael Brown b7fcfe8ece Added net device TX queue; this will be needed to support the PXE UNDI API 17 years ago
  Michael Brown 0c03bb5a9a Make open() and close() an official part of the netdevice API. 17 years ago
  Michael Brown bdf79ec8dc Use hotplug support to notify persistent reference holders when a 17 years ago
  Michael Brown a646e38f03 Use stdlib.h for malloc() instead of malloc.h. 17 years ago
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are 18 years ago
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation 18 years ago
  Michael Brown a3d508b648 Clarified packet ownership transfer between a few functions. 18 years ago
  Michael Brown e74e20cb55 Remove the static IP address hack from netdevice.c, and change the 18 years ago
  Michael Brown 3c8aafa209 Simplify RX data path. 18 years ago
  Michael Brown bbd9e28061 Simplify TX datapath. 18 years ago
  Michael Brown cd3ecac809 Avoid causing TX overflow on small TX queues. 18 years ago
  Michael Brown 352bf1bda2 Move init.h to gpxe/init.h. 18 years ago
  Michael Brown bac97eb979 Change semantics of network API so that packet-absorbing calls *always* 18 years ago
  Michael Brown 129c6c3968 Network layer now works as a proof of concept 18 years ago
  Michael Brown fdc2ee79db Network API now allows for multiple network devices (although the 18 years ago
  Michael Brown 6209bd873a First sketch of a new net device API. 18 years ago