summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for IPFW based transparent forwarding.julian1998-07-061-1/+4
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.bde1998-02-031-1/+3
* Bump up packet and byte counters to 64-bit unsigned ints. As aalex1998-01-081-5/+8
* Removed unused #includes.bde1997-10-281-3/+1
* Fixed gratuitous ANSIisms.bde1997-09-161-2/+2
* Support interface names up to 15 characters in length. In order toalex1997-08-081-3/+5
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-45/+96
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* implement "not" keyword for inverting the address logicadam1997-01-161-0/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
OpenPOWER on IntegriCloud