summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw_sockopt.c
Commit message (Expand)AuthorAgeFilesLines
* Make named objects set-aware. Now it is possible to create namedae2016-05-171-24/+278
* Fix memory leak possible in error case.ae2016-05-111-2/+4
* Change the type of objhash_cb_t callback function to be able return anae2016-05-061-6/+11
* Rename find_name_tlv_type() to ipfw_find_name_tlv_type() and make itae2016-05-051-3/+3
* sys/net*: minor spelling fixes.pfg2016-05-031-5/+5
* Make create_object callback optional and return EOPNOTSUPP when it isn'tae2016-04-271-1/+4
* netpfil: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Add External Actions KPI to ipfw(9).ae2016-04-141-8/+117
* Change the type of 'etlv' field in struct named_object to uint16_t.ae2016-04-141-1/+2
* Adjust some comments and make ref_opcode_object() static.ae2016-04-141-4/+3
* o Teach opcode rewriting framework handle several rewriters forae2016-04-141-80/+107
* Move several functions related to opcode rewriting framework fromae2016-04-141-2/+141
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Fix obvious typo, that lead to incorrect sorting.glebius2016-02-181-1/+1
* Add destroy_object callback to object rewriting framework.ae2015-11-231-1/+4
* Fix setfib target.melifaro2015-11-081-2/+2
* Eliminate any conditional increments of object_opcodes in theae2015-11-031-2/+1
* Add ipfw_check_object_name_generic() function to do basic checks for anae2015-11-031-12/+9
* Implement `ipfw internal olist` command to list named objects.ae2015-11-031-5/+62
* Bump number of prefixes in O_IP_<SRC|DST> from 15 to 31 (max possible).melifaro2015-10-031-1/+1
* use proper types to represent function pointersluigi2015-05-191-1/+1
* Fix panic introduced by r282070.melifaro2015-04-281-1/+0
* Fix 'may be used uninitialized' warning not caught by clang.melifaro2015-04-271-1/+1
* Make rule table kernel-index rewriting support any kind of objects.melifaro2015-04-271-19/+546
* remove/fix old code for building ipfw and dummynet in userspaceluigi2014-10-221-31/+0
* Use copyout() directly instead of updating various fieldsmelifaro2014-10-201-8/+11
* Use IPFW_RULE_CNTR_SIZE macro instead of non-relevant ip_fw_cntr structure.melifaro2014-10-181-1/+1
* Fix matching default rule on clear/show commands.melifaro2014-10-131-5/+10
* Fix KASSERT argument type.melifaro2014-10-101-1/+1
* * Wire large user buffer before processing GET request.melifaro2014-10-091-4/+18
* Add IP_FW_DUMP_SOPTCODES sopt to be able to determinemelifaro2014-10-081-0/+54
* Sync to HEAD@r272609.melifaro2014-10-061-0/+1
|\
| * Bump max rule size to 512 opcodes.melifaro2014-10-041-1/+1
* | Please GCC by specifying proper cast.melifaro2014-10-041-3/+3
* | Switch ipfw to use rmlock for runtime locking.melifaro2014-10-041-0/+2
* | Bump max rule size to 512 opcodes.melifaro2014-10-041-1/+1
* | Change copyrights to the proper one.melifaro2014-09-051-2/+4
* | Sync to HEAD@r271160.melifaro2014-09-051-1/+1
|\ \ | |/
| * Whitespace/style changes merged from projects/ipfw.melifaro2014-08-231-6/+6
* | * Use modular opcode handling inside ipfw_ctl3() instead of static switch.melifaro2014-09-051-123/+254
* | Be consistent and use same arguments for ctl3 opcodes.melifaro2014-09-031-26/+8
* | Add support for multi-field values inside ipfw tables.melifaro2014-08-311-9/+15
* | * Make objhash api a bit more abstract by providing ability to specifymelifaro2014-08-301-14/+40
* | * Fix displaying dynamic rules for large rulesets.melifaro2014-08-141-10/+17
* | * Clarify ipfw_swap_table operationsmelifaro2014-08-121-2/+2
* | * Rename ipfw_[un]bind_table_rule to ipfw_[un]ref_rule_tablesmelifaro2014-08-121-1/+1
* | Change tablearg value to be 0 (try #2).melifaro2014-08-121-36/+99
* | Do not use index 0 for tables.melifaro2014-08-121-1/+2
* | * Add support for batched add/delete for ipfw tablesmelifaro2014-08-111-15/+23
* | * Use 2 32-bits field inside rule instead of 2 pointer to save skipto state.melifaro2014-08-091-9/+24
OpenPOWER on IntegriCloud