index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_fw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+2
*
Partial fix for when ipfw is used with bridging. Bridged packets
luigi
1998-12-31
1
-24
/
+22
*
'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot be
luigi
1998-12-22
1
-3
/
+3
*
Recover from previous dummynet screwup
luigi
1998-12-21
1
-10
/
+52
*
Last bits (i think) of dummynet for -current.
luigi
1998-12-14
1
-72
/
+198
*
Staticize some more.
eivind
1998-11-26
1
-2
/
+2
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-2
/
+2
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-8
/
+50
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-154
/
+114
*
Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != long
bde
1998-08-11
1
-5
/
+6
*
Use explicitly sized types when digging through packet headers.
dfr
1998-08-03
1
-9
/
+9
*
Don't log ICMP type and subtype for non-zero offset packet fragments.
alex
1998-07-18
1
-2
/
+5
*
Support for IPFW based transparent forwarding.
julian
1998-07-06
1
-5
/
+40
*
Remove the option to keep IPFW diversion backwards compatible
julian
1998-07-02
1
-31
/
+1
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+1
*
Remove 3 occurances of __FUNCTION__
julian
1998-06-12
1
-2
/
+2
*
Fix wrong data type for a pointer.
julian
1998-06-06
1
-5
/
+5
*
clean up the changes made to ipfw over the last weeks
julian
1998-06-06
1
-22
/
+22
*
Reviewed by: Kirk Mckusick (mckusick@mckusick.com)
julian
1998-06-05
1
-1
/
+6
*
Reverse the default sense of the IPFW/DIVERT reinjection code
julian
1998-06-05
1
-13
/
+13
*
Add optional code to change the way that divert and ipfw work together.
julian
1998-05-25
1
-1
/
+36
*
Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via
dg
1998-05-19
1
-1
/
+2
*
Remove the artificial limit on the size of the ipfw filter structure.
julian
1998-04-21
1
-13
/
+40
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-4
/
+8
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-2
/
+2
*
Allow ICMP unreachable messages to be sent in response to ICMP query
alex
1998-03-15
1
-4
/
+21
*
Alter ipfw's behavior with respect to fragmented packets when the packet
alex
1998-02-12
1
-3
/
+35
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Don't attempt to display information which we don't have: specifically,
alex
1998-02-06
1
-5
/
+13
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+5
*
Bump up packet and byte counters to 64-bit unsigned ints. As a
alex
1998-01-08
1
-6
/
+6
*
Use LIST_FIRST/LIST_NEXT macros instead of accessing the fields lh_first
alex
1998-01-05
1
-22
/
+22
*
Added missing parens from previous commit.
alex
1998-01-05
1
-3
/
+3
*
Bound the ICMP type bitmap now that it doesn't cover all possible
alex
1998-01-05
1
-2
/
+3
*
Reduce the amount of time that network interrupts are blocked while
alex
1998-01-04
1
-17
/
+42
*
Bring back part of rev 1.44 which was commented out by rev 1.58.
alex
1997-12-27
1
-7
/
+8
*
Fix an incredibly horrible bug in the ipfw code
julian
1997-12-19
1
-9
/
+10
*
Make IPDIVERT a supported option. Alas, in_var.h depends on it, i
joerg
1997-11-05
1
-1
/
+2
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+3
*
Allow a compile-time override of the ipfw deny rule. For a 'firewall'
peter
1997-09-10
1
-8
/
+16
*
Fixed logging of verbose limited packets.
alex
1997-08-23
1
-4
/
+5
*
Ensure that the interface name is terminated.
alex
1997-08-06
1
-1
/
+2
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
make it compile with -Wall
julian
1997-06-04
1
-12
/
+11
*
Submitted by: Whistle Communications (archie Cobbs)
julian
1997-06-02
1
-196
/
+385
*
Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT.
alex
1997-05-06
1
-1
/
+2
*
Make MOD_* macros almost consistent:
dufault
1997-04-06
1
-2
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
[next]