Displaying 2 results from an estimated 2 matches for "ethernet_input".
2011 Oct 14
2
[PATCH][GIT-PULL] lwIP undiif: Fixes for VMware platforms and general fixes
...allow for static mboxes
are available in the git repository at:
  git://github.com/geneC1/syslinux.git lwip-undiif-fix-for-hpa
Gene Cumm (4):
      lwip: undiif: Fix #error typo
      lwip: undiif: Fix debug option addressing in update_arp_entry()
      lwip:undiif: Use tcpip_input() rather than ethernet_input()/ip_input()
      lwip:undiif: Add interface with tcpip_input() callback
 core/lwip/src/netif/undiif.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
-- 
-Gene
2013 Mar 07
4
Syslinux-5.10-pre1
...up interrupt handling making it reliabe and in spec
      pxe: Neuter pxe_idle_init
      undiif: Unneeded debugging functions.
Gene Cumm (13):
      lwip: undiif: Fix #error typo
      lwip: undiif: Fix debug option addressing in update_arp_entry()
      lwip:undiif: Use tcpip_input() rather than ethernet_input()/ip_input()
      lwip:undiif: Add interface with tcpip_input() callback
      cptime.c32: Simple module to test download rates
      prdhcp.c32: Print DHCP packets
      cptime.c32: Move to modules; include in Makefile
      cptime.txt: AsciiDoc manpage for cptime.c32
      prdhcp.c32: Add to Mak...