summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf/net
Commit message (Expand)AuthorAgeFilesLines
* Comment out rev. 1.4 after problems w/ IPv6, a better solution must bemlaier2004-08-161-0/+2
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-142-9/+0
* Loopback fix from Mathieu Sauve-Frankel:mlaier2004-08-121-2/+3
* Loopback fix from Daniel Hartmeier:mlaier2004-08-123-7/+13
* Loopback fix from Henning Brauer:mlaier2004-08-121-0/+4
* Initialize s variable early to shut up GCC warnings.kan2004-07-284-14/+31
* Fix the following LOR on pf module unload:mlaier2004-07-231-4/+4
* Refine pf_check_proto_cksum() a bit in order to avoid additional in_pseudo()mlaier2004-07-231-25/+22
* Fix a stupid attemp to apply host arithmetics to network byte ordered data.mlaier2004-07-181-1/+1
* m_tag_copy takes an additional "how" parameter in FreeBSD.mlaier2004-07-181-0/+8
* Merge in a stable fix from OpenBSD:mlaier2004-07-171-52/+63
* Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associatedmlaier2004-07-171-10/+29
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-223-4/+9
* Import two fixes from the OpenBSD stable branch:mlaier2004-06-173-19/+16
* Commit pf version 3.5 and link additional files to the kernel build.mlaier2004-06-1612-2385/+4856
* This commit was generated by cvs2svn to compensate for changes in r130610,mlaier2004-06-161-0/+840
|\
| * Import pf from OpenBSD 3.5 (OPENBSD_3_5_BASE)mlaier2004-06-1611-1417/+4695
| * Import OpenBSD 3.4-stable fixesdhartmei2004-05-023-19/+16
| * Import another fix from the OpenBSD-Stable branch:mlaier2004-04-111-6/+11
| * Import two fixes from OpenBSD's stable branch:mlaier2004-03-282-4/+41
* | Do the dreaded s/dev_t/struct cdev */phk2004-06-161-9/+9
* | Remove some more leftover from the old pfaltq_module hack to allow formlaier2004-06-142-24/+8
* | Prepare pf for building with ALTQ:mlaier2004-06-133-56/+4
* | "Get rid of the nested include of <sys/module.h> from <sys/kernel.h>" ormlaier2004-05-313-0/+3
* | Commit three imported bugfixes from OpenBSD 3.4-stable:dhartmei2004-05-023-19/+16
* | Staticize <if>_clone_{create,destroy} functions.brooks2004-04-142-8/+8
* | Commit import of OpenBSD-stable fix:mlaier2004-04-111-6/+11
* | Shut up a couple of annoying gcc warnings. Do not enclose the fixes withmlaier2004-03-301-14/+16
* | Commit two fixes from OpenBSD's stable branch:mlaier2004-03-282-6/+41
* | Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdefmlaier2004-03-1710-323/+283
* | Remove `$Name$' leftovers from the port version reporting.mlaier2004-03-103-3/+0
* | Remove __inline keyword from functions that can't be inlined according tomlaier2004-02-292-0/+8
* | Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-261-0/+5
* | Bring diff from the security/pf port. This has code been tested as a portmlaier2004-02-2610-50/+3037
|/
* Vendor import of OpenBSD's packet filter (pf) as of OpenBSD 3.4mlaier2004-02-2610-0/+13504
OpenPOWER on IntegriCloud