aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw.c
Commit message (Expand)AuthorAgeFilesLines
* Make ipfw's logging more dynamic. Now, log will use the default limitBrian Feldman1999-08-011-9/+80
* 8 -> NBByBrian Feldman1999-07-281-3/+3
* This is the much-awaited cleaned up version of IPFW [ug]id support.Brian Feldman1999-06-191-9/+98
* Don't accept divert/tee/pipe rules without corresponding option.Ruslan Ermilov1999-06-111-3/+11
* close pr 10889:Luigi Rizzo1999-05-241-1/+4
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-5/+10
* Make one pass through the firewall the default.Luigi Rizzo1999-04-261-2/+2
* Use pointer arithmetic as appropriate.Dmitrij Tejblum1999-04-241-2/+2
* s/IPFIREWALL_MODULE/KLD_MODULE/Peter Wemm1999-04-201-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.Peter Wemm1999-04-201-4/+1
* Oops, forgot this part of lkm code that's been replaced with kld.Peter Wemm1999-04-171-50/+3
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for theNick Sayer1999-03-301-18/+22
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+2
* Partial fix for when ipfw is used with bridging. Bridged packetsLuigi Rizzo1998-12-311-24/+22
* 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot beLuigi Rizzo1998-12-221-3/+3
* Recover from previous dummynet screwupLuigi Rizzo1998-12-211-10/+52
* Last bits (i think) of dummynet for -current.Luigi Rizzo1998-12-141-72/+198
* Staticize some more.Eivind Eklund1998-11-261-2/+2
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-8/+50
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-153/+113
* Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != longBruce Evans1998-08-111-5/+6
* Use explicitly sized types when digging through packet headers.Doug Rabson1998-08-031-9/+9
* Don't log ICMP type and subtype for non-zero offset packet fragments.Alexander Langer1998-07-181-2/+5
* Support for IPFW based transparent forwarding.Julian Elischer1998-07-061-5/+40
* Remove the option to keep IPFW diversion backwards compatibleJulian Elischer1998-07-021-31/+1
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Remove 3 occurances of __FUNCTION__Julian Elischer1998-06-121-2/+2
* Fix wrong data type for a pointer.Julian Elischer1998-06-061-5/+5
* clean up the changes made to ipfw over the last weeksJulian Elischer1998-06-061-22/+22
* Reviewed by: Kirk Mckusick (mckusick@mckusick.com)Julian Elischer1998-06-051-1/+6
* Reverse the default sense of the IPFW/DIVERT reinjection codeJulian Elischer1998-06-051-13/+13
* Add optional code to change the way that divert and ipfw work together.Julian Elischer1998-05-251-1/+36
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viaDavid Greenman1998-05-191-1/+2
* Remove the artificial limit on the size of the ipfw filter structure.Julian Elischer1998-04-211-13/+40
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-4/+8
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-2/+2
* Allow ICMP unreachable messages to be sent in response to ICMP queryAlexander Langer1998-03-151-4/+21
* Alter ipfw's behavior with respect to fragmented packets when the packetAlexander Langer1998-02-121-3/+35
* Staticize.Eivind Eklund1998-02-091-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Don't attempt to display information which we don't have: specifically,Alexander Langer1998-02-061-5/+13
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-1/+5
* Bump up packet and byte counters to 64-bit unsigned ints. As aAlexander Langer1998-01-081-6/+6
* Use LIST_FIRST/LIST_NEXT macros instead of accessing the fields lh_firstAlexander Langer1998-01-051-22/+22
* Added missing parens from previous commit.Alexander Langer1998-01-051-3/+3
* Bound the ICMP type bitmap now that it doesn't cover all possibleAlexander Langer1998-01-051-2/+3
* Reduce the amount of time that network interrupts are blocked whileAlexander Langer1998-01-041-17/+42
* Bring back part of rev 1.44 which was commented out by rev 1.58.Alexander Langer1997-12-271-7/+8