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
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don't
bde
1999-08-24
1
-4
/
+4
*
To christen the brand new security category for syslog, we get IPFW
green
1999-08-21
1
-58
/
+86
*
Implement probabilistic rule match in ipfw. Each rule can be associated
luigi
1999-08-11
1
-7
/
+18
*
Make ipfw's logging more dynamic. Now, log will use the default limit
green
1999-08-01
1
-9
/
+80
*
8 -> NBBy
green
1999-07-28
1
-3
/
+3
*
This is the much-awaited cleaned up version of IPFW [ug]id support.
green
1999-06-19
1
-9
/
+98
*
Don't accept divert/tee/pipe rules without corresponding option.
ru
1999-06-11
1
-3
/
+11
*
close pr 10889:
luigi
1999-05-24
1
-1
/
+4
*
Add sysctl descriptions to many SYSCTL_XXXs
billf
1999-05-03
1
-5
/
+10
*
Make one pass through the firewall the default.
luigi
1999-04-26
1
-2
/
+2
*
Use pointer arithmetic as appropriate.
dt
1999-04-24
1
-2
/
+2
*
s/IPFIREWALL_MODULE/KLD_MODULE/
peter
1999-04-20
1
-2
/
+2
*
Tidy up some stray / unused stuff in the IPFW package and friends.
peter
1999-04-20
1
-4
/
+1
*
Oops, forgot this part of lkm code that's been replaced with kld.
peter
1999-04-17
1
-50
/
+3
*
Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for the
nsayer
1999-03-30
1
-18
/
+22
*
* 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
[next]