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 ...
Gleb Smirnoff
glebius at FreeBSD.org
Sun Dec 18 10:24:28 PST 2005
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
More information about the cvs-src
mailing list