summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for stateful (dynamic) ipfw rules. They are veryluigi2000-02-101-4/+35
* Add ipfw hooks for the new dummynet features.luigi2000-01-081-1/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):archie1999-12-061-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correction: uid -> gid (comment)green1999-08-271-2/+2
* Implement probabilistic rule match in ipfw. Each rule can be associatedluigi1999-08-111-2/+20
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-011-1/+3
* Correct a really gross comment format.green1999-07-281-5/+7
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-191-2/+8
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-9/+1
* Last bits (i think) of dummynet for -current.luigi1998-12-141-3/+8
* Widen and change the layout of the IPFW structures flag element.phk1998-09-021-29/+29
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-1/+18
OpenPOWER on IntegriCloud