freebsd-skq/sys/netpfil/ipfw
bz b9dc578442 Try to fix gcc compilation errors (which are right).
nat64_getlasthdr() returns an int, which can be -1 in case of error,
storing the result in an uint8_t and then comparing to < 0 is not
helpful.  Do what is done in the rest of the code and make proto an
int here as well.
2016-08-18 10:26:15 +00:00
..
nat64 Try to fix gcc compilation errors (which are right). 2016-08-18 10:26:15 +00:00
nptv6 Add stats reset command implementation to NPTv6 module 2016-08-13 16:45:14 +00:00
test
dn_aqm_codel.c
dn_aqm_codel.h
dn_aqm_pie.c Fix a race condition between the main thread in aqm_pie_cleanup() and the 2016-07-05 00:53:01 +00:00
dn_aqm_pie.h
dn_aqm.h
dn_heap.c
dn_heap.h
dn_sched_fifo.c
dn_sched_fq_codel_helper.h
dn_sched_fq_codel.c
dn_sched_fq_codel.h
dn_sched_fq_pie.c Fix problems in the FQ-PIE AQM cleanup code that could leak memory or 2016-07-12 17:32:40 +00:00
dn_sched_prio.c
dn_sched_qfq.c
dn_sched_rr.c
dn_sched_wf2q.c
dn_sched.h
dummynet.txt
ip_dn_glue.c
ip_dn_io.c
ip_dn_private.h
ip_dummynet.c
ip_fw2.c Move logging via BPF support into separate file. 2016-08-13 15:41:04 +00:00
ip_fw_bpf.c Move logging via BPF support into separate file. 2016-08-13 15:41:04 +00:00
ip_fw_dynamic.c Add named dynamic states support to ipfw(4). 2016-07-19 04:56:59 +00:00
ip_fw_eaction.c
ip_fw_iface.c
ip_fw_log.c Move logging via BPF support into separate file. 2016-08-13 15:41:04 +00:00
ip_fw_nat.c In case of the global eventhandler make sure the current VNET 2016-06-30 19:32:45 +00:00
ip_fw_pfil.c
ip_fw_private.h Add three helper function to manage tables from external modules. 2016-08-13 15:48:56 +00:00
ip_fw_sockopt.c Fix command: ipfw set (enable|disable) N (where N > 4). 2016-08-15 13:06:29 +00:00
ip_fw_table_algo.c
ip_fw_table_value.c
ip_fw_table.c Add three helper function to manage tables from external modules. 2016-08-13 15:48:56 +00:00
ip_fw_table.h