60 커밋 (17d28f48776b909d031bcb0435c852ade1bd8988)

작성자 SHA1 메시지 날짜
  Michael Brown da222e6f3c [rtl8139] Operate in promiscuous mode 15 년 전
  Michael Brown e9efbcd84c [rtl8139] Check for oversized packets when transmitting 15 년 전
  Michael Brown 97ef28aea0 [netdevice] Call netdev_link_[up|down|err]() only while registered 15 년 전
  Michael Brown a3021ad0e4 [rtl8139] Strip CRC from received packets 15 년 전
  Michael Brown 8406115834 [build] Rename gPXE to iPXE 16 년 전
  Michael Brown 37a0aab4ff [netdevice] Separate out the concept of hardware and link-layer addresses 17 년 전
  Michael Brown ded4d3a703 [rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRA 17 년 전
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations 17 년 전
  Thomas Miletich 3da6f1c7bd [pci] Add driver_data field to struct pci_device_id 17 년 전
  Michael Brown 8e38669d54 [rtl8139] Add missing #include <string.h> 17 년 전
  Michael Brown ee2df1d6d6 [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h> 17 년 전
  Michael Brown 1ba959c6b3 [NETDEV] Add notion of link state 18 년 전
  Michael Brown 8afb36c3bc [Settings] Migrate DHCP and NVO code to the new settings API (untested) 18 년 전
  Alexey Zaytsev a1572e0ab0 Modify gPXE core and drivers to work with the new timer subsystem 18 년 전
  Michael Brown df868476e7 Various warnings fixups for OpenBSD with gcc-3.3.5. 18 년 전
  Michael Brown 55d03ccbe3 Added missing "static" 19 년 전
  Michael Brown 4c418d2100 Use net_device_operations structure and netdev_nullify() to allow for 19 년 전
  Michael Brown ed7eae6005 Use netdev_rx_err() to report receive errors. 19 년 전
  Michael Brown ca4bd3e24e Kill off now-redundant _irq() methods. 19 년 전
  Michael Brown e436b993a9 Avoid double free on I/O buffer when rtl_transmit() returns failure. 19 년 전
  Michael Brown 290280f90e Enable/disable interrupts at open/close time. 19 년 전
  Michael Brown f77815f2b1 Kill off hotplug.h and just make net devices normal reference-counted 19 년 전
  Michael Brown 0316eaf85d Add missing call to free_iob(). 19 년 전
  Marty Connor f97e642d17 Update email addresses in drivers 19 년 전
  Michael Brown 3e2c6b6736 pkbuff->iobuf changeover 19 년 전
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h 19 년 전
  Michael Brown 5ff23aa406 Include stdlib.h rather than malloc.h 19 년 전
  Michael Brown 48fe701716 Respect the RX quota. This improves poll time by about 0.7us when the 19 년 전
  Michael Brown a3ed0cbbc7 Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. 19 년 전
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device 19 년 전
  Michael Brown c65fae2475 Add RX quotas to the net device poll() method. This avoids the problem 19 년 전
  Michael Brown e822bc2a90 Autopadding was sometimes overwriting the struct list_head at the end 19 년 전
  Michael Brown b7fcfe8ece Added net device TX queue; this will be needed to support the PXE UNDI API 19 년 전
  Michael Brown 0c03bb5a9a Make open() and close() an official part of the netdevice API. 19 년 전
  Michael Brown 29db66fb51 Add support for non-volatile stored options in the RTL8139 EEPROM. 19 년 전
  Michael Brown 2d8d21fe74 Added the generic block-splitting code to nvs.c 19 년 전
  Michael Brown 946967f09c Abstracted out part of the concept of an SPI device to a generalised NVS 19 년 전
  Michael Brown dc06c895fc Changed length parameter in SPI methods to be a byte length, rather than 19 년 전
  Michael Brown 931f94dca3 Generalised the SPI abstraction layer to also be able to handle interfaces 19 년 전
  Michael Brown 3b51c719d3 Generalise three-wire interface to generic SPI interface. 20 년 전
  Michael Brown 70ef6dbb7c Rewrote to use the new net driver API, the updated PCI API, and the 20 년 전
  Michael Brown 15ee09ed10 Restructured PCI subsystem to fit the new device model. 20 년 전
  Michael Brown 824d6ffa7f Header rearrangement. 20 년 전
  Michael Brown c112f12c5b Symbol fixups 21 년 전
  Michael Brown 7e534b585f Automatically updated with 21 년 전
  Michael Brown 614c39a8a4 Automatically updated with the program 21 년 전
  Michael Brown 5ca20abf95 Place the call to adjust_pci_device() back in the individual drivers, 21 년 전
  Michael Brown cee678de7c Fixed up automatic modifications by hand. 21 년 전
  Michael Brown 2c60617836 Automatically modified by 21 년 전
  Michael Brown 476dff5bb7 Made amenable to automatic update. 21 년 전