summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
Commit message (Expand)AuthorAgeFilesLines
* Alter ipfw's behavior with respect to fragmented packets when the packetalex1998-02-121-3/+35
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Don't attempt to display information which we don't have: specifically,alex1998-02-061-5/+13
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Make INET a proper option.eivind1998-01-081-1/+5
* Bump up packet and byte counters to 64-bit unsigned ints. As aalex1998-01-081-6/+6
* Use LIST_FIRST/LIST_NEXT macros instead of accessing the fields lh_firstalex1998-01-051-22/+22
* Added missing parens from previous commit.alex1998-01-051-3/+3
* Bound the ICMP type bitmap now that it doesn't cover all possiblealex1998-01-051-2/+3
* Reduce the amount of time that network interrupts are blocked whilealex1998-01-041-17/+42
* Bring back part of rev 1.44 which was commented out by rev 1.58.alex1997-12-271-7/+8
* Fix an incredibly horrible bug in the ipfw codejulian1997-12-191-9/+10
* Make IPDIVERT a supported option. Alas, in_var.h depends on it, ijoerg1997-11-051-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Allow a compile-time override of the ipfw deny rule. For a 'firewall'peter1997-09-101-8/+16
* Fixed logging of verbose limited packets.alex1997-08-231-4/+5
* Ensure that the interface name is terminated.alex1997-08-061-1/+2
* Removed unused #includes.bde1997-08-021-4/+1
* make it compile with -Walljulian1997-06-041-12/+11
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-196/+385
* Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT.alex1997-05-061-1/+2
* Make MOD_* macros almost consistent:dufault1997-04-061-2/+3
* 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-2/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Convert the interface address and IP interface address structureswollman1996-12-131-3/+4
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-1/+2
* Log the interface name which received the packet.alex1996-10-121-8/+9
* Fix the visibility of the sysctl variables.alex1996-08-311-5/+5
* Completely rewrite handling of protocol field for firewalls, things arepst1996-08-131-90/+43
* Filter by IP protocol.alex1996-08-051-21/+36
* Switch back to logging accepted packets with the text "Allow" insteadalex1996-07-141-2/+2
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-101-37/+89
* Functionality for IPFIREWALL_VERBOSE logging:nate1996-07-091-1/+7
* Reject rules which try to mix ports with incompatible protocols.alex1996-06-291-1/+11
* Allow fragment checking to work with specific protocols.alex1996-06-251-16/+26
* Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicatebde1996-06-231-4/+4
* Fix chain numbering bug when the highest line number installed >= 65435alex1996-06-171-16/+27
* Don't try to include opt_ipfw.h in LKMsgpalmer1996-06-131-1/+3
* Convert ipfw to use opt_ipfw.hgpalmer1996-06-121-1/+4
* Big sweep over ipfw, picking up where Poul left off:alex1996-06-091-66/+109
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-3/+8
* Several locations in sys/netinet/ip_fw.c are lacking or incorrectlyphk1996-05-061-14/+18
* Add feature for tcp "established".phk1996-04-031-11/+16
* Fix wrong logic, certain rules never matched.phk1996-02-261-2/+2
* Make getsockopt() capable of handling more than one mbuf worth of data.phk1996-02-241-17/+92
* The new firewall functionality:phk1996-02-241-45/+49
* I overlooked this one.phk1996-02-231-1/+6
* Big sweep over the IPFIREWALL and IPACCT code.phk1996-02-231-719/+290
OpenPOWER on IntegriCloud