summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
Commit message (Expand)AuthorAgeFilesLines
* The first customer of the SO_USER_COOKIE option:luigi2010-11-121-0/+3
* + implement (two lines) the kernel side of 'lookup dscp N' to use theluigi2010-03-151-6/+9
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-021-10/+12
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-221-1/+1
* Start splitting ip_fw2.c and ip_fw.h into smaller components.luigi2009-12-151-129/+0
* change the type of the opcode from enum *:8 to u_int8_tluigi2009-12-021-1/+1
* Fix ipfw's initialization functions to get the correct order of evaluationjulian2009-08-211-2/+4
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-4/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-82/+9
* Close long existed race with net.inet.ip.fw.one_pass = 0:oleg2009-06-091-9/+13
* Several ipfw options and actions use a 16-bit argument to indicateluigi2009-06-051-5/+17
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-051-8/+0
* Make indentation more uniform accross vnet container structs.zec2009-05-021-27/+27
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-2/+0
* First pass at separating per-vnet initializer functionszec2009-04-061-0/+2
* Implement an ipfw action to reassemble ip packets: reass.piso2009-04-011-1/+3
* fw_debug has been unused for ages, so remove it from the listluigi2009-03-021-1/+1
* remove dependency on eventhandler.h, we only need a forward declarationluigi2009-02-161-1/+2
* Second round of putting global variables, which were virtualizedbz2008-12-131-1/+1
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-5/+8
* Fix content and spelling of comment on _ipfw_insn.len -- a count ofrwatson2008-10-101-1/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+81
* Export IPFW_TABLES_MAX value for compiled in defaults.rik2008-09-211-1/+6
* Make the commet for the default rule number more clear.rik2008-09-141-1/+4
* Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not onlyrik2008-09-061-0/+5
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+4
* Fix a comment typo.rwatson2008-04-291-1/+1
* Move ipfw's nat code into its own kld: ipfw_nat.piso2008-02-291-0/+32
* Hide ipfw internal data structures behind IPFW_INTERNAL rather thanrwatson2008-01-251-0/+11
* Add support for filtering on Routing Header Type 0 andbz2007-05-041-0/+2
* Summer of Code 2005: improve libalias - part 2 of 2piso2006-12-291-0/+60
* comply with style policejulian2006-08-181-1/+0
* Allow ipfw to forward to a destination that is specified by a table.julian2006-08-171-0/+2
* Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).oleg2006-05-241-0/+6
* Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processingmlaier2006-05-121-0/+3
* When sending a packet from dummynet, indicate that we're forwardingru2006-02-141-2/+0
* Add a new feature for optimizining ipfw rulesets - substitution of theglebius2005-12-131-0/+2
* Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),glebius2005-11-291-15/+0
* * Add dynamic sysctl for net.inet6.ip6.fw.bz2005-08-131-0/+5
* Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.mlaier2005-06-031-0/+2
* IPFW version 2 is the only option in HEAD and RELENG_5.glebius2005-05-041-1/+0
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-181-0/+67
* Add a ng_ipfw node, implementing a quick and simple interface betweenglebius2005-02-051-0/+7
* o Clean up interface between ip_fw_chk() and its callers:glebius2005-01-141-4/+12
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add support to IPFW for matching by TCP data length.green2004-10-031-0/+1
* Add support to IPFW for classification based on "diverted" statusgreen2004-10-031-3/+6
* Add to IPFW the ability to do ALTQ classification/tagging.green2004-10-031-0/+10
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-2/+3
* Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scriptsandre2004-08-191-0/+1
OpenPOWER on IntegriCloud