<?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>6ffff4f242a1d82be7e156c3b9b52202b2135ad8 - Garbage-collect the remaining vestiges of netisr.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#6ffff4f242a1d82be7e156c3b9b52202b2135ad8</link>
        <description>Garbage-collect the remaining vestiges of netisr.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Sat, 03 Sep 2022 02:47:59 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0101d0e08d3815bb8e34f25e52b438e72e88a00 - Add a new link-aggregation pseudo interface named lagg(4)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#f0101d0e08d3815bb8e34f25e52b438e72e88a00</link>
        <description>Add a new link-aggregation pseudo interface named lagg(4) - FreeBSD&apos;s lagg(4) based implementation - MP-safe and MP-scalable

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Mon, 17 May 2021 04:07:41 +0000</pubDate>
        <dc:creator>yamaguchi &lt;yamaguchi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d417b366986b29696405867f2dcc7e170f17869 - Implement address agnostic Neighbor Detection.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#9d417b366986b29696405867f2dcc7e170f17869</link>
        <description>Implement address agnostic Neighbor Detection.This is heavily based on IPv6 Neighbor Detection and allows per protocoltimers which also facilitate Neighor Unreachability Detection.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Fri, 11 Sep 2020 14:59:22 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a14187eca5f3ca8e2a2c8c3d8f8515839a2a49fe - [ozaki-r] Changes to the kernel core for wireguard</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#a14187eca5f3ca8e2a2c8c3d8f8515839a2a49fe</link>
        <description>[ozaki-r] Changes to the kernel core for wireguard

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Thu, 20 Aug 2020 21:21:31 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72416f91e2c61fb413473b168636d450f33d7968 - Add support for MP-safe network interface statistics by maintaining them</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#72416f91e2c61fb413473b168636d450f33d7968</link>
        <description>Add support for MP-safe network interface statistics by maintaining themin per-cpu storage, and collecting them for export in an if_data structurewhen user-space wants them.The new if_stat API is structured to make a gradual transition to thenew way in network drivers possible, and per-cpu stats are currentlydisabled (thus there is no kernel ABI change).  Once all drivers havebeen converted, the old ABI will be removed, and per-cpu stats will beenabled universally.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Wed, 29 Jan 2020 03:16:28 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4541d6828b9d19e0b1320d2bf76845637f8ff632 - Remove FDDI support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#4541d6828b9d19e0b1320d2bf76845637f8ff632</link>
        <description>Remove FDDI support.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Mon, 20 Jan 2020 18:38:17 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed469c22d6a82cebaeecdc3bd0655df0b4cd57ee - Remove Token Ring support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#ed469c22d6a82cebaeecdc3bd0655df0b4cd57ee</link>
        <description>Remove Token Ring support.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Sun, 19 Jan 2020 20:00:35 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85654ec7a98f86a71c51f6ab92fe59953f6931f4 - Remove HIPPI support and the esh(4) driver that uses it.  There have not</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#85654ec7a98f86a71c51f6ab92fe59953f6931f4</link>
        <description>Remove HIPPI support and the esh(4) driver that uses it.  There have notbeen any users of HIPPI for some time, and it is unlikely to be resurrected.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Sun, 19 Jan 2020 06:55:21 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f922b0f6bdcf4f9bc3651ffd24d4c79d7318d22b - Remove the network ATM code.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#f922b0f6bdcf4f9bc3651ffd24d4c79d7318d22b</link>
        <description>Remove the network ATM code.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Thu, 06 Sep 2018 06:41:59 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>735ddbc5b35d6d5e4d39a07d6531a869af777e51 - Retire EtherIP, we have L2TP instead.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#735ddbc5b35d6d5e4d39a07d6531a869af777e51</link>
        <description>Retire EtherIP, we have L2TP instead.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Tue, 14 Aug 2018 14:49:13 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42c1bbb910a858af7266232ab05aac20126f84a4 - Currently, it is not necessary to install rss_config.h. Pointed out by msaitoh@n.o.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#42c1bbb910a858af7266232ab05aac20126f84a4</link>
        <description>Currently, it is not necessary to install rss_config.h. Pointed out by msaitoh@n.o.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Fri, 16 Feb 2018 10:19:03 +0000</pubDate>
        <dc:creator>knakahara &lt;knakahara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a6a088a323a8affe0e113dbc4d31b13e9e2ab7f - Introduce very simple Receive Side Scaling (RSS) utility.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#4a6a088a323a8affe0e113dbc4d31b13e9e2ab7f</link>
        <description>Introduce very simple Receive Side Scaling (RSS) utility.ok by msaitoh@n.o.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Fri, 16 Feb 2018 04:48:32 +0000</pubDate>
        <dc:creator>knakahara &lt;knakahara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ab3af3e3e91e0ebae4fa0f5918f30891fac9d4f - add ipsec(4) interface, which is used for route-based VPN.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#4ab3af3e3e91e0ebae4fa0f5918f30891fac9d4f</link>
        <description>add ipsec(4) interface, which is used for route-based VPN.man and ATF are added later, please see man for details.reviewed by christos@n.o, joerg@n.o and ozaki-r@n.o, thanks.https://mail-index.netbsd.org/tech-net/2017/12/18/msg006557.html

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Wed, 10 Jan 2018 10:56:30 +0000</pubDate>
        <dc:creator>knakahara &lt;knakahara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>939a415a7dc6a59d4c4a4d8f9e7519bb142cf4a0 - add l2tp(4) L2TPv3 interface.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#939a415a7dc6a59d4c4a4d8f9e7519bb142cf4a0</link>
        <description>add l2tp(4) L2TPv3 interface.originally implemented by IIJ SEIL team.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Thu, 16 Feb 2017 08:12:43 +0000</pubDate>
        <dc:creator>knakahara &lt;knakahara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e8c0d6c662b578bb7da7d2a03aecdef0d7d9eb2a - Add bpfjit and enable it for amd64.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#e8c0d6c662b578bb7da7d2a03aecdef0d7d9eb2a</link>
        <description>Add bpfjit and enable it for amd64.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Sat, 27 Oct 2012 22:36:11 +0000</pubDate>
        <dc:creator>alnsn &lt;alnsn@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c5a76d5669bb01840fb8ed6f93e74d523239437 - Remove bpf_jit which was ported from FreeBSD recently.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#5c5a76d5669bb01840fb8ed6f93e74d523239437</link>
        <description>Remove bpf_jit which was ported from FreeBSD recently.It will soon be replaced with the new bpfjit kernel module.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Thu, 27 Sep 2012 18:28:53 +0000</pubDate>
        <dc:creator>alnsn &lt;alnsn@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfc228abffb608bfb954044a80ad60f7d34e49f8 - Export &lt;net/bpf_jit.h&gt; and add to the set lists.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#cfc228abffb608bfb954044a80ad60f7d34e49f8</link>
        <description>Export &lt;net/bpf_jit.h&gt; and add to the set lists.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Thu, 02 Aug 2012 01:16:36 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e6f2099c63940d9f51b6c2fd590ca33566c78d4 - Import NPF - a packet filter.  Some features:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#2e6f2099c63940d9f51b6c2fd590ca33566c78d4</link>
        <description>Import NPF - a packet filter.  Some features:- Designed to be fully MP-safe and highly efficient.- Tables/IP sets (hash or red-black tree) for high performance lookups.- Stateful filtering and Network Address Port Translation (NAPT).  Framework for application level gateways (ALGs).- Packet inspection engine called n-code processor - inspired by BPF -  supporting generic RISC-like and specific CISC-like instructions for  common patterns (e.g. IPv4 address matching).  See npf_ncode(9) manual.- Convenient userland utility npfctl(8) with npf.conf(8).NOTE: This is not yet a fully capable alternative to PF or IPFilter.Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,state saving/restoring, logging, etc) is in progress.Thanks a lot to Matt Thomas for various useful comments and code review.Aye by: board@

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Sun, 22 Aug 2010 18:56:18 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>826653c1903087fbd03d6e8dbc754fff9afc3497 - Add MPLS support, proposed on tech-net@ a couple of days ago</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#826653c1903087fbd03d6e8dbc754fff9afc3497</link>
        <description>Add MPLS support, proposed on tech-net@ a couple of days agoWelcome to 5.99.33

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Sat, 26 Jun 2010 14:24:27 +0000</pubDate>
        <dc:creator>kefren &lt;kefren@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae5722dac0fd6616fb202d3e333b5151a92941d2 - No need to include bsd.subdir.mk as bsd.kinc.mk already includes it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/net/Makefile#ae5722dac0fd6616fb202d3e333b5151a92941d2</link>
        <description>No need to include bsd.subdir.mk as bsd.kinc.mk already includes it.

            List of files:
            /netbsd-src/sys/net/Makefile</description>
        <pubDate>Sat, 30 May 2009 09:04:35 +0000</pubDate>
        <dc:creator>hannken &lt;hannken@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
