aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/pf/net/pf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r196372:Max Laier2009-08-191-24/+65
* Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-14/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-14/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-1/+1
* Update stats in struct icmpstat and icmp6stat using four newRobert Watson2009-04-121-4/+4
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()Robert Watson2009-04-121-3/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),Robert Watson2009-04-111-4/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andRobert Watson2009-04-111-3/+3
* This main goals of this project are:Qing Li2008-12-151-6/+6
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+4
* Cache so_cred as inp_cred in the inpcb.Bjoern A. Zeeb2008-10-041-15/+5
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+18
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-22/+23
* Merge state reuse for tcp.Max Laier2008-08-041-0/+17
|\
| * Flatten out dist and all "live" tag directories.Max Laier2008-08-041-6665/+0
| * Import pf from OpenBSD 4.1vendor/pf-sys/4.1Max Laier2007-07-031-461/+743
| * Loopback four fixes from OpenBSD for problems reported to the freebsd-pfMax Laier2005-09-081-21/+60
| * Import pf from OpenBSD 3.7 (OPENBSD_3_7 as of today)vendor/pf-sys/3.7Max Laier2005-05-031-366/+849
| * Import a couple of fixes from OpenBSD-current, which did not make -stable invendor/pf-sys/3.5.003Max Laier2004-08-121-2/+1
| * Import from OpenBSD stable branchMax Laier2004-07-171-42/+53
| * Import OpenBSD stable branch.Max Laier2004-06-171-11/+8
| * Import pf from OpenBSD 3.5 (OPENBSD_3_5_BASE)vendor/pf-sys/3.5Max Laier2004-06-161-836/+1389
| * Import OpenBSD 3.4-stable fixesDaniel Hartmeier2004-05-021-11/+8
| * Import another fix from the OpenBSD-Stable branch:Max Laier2004-04-111-6/+11
| * Import two fixes from OpenBSD's stable branch:vendor/pf-sys/3.4.001Max Laier2004-03-281-3/+39
* | Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-4/+32
* | Teach pf and ipfw to use read locks in inpcbs write than write locksRobert Watson2008-04-201-6/+5
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-4/+4
* | Reloop OpenBSD rev. 1.563:Max Laier2007-11-211-3/+11
* | Continue to move from generic network entry points in the TrustedBSD MACRobert Watson2007-10-281-1/+1
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asRobert Watson2007-10-261-1/+1
* | Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* | Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* | When checking the sequence number of a TCP header embedded in anDaniel Hartmeier2007-08-231-2/+1
* | Commit resolved import of OpenBSD 4.1 pf from perforce.Max Laier2007-07-031-543/+891
* | From OpenBSD, rev. 1.524, 1.528, 1.529Daniel Hartmeier2007-05-211-3/+52
* | Work around a long standing LOR with user/group rules by doing the socketMax Laier2006-12-291-0/+12
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+1
* | Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointChristian S.J. Peron2006-09-121-0/+55
* | Only decrement the max-src-conn counter for tcp connections that reachedMax Laier2005-12-251-0/+7
* | Move PFSTATE_EXPIRING from sync_flags to a new local_flags. sync_flags hasMax Laier2005-12-201-2/+2
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-0/+16
* | Unbreak the build. Committed from the wrong directory.Max Laier2005-09-081-4/+5
* | Commit imported changes to HEAD:Max Laier2005-09-081-21/+60
* | Prevent a race condition. As pf_send_tcp() - called for expired synproxyMax Laier2005-07-201-0/+5
* | if_mtu not ifp_mtu.Max Laier2005-05-041-1/+1
* | Bring back fix from rev. 1.28 which was lost during the import.Max Laier2005-05-041-2/+2
* | Combine rev. 1.29 and 1.30 to something that will make sense for futureMax Laier2005-05-041-1/+6