Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 15:35:06 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_ethersubr.c
Message-ID:  <200211142335.gAENZ62k002210@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2002/11/14 15:35:06 PST

  Modified files:
    sys/net              if_ethersubr.c 
  Log:
  o change input packet handling to eliminate the pointer to the struct
    ether_header; instead drivers are to leave the Ethernet header at the
    front of the packet
  o add declarations for netgraph and vlan hooks that were removed from ethernet.h
  o change various in-file calling conventions to track change in input API
  o fixup bridge support to handle Ethernet header no longer being stripped
  o add consistency checks to ether_input to catch problems with the change
    in the API; some of these may want to be moved to #ifdef DIAGNOSTIC at a
    later time (though they are not too expensive to leave as is)
  o change ether_demux to eliminate the passing of the Ethernet header; it is
    now expected at the front of the packet a la ether_input
  o add ether_sprintf compatibility shim
  o change ether_ifattach API to remove "bpf supported param" and add a pointer
    to the MAC address to be installed for the LL address (this is for future
    changes to divest struct arpcom from struct ifnet)
  o change ether_ifdetach API to remove "bpf support param"
  
  Reviewed by:    many
  Approved by:    re
  
  Revision  Changes    Path
  1.130     +263 -185  src/sys/net/if_ethersubr.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211142335.gAENZ62k002210>