Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2005 18:24:27 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c src/sys/dev/em if_em.c src/sys/dev/ixgb if_ixgb.c src/sys/dev/nge if_nge.c src/sys/dev/re if_re.c src/sys/dev/ti if_ti.c src/sys/dev/txp if_txp.c src/sys/dev/vge if_vge.c src/sys/net if_vlan_var.h ...
Message-ID:  <200512181824.jBIIOSIW006995@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2005-12-18 18:24:27 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
    sys/dev/em           if_em.c 
    sys/dev/ixgb         if_ixgb.c 
    sys/dev/nge          if_nge.c 
    sys/dev/re           if_re.c 
    sys/dev/ti           if_ti.c 
    sys/dev/txp          if_txp.c 
    sys/dev/vge          if_vge.c 
    sys/net              if_vlan_var.h 
    sys/net80211         ieee80211_input.c 
  Log:
  - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in
    case if memory allocation failed.
  - Remove fourth argument from VLAN_INPUT_TAG(), that was used
    incorrectly in almost all drivers. Indicate failure with
    mbuf value of NULL.
  
  In collaboration with:  yongari, ru, sam
  
  Revision  Changes    Path
  1.107     +5 -2      src/sys/dev/bge/if_bge.c
  1.93      +1 -2      src/sys/dev/em/if_em.c
  1.18      +1 -2      src/sys/dev/ixgb/if_ixgb.c
  1.85      +3 -1      src/sys/dev/nge/if_nge.c
  1.62      +5 -2      src/sys/dev/re/if_re.c
  1.118     +5 -2      src/sys/dev/ti/if_ti.c
  1.40      +3 -2      src/sys/dev/txp/if_txp.c
  1.23      +5 -2      src/sys/dev/vge/if_vge.c
  1.23      +7 -6      src/sys/net/if_vlan_var.h
  1.85      +3 -2      src/sys/net80211/ieee80211_input.c



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