summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw_table.h
Commit message (Expand)AuthorAgeFilesLines
* Add ipfw_check_object_name_generic() function to do basic checks for anae2015-11-031-1/+0
* Make rule table kernel-index rewriting support any kind of objects.melifaro2015-04-271-12/+1
* Merge projects/ipfw to HEAD.melifaro2014-10-091-4/+1
* Add pre-alfa version of DXR lookup module.melifaro2014-09-211-0/+4
* * Use modular opcode handling inside ipfw_ctl3() instead of static switch.melifaro2014-09-051-27/+2
* Be consistent and use same arguments for ctl3 opcodes.melifaro2014-09-031-3/+8
* Add more comments on newly-added functions.melifaro2014-09-021-1/+2
* Add support for multi-field values inside ipfw tables.melifaro2014-08-311-1/+61
* * Use OP_ADD/OP_DEL macro instead of plain integers.melifaro2014-08-231-0/+2
* * Add cidr:kfib algo type just for fun. It binds kernel fibmelifaro2014-08-141-0/+3
* * Document internal commands.melifaro2014-08-141-1/+2
* * Rename ipfw_[un]bind_table_rule to ipfw_[un]ref_rule_tablesmelifaro2014-08-121-1/+1
* * Rename has_space to need_modify to be consistent with 0 as return values.melifaro2014-08-121-3/+3
* * Add support for batched add/delete for ipfw tablesmelifaro2014-08-111-6/+12
* * Use 2 32-bits field inside rule instead of 2 pointer to save skipto state.melifaro2014-08-091-1/+0
* * Add IP_FW_TABLE_XMODIFY opcodemelifaro2014-08-081-0/+2
* Remove IP_FW_TABLES_XGETSIZE opcode.melifaro2014-08-081-1/+0
* Kernel changes:melifaro2014-08-071-0/+4
* Implement atomic ipfw table swap.melifaro2014-08-031-1/+2
* Show algorithm-specific data in "table info" output.melifaro2014-08-031-2/+2
* Remove unneded headers.melifaro2014-08-031-1/+1
* * Fix case when returning more that 4096 bytes of datamelifaro2014-08-021-4/+7
* * Permit limiting number of items in table.melifaro2014-08-011-1/+2
* * Use TA_FLAG_DEFAULT for default algorithm selection instead ofmelifaro2014-08-011-6/+6
* * Add new "flow" table type to support N=1..5-tuple lookupsmelifaro2014-07-311-6/+10
* * Dump available table algorithms via "ipfw talist" cmd.melifaro2014-07-291-0/+4
* * Copy ta structures to stable storage to ease future extension.melifaro2014-07-291-2/+3
* * Add new ipfw cidr algorihm: hash table.melifaro2014-07-291-1/+1
* * Change algorthm names to "type:algo" (e.g. "iface:array", "cidr:radix") for...melifaro2014-07-291-2/+2
* * Add generic ipfw interface tracking APImelifaro2014-07-281-5/+12
* * Require explicit table creation before use on kernel side.melifaro2014-07-261-4/+16
* * Use different rule structures in kernel/userland.melifaro2014-07-081-3/+4
* * Add "lookup" table functionality to permit userland entry lookups.melifaro2014-07-061-6/+8
* * Issue warning while requesting ruleset with new tables via legacy binary.melifaro2014-07-041-4/+6
* Fully switch to named tables:melifaro2014-07-031-9/+25
* Suppord showing named tables in ipfw(8) rule listing.melifaro2014-06-281-0/+4
* Use different approach for filling large datasets to userspace:melifaro2014-06-271-8/+5
* * Add IP_FW_TABLE_XCREATE / IP_FW_TABLE_XMODIFY opcodes.melifaro2014-06-161-2/+7
* Remove unused ipfw_dump_xtable().melifaro2014-06-151-2/+0
* Simplify opcode handling.melifaro2014-06-151-11/+25
* Move further to eliminate next pieces of number-assuming code inside tables.melifaro2014-06-141-3/+9
* Move most of external table structures/functions to separate ip_fw_table.hmelifaro2014-06-141-0/+110
OpenPOWER on IntegriCloud