summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf
Commit message (Expand)AuthorAgeFilesLines
* move RFC3542 related definitions into ip6.h.ume2005-07-201-42/+0
* Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them withmlaier2005-07-141-1/+5
* Properly initialize ifq_maxlen for the defered send queue and make itmlaier2005-06-261-1/+2
* Mark pf callouts as NET_MPSAFE.mlaier2005-06-122-15/+5
* Defer ip_output of pfsync updates to an independent callout thread insteadmlaier2005-06-102-7/+30
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-104-6/+21
* if_mtu not ifp_mtu.mlaier2005-05-041-1/+1
* Bring back fix from rev. 1.28 which was lost during the import.mlaier2005-05-041-2/+2
* Combine rev. 1.29 and 1.30 to something that will make sense for futuremlaier2005-05-041-1/+6
* Make LINT happy.mlaier2005-05-042-9/+9
* Pass icmp_error() the MTU argument directly instead ofandre2005-05-041-6/+2
* Resolve conflicts created during the import of pf 3.7 Some features aremlaier2005-05-0311-1333/+2541
* 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
* Fix a terrible braino in pfi_maybe_destroy() and unbreak "$pfctl -Fall" withmlaier2005-02-211-2/+5
* Fix inteface clear time. pf printed "Thu Jan 1 09:00:01 1970"yongari2005-02-171-1/+8
* Access softc embedded struct ifnet via function macro to make it easier tomlaier2005-02-093-26/+54
* Use the packet's address family instead of the rule's when selecting adhartmei2005-01-201-1/+1
* Prohibit ruleset changes at securelevel > 2, not > 1. It's documenteddhartmei2005-01-191-1/+1
* 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
|\
OpenPOWER on IntegriCloud