55 Révisions (07581113450afa6986c64e604cc98a07f98a0830)

Auteur SHA1 Message Date
  Michael Brown 4eab5bc8ca [netdevice] Allow the hardware and link-layer addresses to differ in size il y a 15 ans
  Michael Brown 37a0aab4ff [netdevice] Separate out the concept of hardware and link-layer addresses il y a 15 ans
  Michael Brown 8de49af0d2 [infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev() il y a 15 ans
  Michael Brown 04878ef745 [process] Make it safe to call process_add() multiple times il y a 15 ans
  Michael Brown a310d00d37 [netdevice] Add mechanism for reporting detailed link status codes il y a 15 ans
  Joshua Oreman eb3ca2a36f [netdevice] Add netdev argument to link-layer push and pull handlers il y a 15 ans
  Michael Brown 3c06277bbb [settings] Allow for arbitrarily-named settings il y a 15 ans
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations il y a 15 ans
  Michael Brown f3335b83d4 [netdevice] Add debug message for unknown network-layer protocols il y a 15 ans
  Michael Brown 1266d7902b [tables] Redefine methods for accessing linker tables il y a 15 ans
  Michael Brown 02a0215873 [netdevice] Provide function to retrieve the most recently opened net device il y a 15 ans
  Michael Brown 9a52ba0cfa [netdevice] Retain and report detailed error breakdowns il y a 15 ans
  Michael Brown 0a6c66a830 [settings] Add the notion of a "tag magic" to numbered settings il y a 15 ans
  Michael Brown 3a505dfc35 [netdevice] Change link-layer push() and pull() methods to take raw types il y a 15 ans
  Michael Brown 30fb3b3810 [undi] Fill in ProtType correctly in PXENV_UNDI_ISR il y a 16 ans
  Michael Brown aec9b8a41b [Settings] Use a settings applicator to configure IPv4 routes. il y a 16 ans
  Michael Brown acfa14423e [Settings] Add per-netdevice settings block il y a 16 ans
  Michael Brown 9ac0377fbb Force a netdevice poll in net_tx() before attempting to transmit il y a 16 ans
  Michael Brown 2303c45d65 Force a netdevice poll in net_tx() before attempting to transmit il y a 16 ans
  Michael Brown 1af346b531 Minor debug message improvement. il y a 17 ans
  Michael Brown 387a1a8556 Minor debug message improvement. il y a 17 ans
  Michael Brown 4c418d2100 Use net_device_operations structure and netdev_nullify() to allow for il y a 17 ans
  Holger Lubitz 32e4ca8ae3 convert to zalloc il y a 17 ans
  Michael Brown 539ff45fd0 Allow recording of TX and RX errors to aid in end-user debugging. il y a 17 ans
  Michael Brown fd86c819ba Use a linker-table based system to automatically mark and start up il y a 17 ans
  Michael Brown 0924cf678e Implemented (untested) PXENV_START_UNDI. il y a 17 ans
  Michael Brown 4968caab82 Add trivial net device statistics (TX and RX packet count), reported il y a 17 ans
  Michael Brown f77815f2b1 Kill off hotplug.h and just make net devices normal reference-counted il y a 17 ans
  Michael Brown 3601103381 Modify process semantics; rescheduling is now automatic. il y a 17 ans
  Michael Brown 3e2c6b6736 pkbuff->iobuf changeover il y a 17 ans
  Michael Brown 520d9c36af Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 17 ans
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h il y a 17 ans
  Michael Brown c014f607a8 Use total free memory as advertised window. This seems to be sufficient il y a 17 ans
  Michael Brown 05f4c3d176 Remove the one-packet-per-poll-cycle limit; it seems to no longer be il y a 17 ans
  Michael Brown 06630a3036 Switch from calloc() to malloc()+memset() to match the practices used il y a 17 ans
  Michael Brown 037da9d840 I hate NULL pointer dereferences. il y a 17 ans
  Michael Brown 1fa5cd0e2b Add find_pci_netdev() il y a 17 ans
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device il y a 17 ans
  Michael Brown d24b80acf2 Added network interface management commands il y a 17 ans
  Michael Brown 98b6154c3e Add "name" field to network device, to facilitate netdev commands. il y a 17 ans
  Michael Brown c65fae2475 Add RX quotas to the net device poll() method. This avoids the problem il y a 17 ans
  Michael Brown b7fcfe8ece Added net device TX queue; this will be needed to support the PXE UNDI API il y a 17 ans
  Michael Brown 0c03bb5a9a Make open() and close() an official part of the netdevice API. il y a 17 ans
  Michael Brown bdf79ec8dc Use hotplug support to notify persistent reference holders when a il y a 17 ans
  Michael Brown a646e38f03 Use stdlib.h for malloc() instead of malloc.h. il y a 17 ans
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are il y a 18 ans
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation il y a 18 ans
  Michael Brown a3d508b648 Clarified packet ownership transfer between a few functions. il y a 18 ans
  Michael Brown e74e20cb55 Remove the static IP address hack from netdevice.c, and change the il y a 18 ans
  Michael Brown 3c8aafa209 Simplify RX data path. il y a 18 ans