initial version, corresponding to ipfw3-2012
authorLuigi Rizzo <rizzo@iet.unipi.it>
Sun, 17 Aug 2014 10:30:20 +0000 (03:30 -0700)
committerLuigi Rizzo <rizzo@iet.unipi.it>
Sun, 17 Aug 2014 10:30:20 +0000 (03:30 -0700)
commit8e87ee720bdedbc75ae87923fa1032af0d62d5fe
tree9f3f09103fede5a8bd99e33796c0ca27d615d602
initial version, corresponding to ipfw3-2012
142 files changed:
020-mips-hz1000.patch [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.inc [new file with mode: 0644]
Makefile.openwrt [new file with mode: 0644]
NOTES [new file with mode: 0644]
README [new file with mode: 0644]
binary/README.txt [new file with mode: 0644]
binary/cygwin1.dll [new file with mode: 0644]
binary/ipfw.exe [new file with mode: 0644]
binary/ipfw.sys [new file with mode: 0644]
binary/netipfw.inf [new file with mode: 0644]
binary/netipfw_m.inf [new file with mode: 0644]
binary/testme.bat [new file with mode: 0644]
binary/wget.exe [new file with mode: 0644]
binary64/ipfw.exe [new file with mode: 0755]
binary64/ipfw.sys [new file with mode: 0755]
configuration/README [new file with mode: 0644]
configuration/change_rules.sh [new file with mode: 0755]
configuration/change_rules_linux.sh [new file with mode: 0755]
configuration/ipfw.conf [new file with mode: 0644]
configuration/ipfw.rules [new file with mode: 0755]
configuration/rc.firewall [new file with mode: 0755]
glue.h [new file with mode: 0644]
ipfw/Makefile [new file with mode: 0644]
ipfw/add_rules [new file with mode: 0755]
ipfw/dummynet.c [new file with mode: 0644]
ipfw/expand_number.c [new file with mode: 0644]
ipfw/glue.c [new file with mode: 0644]
ipfw/humanize_number.c [new file with mode: 0644]
ipfw/include/alias.h [new file with mode: 0644]
ipfw/include/net/if_dl.h [new file with mode: 0644]
ipfw/include/net/pfvar.h [new file with mode: 0644]
ipfw/include/timeconv.h [new file with mode: 0644]
ipfw/ipfw.8 [new file with mode: 0644]
ipfw/ipfw2.c [new file with mode: 0644]
ipfw/ipfw2.h [new file with mode: 0644]
ipfw/ipv6.c [new file with mode: 0644]
ipfw/main.c [new file with mode: 0644]
ipfw/qsort.c [new file with mode: 0644]
ipfw/qsort_r.c [new file with mode: 0644]
ipfw/rule_test.sh [new file with mode: 0755]
ipfw/ws2_32.def [new file with mode: 0644]
kipfw/Makefile [new file with mode: 0644]
kipfw/bsd_compat.c [new file with mode: 0644]
kipfw/debug.c [new file with mode: 0644]
kipfw/ipfw2_mod.c [new file with mode: 0644]
kipfw/md_win.c [new file with mode: 0644]
kipfw/missing.h [new file with mode: 0644]
kipfw/mysetenv.sh [new file with mode: 0644]
kipfw/netipfw.inf [new file with mode: 0644]
kipfw/netipfw_m.inf [new file with mode: 0644]
kipfw/sources [new file with mode: 0644]
kipfw/win-passthru.diff [new file with mode: 0644]
kipfw/winmissing.h [new file with mode: 0644]
kmod-ipfw3_2.4.35.4-brcm-2.4-1_mipsel.ipk [new file with mode: 0644]
modified_passthru/miniport.c [new file with mode: 0644]
modified_passthru/passthru.c [new file with mode: 0644]
modified_passthru/passthru.h [new file with mode: 0644]
modified_passthru/precomp.h [new file with mode: 0644]
modified_passthru/protocol.c [new file with mode: 0644]
original_passthru/makefile [new file with mode: 0644]
original_passthru/miniport.c [new file with mode: 0644]
original_passthru/netsf.inf [new file with mode: 0644]
original_passthru/netsf_m.inf [new file with mode: 0644]
original_passthru/passthru.c [new file with mode: 0644]
original_passthru/passthru.h [new file with mode: 0644]
original_passthru/passthru.htm [new file with mode: 0644]
original_passthru/passthru.rc [new file with mode: 0644]
original_passthru/precomp.h [new file with mode: 0644]
original_passthru/protocol.c [new file with mode: 0644]
original_passthru/sources [new file with mode: 0644]
planetlab/Makefile.planetlab [new file with mode: 0644]
planetlab/check_planetlab_sync [new file with mode: 0755]
planetlab/ipfw [new file with mode: 0755]
planetlab/ipfw.8.gz [new file with mode: 0644]
planetlab/ipfw.cron [new file with mode: 0644]
planetlab/ipfwroot.spec [new file with mode: 0644]
planetlab/ipfwslice.spec [new file with mode: 0644]
planetlab/netconfig [new file with mode: 0755]
planetlab/planetlab-tags.mk [new file with mode: 0644]
planetlab/planetlab.mk [new file with mode: 0644]
planetlab/sample_hook [new file with mode: 0755]
sys/net/if.h [new file with mode: 0644]
sys/net/pfil.h [new file with mode: 0644]
sys/net/radix.c [new file with mode: 0644]
sys/net/radix.h [new file with mode: 0644]
sys/netgraph/ng_ipfw.h [new file with mode: 0644]
sys/netinet/in_cksum.c [new file with mode: 0644]
sys/netinet/ip.h [new file with mode: 0644]
sys/netinet/ip6.h [new file with mode: 0644]
sys/netinet/ip_dummynet.h [new file with mode: 0644]
sys/netinet/ip_fw.h [new file with mode: 0644]
sys/netinet/ip_icmp.h [new file with mode: 0644]
sys/netinet/ipfw/dn_heap.c [new file with mode: 0644]
sys/netinet/ipfw/dn_heap.h [new file with mode: 0644]
sys/netinet/ipfw/dn_sched.h [new file with mode: 0644]
sys/netinet/ipfw/dn_sched_fifo.c [new file with mode: 0644]
sys/netinet/ipfw/dn_sched_prio.c [new file with mode: 0644]
sys/netinet/ipfw/dn_sched_qfq.c [new file with mode: 0644]
sys/netinet/ipfw/dn_sched_rr.c [new file with mode: 0644]
sys/netinet/ipfw/dn_sched_wf2q.c [new file with mode: 0644]
sys/netinet/ipfw/ip_dn_glue.c [new file with mode: 0644]
sys/netinet/ipfw/ip_dn_io.c [new file with mode: 0644]
sys/netinet/ipfw/ip_dn_private.h [new file with mode: 0644]
sys/netinet/ipfw/ip_dummynet.c [new file with mode: 0644]
sys/netinet/ipfw/ip_fw2.c [new file with mode: 0644]
sys/netinet/ipfw/ip_fw_dynamic.c [new file with mode: 0644]
sys/netinet/ipfw/ip_fw_log.c [new file with mode: 0644]
sys/netinet/ipfw/ip_fw_lookup.c [new file with mode: 0644]
sys/netinet/ipfw/ip_fw_nat.c [new file with mode: 0644]
sys/netinet/ipfw/ip_fw_pfil.c [new file with mode: 0644]
sys/netinet/ipfw/ip_fw_private.h [new file with mode: 0644]
sys/netinet/ipfw/ip_fw_sockopt.c [new file with mode: 0644]
sys/netinet/ipfw/ip_fw_table.c [new file with mode: 0644]
sys/netinet/tcp.h [new file with mode: 0644]
sys/netinet/tcp_var.h [new file with mode: 0644]
sys/netinet/udp.h [new file with mode: 0644]
sys/sys/cdefs.h [new file with mode: 0644]
sys/sys/kernel.h [new file with mode: 0644]
sys/sys/malloc.h [new file with mode: 0644]
sys/sys/mbuf.h [new file with mode: 0644]
sys/sys/module.h [new file with mode: 0644]
sys/sys/param.h [new file with mode: 0644]
sys/sys/queue.h [new file with mode: 0644]
sys/sys/syslog.h [new file with mode: 0644]
sys/sys/systm.h [new file with mode: 0644]
sys/sys/taskqueue.h [new file with mode: 0644]
tcc-0.9.25-bsd.zip [new file with mode: 0644]
tcc_glue.h [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/basic_ipfw.sh [new file with mode: 0755]
test/dn_test.h [new file with mode: 0644]
test/dynrules.sh [new file with mode: 0644]
test/interpolation.c [new file with mode: 0644]
test/main.c [new file with mode: 0644]
test/memory_leak.sh [new file with mode: 0644]
test/mylist.h [new file with mode: 0644]
test/profile_bench1 [new file with mode: 0644]
test/profile_bench2 [new file with mode: 0644]
test/profile_bench3 [new file with mode: 0644]
test/test_dn_heap.c [new file with mode: 0644]
test/test_dn_sched.c [new file with mode: 0644]