summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw_table.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r305778:ae2017-07-151-6/+38
* Add ipfw support to MAC address tables.Luiz Otavio O Souza2016-10-171-1/+24
* Make named objects set-aware. Now it is possible to create namedae2016-05-171-267/+170
* Change the type of objhash_cb_t callback function to be able return anae2016-05-061-6/+10
* Rename find_name_tlv_type() to ipfw_find_name_tlv_type() and make itae2016-05-051-41/+4
* sys/net*: minor spelling fixes.pfg2016-05-031-5/+5
* netpfil: for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* Move several functions related to opcode rewriting framework fromae2016-04-141-130/+0
* Use already pre-calculated number of entries instead of tc->count.melifaro2016-01-101-1/+1
* Remove now obsolete KASSERT.ae2015-11-031-6/+0
* Eliminate any conditional increments of object_opcodes in theae2015-11-031-1/+8
* Add ipfw_check_object_name_generic() function to do basic checks for anae2015-11-031-17/+7
* Fix panic when prepare_batch_buffer() returns error.melifaro2015-05-061-3/+5
* Fix KASSERT introduced in r282155.melifaro2015-04-301-3/+4
* Fix panic introduced by r282070.melifaro2015-04-281-0/+4
* Make rule table kernel-index rewriting support any kind of objects.melifaro2015-04-271-351/+219
* * Make sure table algorithm destroy hook is always called without locksmelifaro2015-02-051-2/+15
* Remove unused variable.melifaro2014-11-041-2/+1
* Perform more checks on the number of tables supplied by user.melifaro2014-10-191-0/+19
* Fix core on table destroy inroduced by table values code.melifaro2014-10-091-9/+8
* Notify table algo aboute runtime data change on table flush.melifaro2014-10-071-0/+4
* * Fix crash in interface tracker due to using old "linked" field.melifaro2014-10-071-0/+4
* Fix build with gcc.melifaro2014-10-041-0/+1
* Switch ipfw to use rmlock for runtime locking.melifaro2014-10-041-0/+1
* Change copyrights to the proper one.melifaro2014-09-051-1/+3
* * Use modular opcode handling inside ipfw_ctl3() instead of static switch.melifaro2014-09-051-130/+106
* Be consistent and use same arguments for ctl3 opcodes.melifaro2014-09-031-3/+32
* * Fix crash due to forgotten value refcouting in ipfw_link_table_values()melifaro2014-09-021-10/+46
* Add more comments on newly-added functions.melifaro2014-09-021-2/+54
* Add support for multi-field values inside ipfw tables.melifaro2014-08-311-75/+203
* Simplify table reference/create chain.melifaro2014-08-231-58/+56
* * Use OP_ADD/OP_DEL macro instead of plain integers.melifaro2014-08-231-11/+79
* Make room for multi-type values in struct tentry.melifaro2014-08-151-3/+3
* Replace "cidr" table type with "addr" type.melifaro2014-08-141-7/+7
* * Add cidr:kfib algo type just for fun. It binds kernel fibmelifaro2014-08-141-19/+65
* * Document internal commands.melifaro2014-08-141-24/+52
* * Fix displaying dynamic rules for large rulesets.melifaro2014-08-141-1/+0
* Fix assertion.melifaro2014-08-131-1/+1
* * Pass proper table set numbers from userland side.melifaro2014-08-131-1/+7
* * Clarify ipfw_swap_table operationsmelifaro2014-08-121-15/+63
* * Rename ipfw_[un]bind_table_rule to ipfw_[un]ref_rule_tablesmelifaro2014-08-121-8/+5
* Change tablearg value to be 0 (try #2).melifaro2014-08-121-2/+2
* * Rename has_space to need_modify to be consistent with 0 as return values.melifaro2014-08-121-5/+5
* No functional changes, do better functions grouping.melifaro2014-08-121-361/+369
* Simplify table auto-creation for old userland users.melifaro2014-08-121-217/+142
* Simplify add/del_table_entry() by making their common piecesmelifaro2014-08-111-157/+217
* Update functions descriptions.melifaro2014-08-111-34/+90
* * Add the abilify to lock/unlock given table from changes.melifaro2014-08-111-1/+15
* * Add support for batched add/delete for ipfw tablesmelifaro2014-08-111-88/+322
* * Use 2 32-bits field inside rule instead of 2 pointer to save skipto state.melifaro2014-08-091-16/+1
OpenPOWER on IntegriCloud