summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
Commit message (Expand)AuthorAgeFilesLines
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-154/+114
* Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != longbde1998-08-111-5/+6
* Use explicitly sized types when digging through packet headers.dfr1998-08-031-9/+9
* Don't log ICMP type and subtype for non-zero offset packet fragments.alex1998-07-181-2/+5
* Support for IPFW based transparent forwarding.julian1998-07-061-5/+40
* Remove the option to keep IPFW diversion backwards compatiblejulian1998-07-021-31/+1
* Removed unused includes.bde1998-06-211-2/+1
* Remove 3 occurances of __FUNCTION__julian1998-06-121-2/+2
* Fix wrong data type for a pointer.julian1998-06-061-5/+5
* clean up the changes made to ipfw over the last weeksjulian1998-06-061-22/+22
* Reviewed by: Kirk Mckusick (mckusick@mckusick.com)julian1998-06-051-1/+6
* Reverse the default sense of the IPFW/DIVERT reinjection codejulian1998-06-051-13/+13
* Add optional code to change the way that divert and ipfw work together.julian1998-05-251-1/+36
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viadg1998-05-191-1/+2
* Remove the artificial limit on the size of the ipfw filter structure.julian1998-04-211-13/+40
* Support compiling with `gcc -ansi'.bde1998-04-151-4/+8
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
* Allow ICMP unreachable messages to be sent in response to ICMP queryalex1998-03-151-4/+21
* 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
OpenPOWER on IntegriCloud