freebsd-dev/sys/netpfil/ipfw
Andrey V. Elsukov 23a6c7330c Fix bug in filling and handling ipfw's O_DSCP opcode.
Due to integer overflow CS4 token was handled as BE.

PR:		207459
MFC after:	1 week
2016-02-24 13:16:03 +00:00
..
test cleanup and document in some detail the internals of the testing code 2016-01-27 02:22:31 +00:00
dn_heap.c avoid warnings for signed/unsigned comparison and unused arguments 2016-01-26 22:45:05 +00:00
dn_heap.h
dn_sched_fifo.c prevent warning for unused argument 2016-01-26 22:45:45 +00:00
dn_sched_prio.c
dn_sched_qfq.c fix various warnings (signed/unsigned, printf types, unused arguments) 2016-01-26 23:36:18 +00:00
dn_sched_rr.c the _Static_assert was not supposed to be in the commit. 2016-01-27 02:14:08 +00:00
dn_sched_wf2q.c
dn_sched.h
dummynet.txt
ip_dn_glue.c
ip_dn_io.c Properly drain callouts in the IPFW subsystem to avoid use after free 2015-12-15 09:02:05 +00:00
ip_dn_private.h
ip_dummynet.c Properly drain callouts in the IPFW subsystem to avoid use after free 2015-12-15 09:02:05 +00:00
ip_fw2.c Fix bug in filling and handling ipfw's O_DSCP opcode. 2016-02-24 13:16:03 +00:00
ip_fw_dynamic.c Fix dynamic IPv6 rules showing junk for non-specified address masks. 2015-11-17 20:42:08 +00:00
ip_fw_iface.c
ip_fw_log.c These files were getting sys/malloc.h and vm/uma.h with header pollution 2016-02-01 17:41:21 +00:00
ip_fw_nat.c
ip_fw_pfil.c
ip_fw_private.h Add destroy_object callback to object rewriting framework. 2015-11-23 22:06:55 +00:00
ip_fw_sockopt.c Fix obvious typo, that lead to incorrect sorting. 2016-02-18 19:05:30 +00:00
ip_fw_table_algo.c MFP r287070,r287073: split radix implementation and route table structure. 2016-01-25 06:33:15 +00:00
ip_fw_table_value.c Fix panic on table/table entry delete. The panic could have happened 2016-01-21 18:20:40 +00:00
ip_fw_table.c Use already pre-calculated number of entries instead of tc->count. 2016-01-10 00:28:44 +00:00
ip_fw_table.h