summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf/net/pf.c
Commit message (Expand)AuthorAgeFilesLines
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-6270/+0
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-2791/+1441
* Merge revision 1.715 from OpenBSD:glebius2012-06-061-2/+2
* Revert r234834 per luigi@ request.melifaro2012-05-031-0/+1
* Move several enums and structures required for L2 filtering from ip_fw_privat...melifaro2012-04-301-1/+0
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-36/+43
* In FreeBSD we determine presence of pfsync(4) at run-time, notglebius2012-01-091-17/+1
* Return value should be conditional on return value of pfsync_defer_ptr()glebius2011-11-301-2/+2
* Add missing PF_UNLOCK in pf_testkevlo2011-10-301-1/+5
* Fix a bug when NPFSYNC > 0 that on FreeBSD we would always returnbz2011-10-191-2/+2
* Fix indentation in a loop and a tiny maze of #ifdefs for just thebz2011-10-191-27/+27
* Use the correct byte order for the ip_divert(4) mbuf tag port metabz2011-08-251-1/+2
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-2896/+2736
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-041-0/+8
* Remove some further INET related symbols from pf to allow the modulebz2011-05-311-0/+8
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-17/+14
* Make pf compile without INET support by adding #ifdef INETs andbz2011-04-271-0/+2
* When using pf routing options, properly handle IP fragmentationbz2010-09-101-1/+2
* Adapt OpenBSD pf's "sloopy" TCP state machine which is useful for Directdelphij2009-12-241-171/+289
* If we cannot immediately get the pf_consistency_lock in the purge thread,mlaier2009-08-191-24/+65
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-14/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-14/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-1/+1
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-4/+4
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()rwatson2009-04-121-3/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-4/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-3/+3
* This main goals of this project are:qingli2008-12-151-6/+6
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+4
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-15/+5
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+18
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-22/+23
* Merge state reuse for tcp.mlaier2008-08-041-0/+17
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-4/+32
* Teach pf and ipfw to use read locks in inpcbs write than write locksrwatson2008-04-201-6/+5
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-4/+4
* Reloop OpenBSD rev. 1.563:mlaier2007-11-211-3/+11
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-281-1/+1
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* When checking the sequence number of a TCP header embedded in andhartmei2007-08-231-2/+1
* Commit resolved import of OpenBSD 4.1 pf from perforce.mlaier2007-07-031-543/+891
* From OpenBSD, rev. 1.524, 1.528, 1.529dhartmei2007-05-211-3/+52
* Work around a long standing LOR with user/group rules by doing the socketmlaier2006-12-291-0/+12
* 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
* Only decrement the max-src-conn counter for tcp connections that reachedmlaier2005-12-251-0/+7
OpenPOWER on IntegriCloud