cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/ixgb if_ixgb.c
src/sys/dev/msk if_msk.c src/sys/dev/nfe if_nfe.c src/sys/dev/nge
if_nge.c src/sys/dev/re if_re.c src/sys/dev/stge if_stge.c
src/sys/dev/ti if_ti.c src/sys/dev/txp if_txp.c src/sys/dev/vge ...
Christian S.J. Peron
csjp at FreeBSD.org
Sun Mar 4 03:38:08 UTC 2007
csjp 2007-03-04 03:38:08 UTC
FreeBSD src repository
Modified files:
sys/dev/bce if_bce.c
sys/dev/ixgb if_ixgb.c
sys/dev/msk if_msk.c
sys/dev/nfe if_nfe.c
sys/dev/nge if_nge.c
sys/dev/re if_re.c
sys/dev/stge if_stge.c
sys/dev/ti if_ti.c
sys/dev/txp if_txp.c
sys/dev/vge if_vge.c
Log:
Catch up the rest of the drivers with the ether_vlan_mtap modifications.
If these drivers are setting M_VLANTAG because they are stripping the
layer 2 802.1Q headers, then they need to be re-inserting them so any
bpf(4) peers can properly decode them.
It should be noted that this is compiled tested only.
MFC after: 3 weeks
Revision Changes Path
1.29 +1 -1 src/sys/dev/bce/if_bce.c
1.22 +1 -1 src/sys/dev/ixgb/if_ixgb.c
1.11 +1 -1 src/sys/dev/msk/if_msk.c
1.16 +1 -1 src/sys/dev/nfe/if_nfe.c
1.91 +1 -1 src/sys/dev/nge/if_nge.c
1.87 +1 -1 src/sys/dev/re/if_re.c
1.6 +1 -1 src/sys/dev/stge/if_stge.c
1.128 +1 -1 src/sys/dev/ti/if_ti.c
1.44 +1 -1 src/sys/dev/txp/if_txp.c
1.31 +1 -1 src/sys/dev/vge/if_vge.c
More information about the cvs-src
mailing list