DragonFly-2.3.0.416.gda160 master sys/net ethernet.h if_ethersubr.c

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Mar 17 04:33:43 PDT 2009


commit da1604af2d286365b544bc97b9d0374c75cf57af
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Tue Mar 17 19:00:37 2009 +0800

    ether_input: Add M_ETHER_VLANCHECKED
    
    - In ether_input_handler(), if ether_vlancheck() has not been called
      (M_ETHER_VLANCHECKED) call it there; this could happen with upcoming
      RSS changes.
    - Clear ethernet protocol mbuf flags before entering upper layer.

Summary of changes:
 sys/net/ethernet.h     |    5 ++++-
 sys/net/if_ethersubr.c |    9 +++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/da1604af2d286365b544bc97b9d0374c75cf57af


-- 
DragonFly BSD source repository





More information about the Commits mailing list