278 커밋 (d12770e254551737659cbbb777beccde7d2363a9)

작성자 SHA1 메시지 날짜
  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 년 전
  Michael Brown a646e38f03 Use stdlib.h for malloc() instead of malloc.h. 17 년 전
  Michael Brown a497e16767 The "increment MAC address by port number" hack applies only to EF1. 17 년 전
  Michael Brown a39b111684 Automatically select between the "10" and "16" variants of command set, 17 년 전
  Michael Brown 3bd7e479a2 Catch SCSI errors, and work around the start-of-day CHECK CONDITION 17 년 전
  Michael Brown 29db66fb51 Add support for non-volatile stored options in the RTL8139 EEPROM. 17 년 전
  Michael Brown d2bf7abe75 Added write support for three-wire devices (e.g. the RTL8139 EEPROM) 17 년 전
  Michael Brown ac401f481d Verify data after writing 17 년 전
  Michael Brown a128b33b8b The VPD engine is broken and can't actually handle placing VPD 17 년 전
  Michael Brown 4c3e0fede5 Adjust EEPROM/flash detection to fit expected manufacturing practice. 17 년 전
  Michael Brown cb883b3faf Change some debugging messages to use DBG() 17 년 전
  Michael Brown 6b45947a59 Added debug statements 17 년 전
  Michael Brown 052ef6dc5a Added nvs_write(). This shares a lot of code in common with nvs_read(); 17 년 전
  Michael Brown cc9bcb99a0 Add the concept of a fragment list for non-volatile stored options. 17 년 전
  Michael Brown f944737045 Fixed two logic errors that were cancelling each other out. 17 년 전
  Michael Brown d62c83a350 Migrated etherfabric driver to using generic SPI layer. 17 년 전
  Michael Brown 2d8d21fe74 Added the generic block-splitting code to nvs.c 17 년 전
  Michael Brown 1961ba44e1 Added generic SPI protocol handler with read and write support. 17 년 전
  Michael Brown 946967f09c Abstracted out part of the concept of an SPI device to a generalised NVS 17 년 전
  Michael Brown dc06c895fc Changed length parameter in SPI methods to be a byte length, rather than 17 년 전
  Michael Brown 931f94dca3 Generalised the SPI abstraction layer to also be able to handle interfaces 17 년 전
  Michael Brown 4cd56820ea Basic non-volatile storage support 17 년 전
  Michael Brown 3234ef1b0b Merged changes from Solarflare 17 년 전
  Michael Brown 3f0b4d9ed8 Updated to use asynchronous operation model for iSCSI requests 17 년 전
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are 18 년 전
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation 18 년 전
  Marty Connor 757618edea eth_ntoa and warnings cleanup 18 년 전
  Marty Connor cd8168b071 eth_ntoa cleanup. still has warnings. needs work. 18 년 전
  Marty Connor 727a88709e eth_ntoa and warnings cleanup 18 년 전
  Marty Connor 0d1087a5de eth_ntoa and warnings cleanup 18 년 전
  Marty Connor 859cc71158 compilation warnings cleanup 18 년 전
  Marty Connor a02dccdafa eth_ntoa cleanup 18 년 전
  Marty Connor b88aa51b07 warnings cleanup (still gives lots of compilation warnings from unused functions and missing legacy support) 18 년 전