summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf/net/pf.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflicts created during the import of pf 3.7 Some features aremlaier2005-05-031-445/+908
* Fix error in synproxy connection completion. Source andglebius2005-04-221-2/+2
* Fix mss byte order, only affects synproxy code path.glebius2005-04-131-0/+2
* Use the packet's address family instead of the rule's when selecting adhartmei2005-01-201-1/+1
* Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN,dhartmei2004-12-191-3/+5
* 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
* 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-291-2/+85
* One more round on the H/W supported checksum code: Fix NICs that can't domlaier2004-09-111-3/+2
* Loopback fix from Daniel Hartmeier:mlaier2004-08-121-2/+1
* Initialize s variable early to shut up GCC warnings.kan2004-07-281-0/+10
* 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
* Import two fixes from the OpenBSD stable branch:mlaier2004-06-171-11/+8
* Commit pf version 3.5 and link additional files to the kernel build.mlaier2004-06-161-1081/+1436
* Prepare pf for building with ALTQ:mlaier2004-06-131-1/+1
* Commit three imported bugfixes from OpenBSD 3.4-stable:dhartmei2004-05-021-11/+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-281-5/+39
* Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdefmlaier2004-03-171-102/+80
* Remove __inline keyword from functions that can't be inlined according tomlaier2004-02-291-0/+4
* Bring diff from the security/pf port. This has code been tested as a portmlaier2004-02-261-39/+831
* Vendor import of OpenBSD's packet filter (pf) as of OpenBSD 3.4mlaier2004-02-261-0/+5263
OpenPOWER on IntegriCloud