Date: Sun, 4 Mar 2007 03:38:08 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 ... Message-ID: <200703040338.l243c8iA076495@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703040338.l243c8iA076495>