311 Комити (d64e1be1f8ac01dce56ec0a230d2e261559bcad9)

Аутор SHA1 Порука Датум
  Michael Brown ed7eae6005 Use netdev_rx_err() to report receive errors. пре 17 година
  Marty Connor 3487640397 Replace natsemi driver with Indolent's updated one that uses the gPXE API пре 17 година
  Marty Connor 1069a74d20 Warnings purge for via-velocity.[ch] пре 17 година
  Marty Connor 8d39559192 Update warnings in depca.c ns8390.c пре 17 година
  Marty Connor 13016297ed Purge warnings from tg3.c пре 17 година
  Marty Connor e5950283ec Purge warnings from prism2 drivers пре 17 година
  Marty Connor 1af1668c95 Warnings purge of drivers (continued) пре 17 година
  Michael Brown b5311c2c88 This comment is no longer relevant. пре 17 година
  Michael Brown 0924cf678e Implemented (untested) PXENV_START_UNDI. пре 17 година
  Michael Brown ca4bd3e24e Kill off now-redundant _irq() methods. пре 17 година
  Michael Brown e436b993a9 Avoid double free on I/O buffer when rtl_transmit() returns failure. пре 17 година
  Michael Brown 71f500ff1b Enable/disable interrupts in driver open/close. пре 17 година
  Michael Brown 290280f90e Enable/disable interrupts at open/close time. пре 17 година
  Michael Brown a2a0c2eace Enable/disable interrupts on open/close. пре 17 година
  Michael Brown 5f17089b14 pxe_netdev now holds a reference to the network device. пре 17 година
  Michael Brown 95cb7aaacf Support cards such as natsemi which treat the data as little-endian пре 17 година
  Michael Brown 31fe5b9415 Hack together far enough to support ne2k-pci. пре 17 година
  Michael Brown f33bbd4112 How has the legacy wrapper been working for the past month or so...? пре 17 година
  Michael Brown f77815f2b1 Kill off hotplug.h and just make net devices normal reference-counted пре 17 година
  Michael Brown 0316eaf85d Add missing call to free_iob(). пре 17 година
  Marty Connor f97e642d17 Update email addresses in drivers пре 17 година
  Marty Connor 8c25ea0970 Updated email mdc's email address пре 17 година
  Michael Brown 3e2c6b6736 pkbuff->iobuf changeover пре 17 година
  Michael Brown 13137a4d61 t5x9 code relies on nic->ioaddr being set пре 17 година
  Michael Brown 62548c9f0d Updated 3c509 to current device model пре 17 година
  Michael Brown 520d9c36af Updated ISAPnP, EISA, MCA and ISA buses to current device model. пре 17 година
  Michael Brown c63af1ea14 Remove no-longer-used variable пре 17 година
  James Harper e1735d5fc2 Fix some bad pointer arithmatic in the tg3 driver that was causing the dynamic memory pool to be corrupted (or worse) пре 17 година
  James Harper 1c971f1234 Fix padding problem - from Michael пре 17 година
  Michael Brown 2cf1e33df1 Split bootsector execution code out into bootsector.c. пре 17 година
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h пре 17 година
  Michael Brown 5ff23aa406 Include stdlib.h rather than malloc.h пре 17 година
  Michael Brown 48fe701716 Respect the RX quota. This improves poll time by about 0.7us when the пре 17 година
  Michael Brown ff8528ea9a Create and use async_block() macro; it cuts down on the visual overhead пре 17 година
  Michael Brown 4e20d73bb5 Gave asynchronous operations approximate POSIX signal semantics. This пре 17 година
  Michael Brown 03390f0cd6 Use pkb_pad() rather than doing it the dangerous way :) пре 17 година
  Michael Brown a3ed0cbbc7 Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. пре 17 година
  Michael Brown fdc97499bf Add device description fields to struct device. пре 17 година
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device пре 17 година
  Michael Brown c65fae2475 Add RX quotas to the net device poll() method. This avoids the problem пре 17 година
  Michael Brown e822bc2a90 Autopadding was sometimes overwriting the struct list_head at the end пре 17 година
  Michael Brown b7fcfe8ece Added net device TX queue; this will be needed to support the PXE UNDI API пре 17 година
  Michael Brown 5af4918356 Added support for wildcard device/vendor ID matches пре 17 година
  Michael Brown 7b9617f5df Add device to hierarchy before calling the driver's probe() function; this пре 17 година
  Michael Brown 0c03bb5a9a Make open() and close() an official part of the netdevice API. пре 17 година
  Michael Brown 61ed298bc7 Merge changes from mcb-tcp-fixes branch. пре 17 година
  Michael Brown ab242a760d Add ability to shut down iSCSI connection пре 17 година
  Michael Brown 7ce3df65c2 Default to port 0 (sic). пре 17 година
  Michael Brown 6ceaa158da Return -EIO when verification fails, instead of -EINVAL. пре 17 година
  Michael Brown 9f953322a1 Remove warning (at least on platforms with uint32_t == unsigned long). пре 17 година