summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix tracked interface list retrieval.melifaro2014-10-051-1/+1
* Fix GCC wardnings.melifaro2014-10-041-1/+1
* Return setsockopt() directly.melifaro2014-09-051-4/+1
* Use per-function errno handling instead of global one.melifaro2014-09-051-20/+14
* Add support for multi-field values inside ipfw tables.melifaro2014-08-311-9/+20
* * Pass proper table set numbers from userland side.melifaro2014-08-131-6/+8
* Update op3 cmds.melifaro2014-08-131-34/+10
* Move one step further towards libipfw: convert show_static_rule() tomelifaro2014-08-121-171/+161
* * Update table_handler cmd listmelifaro2014-08-121-0/+31
* Change tablearg value to be 0 (try #2).melifaro2014-08-121-11/+22
* Kernel changes:melifaro2014-08-081-3/+4
* Partially revert previous commit:melifaro2014-08-081-8/+8
* * Switch tablearg value from 65535 to 0.melifaro2014-08-081-10/+10
* Kernel changes:melifaro2014-08-071-50/+92
* * Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.melifaro2014-08-031-2/+30
* * Permit limiting number of items in table.melifaro2014-08-011-2/+6
* * Add new "flow" table type to support N=1..5-tuple lookupsmelifaro2014-07-311-47/+105
* * Add number:array algorithm lookup method.melifaro2014-07-301-13/+17
* * Add generic ipfw interface tracking APImelifaro2014-07-281-0/+95
* * Use different rule structures in kernel/userland.melifaro2014-07-081-39/+67
* * Prepare to pass other dynamic states via ipfw_dump_config()melifaro2014-07-061-62/+125
* Fully switch to named tables:melifaro2014-07-031-24/+35
* * Add new IP_FW_XADD opcode which permits tomelifaro2014-06-291-28/+182
* Enable kernel-side rule filtering based on user request.melifaro2014-06-291-23/+57
* Suppord showing named tables in ipfw(8) rule listing.melifaro2014-06-281-220/+454
* Move further to eliminate next pieces of number-assuming code inside tables.melifaro2014-06-141-419/+23
* Add API to ease adding new algorithms/new tabletypes to ipfw.melifaro2014-06-141-16/+130
* Make ipfw tables use names as used-level identifier internally:melifaro2014-06-121-0/+17
* Fix wrong formatting of 0.0.0.0/X table records in ipfw(8).melifaro2014-05-171-1/+1
* Check ipfw table numbers in both user and kernel space before rule addition.melifaro2013-11-281-10/+35
* Fix key lookup in ipfw(8) broken since r232865.melifaro2013-11-271-2/+13
* Fix ipfw(8) sets of ipv6 addresses handling.melifaro2013-05-181-14/+24
* Remove unused variable.melifaro2013-03-201-2/+1
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-201-0/+137
* Do not suddenly fail on some rulesets if -n (syntax check only) is specifiedmelifaro2013-03-041-4/+13
* Implement buffer size checking in ipfw(8) add cmd.melifaro2013-03-031-51/+103
* Fix ipfw table argument parsing/printing.melifaro2013-03-021-54/+92
* remove the last __unused instance in sbin/ipfw.luigi2012-07-301-1/+2
* Fix some compile errors at high WARNS, including oneluigi2012-07-301-2/+3
* - Permit number of ipfw tables to be changed in runtime.melifaro2012-03-251-9/+3
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.melifaro2012-03-121-71/+197
* Make the 'tcpwin' option of ipfw(8) accept ranges and lists.glebius2012-02-061-3/+12
* Spelling fixes for sbin/uqs2012-01-071-4/+4
* Add support for IPv6 to ipfw fwd:bz2011-08-201-20/+88
* Fix a regression where a rule containing a source port option after ajhb2011-08-171-0/+2
* Add new rule actions "call" and "return" to ipfw. They makeae2011-06-291-0/+16
* Fix clang warnings.benl2011-06-181-1/+2
* Implement "global" mode for ipfw nat. It is similar to natd(8)ae2011-06-141-5/+13
* Add tablearg support for ipfw setfib.ae2011-05-301-8/+13
* More whitespace fixes.glebius2011-04-181-10/+10
OpenPOWER on IntegriCloud