freebsd-skq/sys/netpfil/ipfw
Alexander V. Chernikov adf3b2b9d8 * Add IP_FW_TABLE_XMODIFY opcode
* Since there seems to be lack of consensus on strict value typing,
  remove non-default value types. Use userland-only "value format type"
  to print values.

Kernel changes:
* Add IP_FW_XMODIFY to permit table run-time modifications.
  Currently we support changing limit and value format type.

Userland changes:
* Support IP_FW_XMODIFY opcode.
* Support specifying value format type (ftype) in tablble create/modify req
* Fine-print value type/value format type.
2014-08-08 09:27:49 +00:00
..
test
dn_heap.c
dn_heap.h
dn_sched_fifo.c
dn_sched_prio.c
dn_sched_qfq.c
dn_sched_rr.c
dn_sched_wf2q.c
dn_sched.h add a counter on the struct mq (a queue of mbufs), 2013-11-22 05:02:37 +00:00
dummynet.txt Summary: Two quick edits to the implementation notes as they're no 2014-02-15 18:36:31 +00:00
ip_dn_glue.c DNOLD_IS_ECN introduced by r266941 is not required. 2014-06-01 20:19:17 +00:00
ip_dn_io.c ECN marking implenetation for dummynet. 2014-06-01 07:28:24 +00:00
ip_dn_private.h add a counter on the struct mq (a queue of mbufs), 2013-11-22 05:02:37 +00:00
ip_dummynet.c ECN marking implenetation for dummynet. 2014-06-01 07:28:24 +00:00
ip_fw2.c Since all of base IP_FW opcodes has been converted to IP_FW3, 2014-08-07 22:08:43 +00:00
ip_fw_dynamic.c Kernel changes: 2014-08-07 21:37:31 +00:00
ip_fw_iface.c * Add generic ipfw interface tracking API 2014-07-28 19:01:25 +00:00
ip_fw_log.c make this code compile in userspace on OSX 2013-11-22 05:00:18 +00:00
ip_fw_nat.c Since ipfw nat configures all options in one step, we should set all bits 2014-05-18 14:25:19 +00:00
ip_fw_pfil.c Set oif only for outgoing packets. 2014-04-16 14:37:11 +00:00
ip_fw_private.h Since all of base IP_FW opcodes has been converted to IP_FW3, 2014-08-07 22:08:43 +00:00
ip_fw_sockopt.c * Add IP_FW_TABLE_XMODIFY opcode 2014-08-08 09:27:49 +00:00
ip_fw_table_algo.c Show algorithm-specific data in "table info" output. 2014-08-03 12:19:45 +00:00
ip_fw_table.c * Add IP_FW_TABLE_XMODIFY opcode 2014-08-08 09:27:49 +00:00
ip_fw_table.h * Add IP_FW_TABLE_XMODIFY opcode 2014-08-08 09:27:49 +00:00