Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: thorpej
Date: Sat Sep 3 02:25:00 UTC 2022
Modified Files:
src/sys/net: if_ethersubr.c if_gre.c if_loop.c if_mpls.c
netisr_dispatch.h
src/sys/netmpls: mpls_proto.c mpls_var.h
src/sys/rump/net/lib/libnetmpls: netmpls_component.c
Log Message:
Convert MPLS from a legacy netisr to pktqueue.
To generate a diff of this commit:
cvs rdiff -u -r1.318 -r1.319 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.182 -r1.183 src/sys/net/if_gre.c
cvs rdiff -u -r1.115 -r1.116 src/sys/net/if_loop.c
cvs rdiff -u -r1.38 -r1.39 src/sys/net/if_mpls.c
cvs rdiff -u -r1.23 -r1.24 src/sys/net/netisr_dispatch.h
cvs rdiff -u -r1.32 -r1.33 src/sys/netmpls/mpls_proto.c
cvs rdiff -u -r1.2 -r1.3 src/sys/netmpls/mpls_var.h
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/net/lib/libnetmpls/netmpls_component.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