28 коммитов (c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd)

Автор SHA1 Сообщение Дата
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts 13 лет назад
  Michael Brown fa410e0a41 [pxe] Modularise PXE API provision 13 лет назад
  Michael Brown 61944ed602 [pxe] Tidy up debugging output 13 лет назад
  Michael Brown faf50e8fa3 [pxe] Check for a valid PXE network device when applicable 13 лет назад
  Michael Brown 524349c559 [pxe] Improve pxe_undi debugging messages 13 лет назад
  Michael Brown a667bf044a [netdevice] Allow link layer to report broadcast/multicast packets via pull() 14 лет назад
  Michael Brown 0d277724a9 [pxe] Report an IRQ number only if device supports interrupts 14 лет назад
  Michael Brown 025b1cb3f8 [pxe] Report SUPPORTED_IRQ only if device supports interrupts 14 лет назад
  Michael Brown f8a82c7d23 [pxe] Set correct PktType in PXENV_UNDI_ISR 14 лет назад
  Michael Brown 0620429785 [pxe] Avoid touching fields that may not exist in PXENV_UNDI_GET_NIC_TYPE 14 лет назад
  Michael Brown 69d1e6cf57 [pxe] Use network device receive queue freezing 14 лет назад
  Michael Brown fb78d086f1 [pxe] Always allow MAX_LL_HEADER_LEN for the link-layer header 14 лет назад
  Michael Brown 8406115834 [build] Rename gPXE to iPXE 15 лет назад
  Michael Brown 9acf442c20 [pxe] Avoid potential interrupt storms when using shared interrupts 15 лет назад
  Michael Brown 88e436376c [netdevice] Add netdev_is_open() wrapper function 15 лет назад
  Michael Brown 4eab5bc8ca [netdevice] Allow the hardware and link-layer addresses to differ in size 16 лет назад
  Michael Brown 37a0aab4ff [netdevice] Separate out the concept of hardware and link-layer addresses 16 лет назад
  Michael Brown 2b9f7f042c [pxe] Avoid printf format warning on some compilers 16 лет назад
  Michael Brown d09290161e [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol 16 лет назад
  Michael Brown c26a38b313 [pxe] Update UNDI transmit count before transmitting packet 16 лет назад
  Michael Brown f186ada2d3 [pxe] Implement PXENV_UNDI_{GET,SET}_MCAST_ADDRESS 16 лет назад
  Michael Brown 9580f9d5cd [pxe] Improve pxe_undi debug messages 16 лет назад
  Michael Brown 4fe1e08a60 [pxe] Fix interoperability with the Symantec (undipd) DOS UNDI driver 16 лет назад
  Michael Brown 0b922595fe [pxe] Fix interoperability with the Intel DOS UNDI driver 16 лет назад
  Michael Brown 4f881ae352 [pxe] Fix interoperability with the 3Com DOS UNDI driver 16 лет назад
  Joshua Oreman eb3ca2a36f [netdevice] Add netdev argument to link-layer push and pull handlers 16 лет назад
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations 16 лет назад
  Michael Brown 446b6d5fdd [pxe] Move all PXE files to arch/i386 16 лет назад
  Michael Brown 9a52ba0cfa [netdevice] Retain and report detailed error breakdowns 16 лет назад
  Michael Brown 3a505dfc35 [netdevice] Change link-layer push() and pull() methods to take raw types 16 лет назад
  Michael Brown 30fb3b3810 [undi] Fill in ProtType correctly in PXENV_UNDI_ISR 17 лет назад
  Michael Brown f6f6f626f7 [undi] Work around broken UNDI polling behaviour in winBoot/i 17 лет назад
  Michael Brown 4fbbf651d7 [i386] Change semantics of __from_data16 and __from_text16 17 лет назад
  Michael Brown 1949641d10 Fix compiler warnings that appear only on OpenBSD. 17 лет назад
  Michael Brown 4c418d2100 Use net_device_operations structure and netdev_nullify() to allow for 18 лет назад
  Michael Brown 539ff45fd0 Allow recording of TX and RX errors to aid in end-user debugging. 18 лет назад
  Michael Brown 5ce5e6d846 Move pxe_netdev and set_pxe_netdev to pxe_undi.c and remove 18 лет назад
  Michael Brown 30a442aef8 Report our interface type as "gPXE" to avoid working around Etherboot 18 лет назад
  Michael Brown 1ce0b4bbfb Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have no reason to 18 лет назад
  Michael Brown 5f92f0bd82 Reserve space for link-layer header in pxenv_undi_transmit() when not 18 лет назад
  Michael Brown 258afef751 Add missing call to free_iob() in pxenv_undi_isr(). 18 лет назад
  Michael Brown 4968caab82 Add trivial net device statistics (TX and RX packet count), reported 18 лет назад
  Michael Brown cbd956535e Place netdev_open()/netdev_close() calls in appropriate places. 18 лет назад
  Michael Brown 8f37a6a424 Add mechanism for providing TX completion events. 18 лет назад
  Michael Brown 332614a382 Add untested support for UNDI transmit and receive. 18 лет назад
  Michael Brown 5f17089b14 pxe_netdev now holds a reference to the network device. 18 лет назад
  Michael Brown e3bbfd7a75 Call shutdown() from pxenv_undi_shutdown(). Probably not totally 18 лет назад
  Michael Brown 4472e22b5e Implement the two UNDI API calls used by RIS. 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 лет назад