<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>fcdb520c1b4e1a5d5a2e54cb916dccbc848d32ba - pf: nat64</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#fcdb520c1b4e1a5d5a2e54cb916dccbc848d32ba</link>
        <description>pf: nat64Since the IPv6 madness is not enough introduce NAT64 -- which is actually&quot;af-to&quot; a generic IP version translator for pf(4).Not everything perfect yet but lets fix these things in the tree.Insane amount of work done by sperreault@, mikeb@ and reyk@.Looked over by mcbride@ henning@ and myself at eurobsdcon.OK mcbride@ and general put it in from deraadt@Obtained from:	OpenBSD, claudio &lt;claudio@openbsd.org&gt;, 97326e01c9Sponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D47786

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Mon, 07 Oct 2024 10:52:01 +0200</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2cef62886dc7c33ca01f70ca712845da1e55b470 - pf: convert state retrieval to netlink</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#2cef62886dc7c33ca01f70ca712845da1e55b470</link>
        <description>pf: convert state retrieval to netlinkUse netlink to export pf&apos;s state table.The primary motivation is to improve how we deal with very large statestables. With the previous implementation we had to build the entirelist (both in the kernel and in userspace) before we could startprocessing. With netlink we start to get data in userspace while thekernel is still generating more. This reduces peak memory consumption(which can get to the GB range once we hit millions of states).Netlink also makes future extension easier, in that we can easily addfields to the state export without breaking userspace. In that regardit&apos;s similar to an nvlist-based approach, except that it also dealswith transport to userspace and that it performs significantly betterthan nvlists. Testing has failed to measure a performance differencebetween the previous struct-copy based ioctl and the netlink approach.Differential Revision:	https://reviews.freebsd.org/D38888

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Fri, 15 Sep 2023 12:06:59 +0200</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bb3134a8c21cb87b30e135ef168483f0333dabb - Fix some modules to export more used symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#5bb3134a8c21cb87b30e135ef168483f0333dabb</link>
        <description>Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32878

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 09:42:24 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a335f76f2a40a248df01e22422b84d707bfcc4a9 - modules: a lot: need opt_kern_tls.h</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#a335f76f2a40a248df01e22422b84d707bfcc4a9</link>
        <description>modules: a lot: need opt_kern_tls.hThis fixes the standalone build.

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Thu, 30 Sep 2021 06:07:17 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e1864ed07121b479b95d7e3a5931a9e0ffd4713 - pf: syncookie support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#8e1864ed07121b479b95d7e3a5931a9e0ffd4713</link>
        <description>pf: syncookie supportImport OpenBSD&apos;s syncookie support for pf. This feature help pf resistTCP SYN floods by only creating states once the remote host completesthe TCP handshake rather than when the initial SYN packet is received.This is accomplished by using the initial sequence numbers to encode acookie (hence the name) in the SYN+ACK response and verifying this onreceipt of the client ACK.Reviewed by:	kbowlingObtained from:	OpenBSDMFC after:	1 weekSponsored by:	Modirum MDPayDifferential Revision:	https://reviews.freebsd.org/D31138

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Thu, 20 May 2021 11:54:41 +0200</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c62eded5a11ebdb1d57134d923596e2b04e9466 - pf: Introduce nvlist variant of DIOCADDRULE</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#5c62eded5a11ebdb1d57134d923596e2b04e9466</link>
        <description>pf: Introduce nvlist variant of DIOCADDRULEThis will make future extensions of the API much easier.The intent is to remove support for DIOCADDRULE in FreeBSD 14.Reviewed by:	markj (previous version), glebius (previous version)MFC after:	4 weeksSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D29557

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Thu, 11 Mar 2021 16:21:23 +0100</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cc9ab8610ae1d5f6522b1679fbf639eb56fe650 - Add a missing include of opt_sctp.h.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#6cc9ab8610ae1d5f6522b1679fbf639eb56fe650</link>
        <description>Add a missing include of opt_sctp.h.MFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 01:01:16 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 02:07:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>246e7a2b6494cd991b08ac669ed761ecea0cc98c - IFC @r269962</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#246e7a2b6494cd991b08ac669ed761ecea0cc98c</link>
        <description>IFC @r269962Submitted by:	Anish Gupta (akgupt3@gmail.com)

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Tue, 02 Sep 2014 06:22:42 +0200</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b833d535b9ce1789dca84d8bd15d22e1ed58d46 - Sync to HEAD@r269943.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#1b833d535b9ce1789dca84d8bd15d22e1ed58d46</link>
        <description>Sync to HEAD@r269943.

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Wed, 13 Aug 2014 18:20:41 +0200</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aeaed508982227551b2748339033bb2483382b4d - Move most of the 15 variations on generating opt_inet.h and</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#aeaed508982227551b2748339033bb2483382b4d</link>
        <description>Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Tue, 05 Aug 2014 00:37:02 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 04:34:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>414fdaf09dec0d34181d91254e83ecb1a8a360d9 - IFC @266473</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#414fdaf09dec0d34181d91254e83ecb1a8a360d9</link>
        <description>IFC @266473

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Wed, 21 May 2014 22:30:52 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc3f4b99653c34ae64f8a1fddea370abefef680e - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#cc3f4b99653c34ae64f8a1fddea370abefef680e</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Fri, 09 May 2014 01:54:15 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052 - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Tue, 06 May 2014 06:22:01 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Wed, 19 Jun 2013 13:36:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e477abf734cc777a55286bfbd6b80a6760c96acf - MFC @ r241285</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/pf/Makefile#e477abf734cc777a55286bfbd6b80a6760c96acf</link>
        <description>MFC @ r241285

            List of files:
            /freebsd/sys/modules/pf/Makefile</description>
        <pubDate>Tue, 27 Nov 2012 19:38:50 +0100</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
