summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-7/+15
* Put the 'antispoof' opcode in the proper place in the opcode list suchobrien2004-08-161-1/+1
* Add the ability to associate ipfw rules with a specific prison ID.csjp2004-08-121-1/+5
* New ipfw option "antispoof":andre2004-08-091-0/+1
* Introduce a new feature to IPFW2: lookup tables. These are usefulru2004-06-091-0/+19
* Add the option versrcreach to verify that a valid route to theandre2004-04-231-0/+1
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-1/+0
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-0/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* Allow set 31 to be used for rules other than 65535.luigi2003-07-151-0/+1
* Correct some comments, add opcode O_IPSEC to match packetsluigi2003-07-041-12/+17
* Change handling to support strong alignment architectures such as alpha andticso2003-06-041-5/+17
* Add a 'verrevpath' option that verifies the interface that a packetcjc2003-03-151-0/+2
* Oops, forgot to commit this file. This is part of the fixmux2002-10-241-0/+2
* One bugfix and one new feature.luigi2002-08-101-3/+3
* Fix a panic when doing "ipfw add pipe 1 log ..."luigi2002-07-171-1/+1
* Implement keepalives for dynamic rules, so they will not expireluigi2002-07-141-3/+5
* Remove one unused command name.luigi2002-07-081-1/+0
* Implement the last 2-3 missing instructions for ipfw,luigi2002-07-051-0/+1
* The new ipfw code.luigi2002-06-271-246/+289
* Remove (almost all) global variables that were used to holdluigi2002-06-221-3/+22
* Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flagsluigi2002-05-131-10/+0
* Cleanup the interface to ip_fw_chk, two of the input argumentsluigi2002-05-091-3/+19
* Remove __P.alfred2002-03-191-1/+1
* Implement matching IP precedence in ipfw(4).yar2001-12-211-1/+2
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-0/+1
* A few more style changes picked up whilst working on an MFC to -stable.joe2001-10-291-2/+2
* Fix some whitespace, and a comment that I missed in the last commit.joe2001-10-291-3/+4
* Clean up the style of this header file.joe2001-10-291-186/+190
* Two main changes here:luigi2001-09-271-62/+65
* A bunch of minor changes to the code (see below) for readability, code sizeluigi2001-09-201-6/+21
* Introduce a new feature in IPFW: Check of the source or destinationphk2001-02-131-1/+4
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-101-2/+2
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-021-0/+1
* o IPFW incorrectly handled filtering in the presence of previouslyrwatson2001-01-091-2/+2
* Add new fields for more granularity:billf2000-10-021-1/+28
* Remove obsolete comment.archie2000-08-221-1/+0
* Add tcpoptions to ipfw. This works much in the same way as ipoptions do.dan2000-06-081-0/+10
* Implement WF2Q+ in dummynet.luigi2000-06-081-2/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
OpenPOWER on IntegriCloud