summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf
Commit message (Expand)AuthorAgeFilesLines
* Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN,dhartmei2004-12-191-3/+5
* Compile pfsync w/o bpf.mlaier2004-12-101-0/+2
* IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6dhartmei2004-12-051-3/+6
* fix a bug that leads to a crash when binat rules of the formdhartmei2004-11-241-1/+1
* Removed the remnants of gx(4).ru2004-11-081-1/+1
* Improved interface handling. This should fix the use of renamed interfacesmlaier2004-11-031-17/+12
* Fix a panic discovered with some apache2 configure test (that seemed tomlaier2004-10-241-0/+5
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-293-14/+112
* Protect sockaddr_union definitions with a protecting define. This allows tomlaier2004-09-231-10/+9
* Break out altq_enable/disable from DIOC{START,STOP}ALTQ into sepratemlaier2004-09-171-41/+83
* Reactivate skipping over bogus IPCP addresses on ppp interfaces. Be moremlaier2004-09-141-2/+10
* Move pf* init from SI_SUB_PSEUDO to SI_SUB_PROTO_IFATTACHDOMAIN where it ismlaier2004-09-143-3/+3
* One more round on the H/W supported checksum code: Fix NICs that can't domlaier2004-09-111-3/+2
* Use securelevel_gt instead of reading global securelevel unprotected.mlaier2004-08-221-0/+5
* 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
* Use in_cksum_skip() to calculate in4_cksum instead of doing handrolled magicmlaier2004-08-051-279/+12
* 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-2611-50/+3205
|/
* Vendor import of OpenBSD's packet filter (pf) as of OpenBSD 3.4mlaier2004-02-2611-0/+13723
OpenPOWER on IntegriCloud