Source-Changes archive

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

CVS commit: [netbsd-9] src/sys



Module Name:    src
Committed By:   martin
Date:           Fri Nov  1 09:34:27 UTC 2019

Modified Files:
        src/sys/dev/pci/ixgbe [netbsd-9]: ix_txrx.c
        src/sys/net [netbsd-9]: if_gre.c if_l2tp.c if_tap.c

Log Message:
Pull up following revision(s) (requested by knakahara in ticket #387):

        sys/net/if_gre.c: revision 1.176
        sys/net/if_l2tp.c: revision 1.40
        sys/dev/pci/ixgbe/ix_txrx.c: revision 1.56
        sys/net/if_tap.c: revision 1.114

Fix missing kpreempt_disable() before softint_schedule() like if_vmx.c:r1.51.


To generate a diff of this commit:
cvs rdiff -u -r1.54.2.1 -r1.54.2.2 src/sys/dev/pci/ixgbe/ix_txrx.c
cvs rdiff -u -r1.175 -r1.175.2.1 src/sys/net/if_gre.c
cvs rdiff -u -r1.35.2.1 -r1.35.2.2 src/sys/net/if_l2tp.c
cvs rdiff -u -r1.113 -r1.113.2.1 src/sys/net/if_tap.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