summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
Commit message (Expand)AuthorAgeFilesLines
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-5/+10
* Make one pass through the firewall the default.luigi1999-04-261-2/+2
* Use pointer arithmetic as appropriate.dt1999-04-241-2/+2
* s/IPFIREWALL_MODULE/KLD_MODULE/peter1999-04-201-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-4/+1
* Oops, forgot this part of lkm code that's been replaced with kld.peter1999-04-171-50/+3
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for thensayer1999-03-301-18/+22
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+2
* Partial fix for when ipfw is used with bridging. Bridged packetsluigi1998-12-311-24/+22
* 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot beluigi1998-12-221-3/+3
* Recover from previous dummynet screwupluigi1998-12-211-10/+52
* Last bits (i think) of dummynet for -current.luigi1998-12-141-72/+198
* Staticize some more.eivind1998-11-261-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-8/+50
* 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
OpenPOWER on IntegriCloud