31 Commits (b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3)

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