22 커밋 (037da9d840a115decf7850d0d68542cdffe7331f)

작성자 SHA1 메시지 날짜
  Michael Brown 037da9d840 I hate NULL pointer dereferences. 18 년 전
  Michael Brown 1fa5cd0e2b Add find_pci_netdev() 18 년 전
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device 18 년 전
  Michael Brown d24b80acf2 Added network interface management commands 18 년 전
  Michael Brown 98b6154c3e Add "name" field to network device, to facilitate netdev commands. 18 년 전
  Michael Brown c65fae2475 Add RX quotas to the net device poll() method. This avoids the problem 18 년 전
  Michael Brown b7fcfe8ece Added net device TX queue; this will be needed to support the PXE UNDI API 18 년 전
  Michael Brown 0c03bb5a9a Make open() and close() an official part of the netdevice API. 18 년 전
  Michael Brown bdf79ec8dc Use hotplug support to notify persistent reference holders when a 18 년 전
  Michael Brown a646e38f03 Use stdlib.h for malloc() instead of malloc.h. 18 년 전
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are 19 년 전
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation 19 년 전
  Michael Brown a3d508b648 Clarified packet ownership transfer between a few functions. 19 년 전
  Michael Brown e74e20cb55 Remove the static IP address hack from netdevice.c, and change the 19 년 전
  Michael Brown 3c8aafa209 Simplify RX data path. 19 년 전
  Michael Brown bbd9e28061 Simplify TX datapath. 19 년 전
  Michael Brown cd3ecac809 Avoid causing TX overflow on small TX queues. 19 년 전
  Michael Brown 352bf1bda2 Move init.h to gpxe/init.h. 19 년 전
  Michael Brown bac97eb979 Change semantics of network API so that packet-absorbing calls *always* 19 년 전
  Michael Brown 129c6c3968 Network layer now works as a proof of concept 19 년 전
  Michael Brown fdc2ee79db Network API now allows for multiple network devices (although the 19 년 전
  Michael Brown 6209bd873a First sketch of a new net device API. 19 년 전