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_fw2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove two lines that somehow snuck back in after testing.
julian
2007-01-09
1
-2
/
+0
*
Prevent adding a rule with a nat action in case IPFIREWALL_NAT was not defined.
piso
2007-01-05
1
-0
/
+4
*
Wrap ipfw nat support in a new kernel config option named
piso
2007-01-03
1
-1
/
+16
*
Remove a bunch of dependencies in the IP header being the first thing in the
julian
2007-01-02
1
-57
/
+94
*
Summer of Code 2005: improve libalias - part 2 of 2
piso
2006-12-29
1
-2
/
+546
*
MFp4: 92972, 98913 + one more change
bz
2006-12-12
1
-4
/
+6
*
Add SCTP as a known upper layer protocol over v6.
bz
2006-11-13
1
-0
/
+8
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+2
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
o Do not do args->f_id.addr_type == 6 when there is
maxim
2006-10-11
1
-2
/
+2
*
o Kill a nit in the comment.
maxim
2006-10-11
1
-1
/
+1
*
o Extend not very informative ipfw(4) message 'drop session, too many
maxim
2006-10-11
1
-2
/
+32
*
Set scope on MC address so IPv6 carp advertisement will not get dropped
bz
2006-10-07
1
-0
/
+11
*
Handle a list of IPv6 src and dst addresses correctly, eg.
jhay
2006-09-16
1
-14
/
+17
*
Introduce a new entry point, mac_create_mbuf_from_firewall. This entry point
csjp
2006-09-12
1
-5
/
+20
*
Recognise IPv6 PIM packets.
jhay
2006-08-31
1
-0
/
+6
*
comply with style police
julian
2006-08-18
1
-5
/
+8
*
Allow ipfw to forward to a destination that is specified by a table.
julian
2006-08-17
1
-7
/
+23
*
Remove useless NULL pointer check: we are using M_WAITOK flag for memory
oleg
2006-08-04
1
-4
/
+0
*
Do not leak memory while flushing rules.
oleg
2006-08-02
1
-2
/
+3
*
There is a consensus that ifaddr.ifa_addr should never be NULL,
yar
2006-06-29
1
-4
/
+0
*
Use TAILQ_FOREACH consistently.
yar
2006-06-29
1
-2
/
+1
*
Eliminate the offset argument from send_reject. It's not been
bz
2006-06-29
1
-9
/
+7
*
Use INPLOOKUP_WILDCARD instead of just 1 more consistently.
bz
2006-06-29
1
-1
/
+1
*
- Pullup even when the extention header is unknown, to prevent
ume
2006-06-22
1
-1
/
+13
*
Add support of 'tablearg' feature for:
oleg
2006-06-15
1
-15
/
+30
*
install_state(): style(9) cleanup
oleg
2006-06-15
1
-33
/
+36
*
install_state() should properly initialize 'addr_type' field of newly created
oleg
2006-06-08
1
-0
/
+1
*
Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).
oleg
2006-05-24
1
-1
/
+57
*
Use only lower 64bit of src/dest (and src/dest port) for hashing of IPv6
mlaier
2006-05-14
1
-4
/
+4
*
Remove ip6fw. Since ipfw has full functional IPv6 support now and - in
mlaier
2006-05-12
1
-1
/
+0
*
Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing
mlaier
2006-05-12
1
-8
/
+13
*
Don't claim "(+ipv6)" if we didn't build with INET6.
mlaier
2006-05-11
1
-1
/
+5
*
- Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl().
glebius
2006-03-03
1
-7
/
+5
*
Use PFIL_HOOKED macros in if_bridge and pass the right argument to
csjp
2006-02-02
1
-1
/
+1
*
Somewhat re-factor the read/write locking mechanism associated with the packet
csjp
2006-02-02
1
-45
/
+10
*
Fix minor bug in uRPF:
oleg
2006-01-24
1
-2
/
+8
*
- Change the return type for init_tables from void to int so we can propagate
csjp
2006-01-20
1
-10
/
+25
*
Destroy the dynamic rule zone in the event that we fail to insert the
csjp
2006-01-20
1
-0
/
+1
*
Correct insecure temporary file usage in texindex. [06:01]
cperciva
2006-01-11
1
-1
/
+1
*
Cleanup __FreeBSD_version.
glebius
2005-12-16
1
-5
/
+0
*
Add a new feature for optimizining ipfw rulesets - substitution of the
glebius
2005-12-13
1
-5
/
+16
*
Optimize parallel processing of ipfw(4) rulesets eliminating the locking
glebius
2005-12-06
1
-71
/
+54
*
obey opt_inet6.h and opt_ipsec.h in kernel build directory.
ume
2005-11-29
1
-2
/
+2
*
Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),
glebius
2005-11-29
1
-29
/
+1
*
fixed a bug that uRPF does not work properly for an IPv6 packet bound for the...
suz
2005-11-10
1
-2
/
+8
*
Retire MT_HEADER mbuf type and change its users to use MT_DATA.
andre
2005-11-02
1
-1
/
+1
*
Remove bridge(4) from the tree. if_bridge(4) is a full functional
mlaier
2005-09-27
1
-1
/
+1
*
Use monotonic 'time_uptime' instead of 'time_second' as timebase
andre
2005-09-19
1
-24
/
+24
*
Fix panic when kernel compiled without INET6 by rejecting
bz
2005-09-14
1
-6
/
+30
[next]