summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r171164,mlaier2007-07-031-0/+415
|\
| * Import pf from OpenBSD 4.1mlaier2007-07-0312-1690/+2973
| * Loopback four fixes from OpenBSD for problems reported to the freebsd-pfmlaier2005-09-082-21/+67
| * Import pf from OpenBSD 3.7 (OPENBSD_3_7 as of today)mlaier2005-05-0311-1093/+2403
| * Import a fix from the OpenBSD-stable branch, that slipped by my previousmlaier2004-08-121-2/+3
| * Import a couple of fixes from OpenBSD-current, which did not make -stable inmlaier2004-08-124-7/+17
| * Import from OpenBSD stable branchmlaier2004-07-171-42/+53
| * Import OpenBSD stable branch.mlaier2004-06-173-19/+16
* | Fix hardware checksum verification on fragments.mlaier2007-07-031-0/+9
* | From OpenBSD, rev. 1.524, 1.528, 1.529dhartmei2007-05-211-3/+52
* | In member interface detach event handler, do not attempt to free statebms2007-04-141-1/+9
* | Teach pfsync(4) that its member interfaces may go away.bms2007-03-192-0/+50
* | Clean up pfr_kentry_pl2 as well. This fixes a kernel panic in the vm.zonemlaier2007-01-011-0/+1
* | Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-0/+4
* | Work around a long standing LOR with user/group rules by doing the socketmlaier2006-12-291-0/+12
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+4
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+1
* | Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointcsjp2006-09-121-0/+55
* | Fix stateful filtering of loopback IPv6 traffic to an address not configuredmlaier2006-09-061-2/+8
* | Import from OpenBSD 1.168, dhartmei:mlaier2006-07-211-2/+3
* | Revise network interface cloning to take an optional opaquesam2006-07-092-2/+10
* | Make in-kernel multicast protocols for pfsync and carp work after enablingmlaier2006-07-081-0/+5
* | Fix pfsync w/o carp compilation.mlaier2006-06-161-0/+2
* | Fix byteorder of syncpeer and make it actually work.mlaier2006-06-141-6/+23
* | Put debugging messages related to inconsistent ticket numbers under misc andmlaier2006-05-121-4/+10
* | Loopback pf_norm.c rev. 1.106 from OpenBSD:mlaier2006-03-251-4/+22
* | Avoid pulling in the whole <net/pfvar.h> by opaquely declaringyar2006-03-091-2/+3
* | Make pflog a seperate module. As a result pflog_packet() becomes a functionmlaier2006-02-053-0/+26
* | fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl',dhartmei2006-01-191-1/+1
* | Move m_adj after checking that m_dup succeeded.mlaier2006-01-141-3/+4
* | Only decrement the max-src-conn counter for tcp connections that reachedmlaier2005-12-252-0/+8
* | Fix build after timeval.tv_sec changed from long to time_t.mlaier2005-12-251-2/+5
* | Move PFSTATE_EXPIRING from sync_flags to a new local_flags. sync_flags hasmlaier2005-12-202-4/+6
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-055-0/+58
* | Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-082-6/+0
* | Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-122-2/+3
* | Stop leaking a lock. This used to cause a propagate_priority() page faultmlaier2005-09-111-3/+3
* | Unbreak the build. Committed from the wrong directory.mlaier2005-09-081-4/+5
* | Commit imported changes to HEAD:mlaier2005-09-082-21/+67
* | Wrap the new world order in __FreeBSD__ to ease future imports.mlaier2005-08-092-0/+14
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-4/+4
* | Prevent a race condition. As pf_send_tcp() - called for expired synproxymlaier2005-07-202-0/+8
* | 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
OpenPOWER on IntegriCloud