Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/net



Module Name:    src
Committed By:   yamaguchi
Date:           Mon Jun 20 08:02:26 UTC 2022

Modified Files:
        src/sys/net: if.h if_ethersubr.c if_vlan.c if_vlanvar.h
        src/sys/net/agr: if_agr.c

Log Message:
Handling frames that vlan id is 0 as non-VLAN frames
even if a vlan tag is stripped by harware offloading


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 src/sys/net/if.h
cvs rdiff -u -r1.311 -r1.312 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.167 -r1.168 src/sys/net/if_vlan.c
cvs rdiff -u -r1.16 -r1.17 src/sys/net/if_vlanvar.h
cvs rdiff -u -r1.54 -r1.55 src/sys/net/agr/if_agr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index