<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a40b7651 - net tests: basic if_stf test</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#a40b7651</link>
        <description>net tests: basic if_stf testTest the 6to4 code.MFC after:	3 weeksSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D32850(cherry picked from commit eb5e0755f7496d1328d572b4d181c70b39152f08)

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Fri, 05 Nov 2021 14:20:19 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9bb3c824 - net tests: basic if_gif(4) test case</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#9bb3c824</link>
        <description>net tests: basic if_gif(4) test caseMFC after:	3 weeksSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D32836(cherry picked from commit 6e0755b37b20f776c7a9ac7a720db1af13966717)

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Thu, 04 Nov 2021 16:15:19 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60c9798d - net tests: basic test case for bpf(4)&apos;s ability to set vlan pcp</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#60c9798d</link>
        <description>net tests: basic test case for bpf(4)&apos;s ability to set vlan pcpUse dhclient with its &apos;vlan-pcp&apos; option to set a VLAN PCP value andverify that it actually gets set.MFC after:	1 weekSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D31276(cherry picked from commit 3e87f800f01b6d2cbe49924a01038379889d8b3b)

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Thu, 22 Jul 2021 12:50:27 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad27abda - bridge tests: Test STP config BPDU validation</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#ad27abda</link>
        <description>bridge tests: Test STP config BPDU validationPR:		254924Reviewed by:	donnerDifferential Revision:	https://reviews.freebsd.org/D29783(cherry picked from commit 4ae3a97e127cea14277b904af31483af7e6e2891)

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Thu, 15 Apr 2021 12:55:00 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cc42f6d - Do a sweep and remove most WARNS=6 settings</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#7cc42f6d</link>
        <description>Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn&apos;tcurrently apply to kernel modules, and I haven&apos;t put too much thought intowhether it makes sense to make it so.

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Thu, 01 Oct 2020 01:10:51 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f464bd04 - Make sys.net.if_bridge_test depend on python; sys.net.if_bridge_test.span</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#f464bd04</link>
        <description>Make sys.net.if_bridge_test depend on python; sys.net.if_bridge_test.spanrequires it.MFC after:	2 weeksSponsored by:	DARPA

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Tue, 19 May 2020 21:55:29 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ccf5032 - Skip if_epair regression test if module doesn&apos;t exist</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#8ccf5032</link>
        <description>Skip if_epair regression test if module doesn&apos;t existApproved by:	kpSponsored by:	NetflixDifferential Revision:	https://reviews.freebsd.org/D23876

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Tue, 03 Mar 2020 17:35:15 +0000</pubDate>
        <dc:creator>Olivier Cochard &lt;olivier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>095aabf7 - bridge: Basic test case</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#095aabf7</link>
        <description>bridge: Basic test caseVery basic bridge test: Set up two jails and test that they can pass IPv4traffic over the bridge.Reviewed by:	melifaro, philipSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D23697

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Sun, 16 Feb 2020 13:16:40 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5458a63b - tests: Test for an epair panic</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#5458a63b</link>
        <description>tests: Test for an epair panicif_epair abused the ifr_data field to insert its second interface inIFC_IFLIST. If userspace provides a value for ifr_data it would getdereferenced by the kernel leading to a panic.Reported by:	Ilja Van Sprundel &lt;ivansprundel@ioactive.com&gt;MFC after:	3 days

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Tue, 28 Jan 2020 22:46:51 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>775dc861 - Add userland tests for route table/lltable rtsock operations.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#775dc861</link>
        <description>Add userland tests for route table/lltable rtsock operations.MFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D22860

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Sat, 28 Dec 2019 12:16:40 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fcd69db2 - tests: basic VLAN test</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#fcd69db2</link>
        <description>tests: basic VLAN testSet up two jails connected by an epair. Create VLAN interfaces in bothjails and check connectivity.This is a very basic test, but exposed panics during the network stackepoch work, so this is worth testing.

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Tue, 15 Oct 2019 04:50:08 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3846e575 - tun tests: Test renaming and destroying a tun interface in a vnet jail</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#3846e575</link>
        <description>tun tests: Test renaming and destroying a tun interface in a vnet jailThere was a problem destroying renamed tun interfaces in vnet jails. This wasfixed in r344794. Test the previously failing scenario.PR:		235704MFC after:	2 weeks

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Tue, 05 Mar 2019 15:49:30 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b40bdbd - Add tests for lagg(4) and other cloned network interfaces</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/net/Makefile#4b40bdbd</link>
        <description>Add tests for lagg(4) and other cloned network interfacesUnfortunately, most of the tests are disabled because they fairly frequentlytrigger panics.MFC after:	3 weeksSponsored by:	Spectra Logic Corp

            List of files:
            /freebsd-13.1/tests/sys/net/Makefile</description>
        <pubDate>Fri, 23 Feb 2018 18:18:42 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
