summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the sorting of IPFW rules an option. You don't want it to sort them.phk1996-02-031-1/+3
* Completed function declarations and/or added prototypes.bde1995-12-021-1/+12
* New style sysctl & staticize alot of stuff.phk1995-11-141-5/+5
* Second batch of cleanup changes.phk1995-10-291-2/+2
* Support all the tcpflag options in firewall.ugen1995-10-231-14/+43
* Well..finally..this is the first part..it should take care ofugen1995-10-011-16/+91
* Try to make the `syn' blocking code act a bit more sensibly - don'tgpalmer1995-07-311-2/+2
* Added $Id$.dg1995-07-231-0/+2
* Fixed panic that occurs on certain firewall rejected packets that wasdg1995-07-091-3/+2
* This is the end result of about a dozen passes through this code to fixdg1995-07-041-729/+696
* Define TRUE and FALSE.dg1995-07-041-0/+7
* 1) Removed bogus #includedg1995-07-041-46/+25
* Add a missing `goto' statement so that this compiles yet again.gpalmer1995-06-281-1/+1
* reject option in ip_fw used to panic the system. This fixes it.guido1995-06-271-13/+7
OpenPOWER on IntegriCloud