summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.h
Commit message (Expand)AuthorAgeFilesLines
* Add the timestamp of the last match, packet and byte counters to tableLuiz Souza2017-07-151-0/+1
* Add ipfw support to MAC address tables.Luiz Otavio O Souza2017-07-151-0/+2
* MFC r316435:ae2017-04-171-0/+2
* MFC r304041:ae2017-04-031-0/+28
* MFC r303012:ae2017-04-031-0/+8
* MFC r303018:ae2017-03-301-1/+1
* MFC r308673:ae2016-11-221-2/+7
* MFC r302561,302565:ae2016-07-181-0/+3
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).truckman2016-05-261-0/+25
* Add External Actions KPI to ipfw(9).ae2016-04-141-3/+6
* Fix output formatting of O_UNREACH6 opcode.ae2016-04-141-1/+1
* Implement `ipfw internal olist` command to list named objects.ae2015-11-031-0/+1
* Generalize object reference handling in ipfw rules.melifaro2015-04-261-2/+0
* Add support for multi-field values inside ipfw tables.melifaro2014-08-311-3/+5
* Move one step further towards libipfw: convert show_static_rule() tomelifaro2014-08-121-4/+4
* * Update table_handler cmd listmelifaro2014-08-121-0/+1
* Change tablearg value to be 0 (try #2).melifaro2014-08-121-0/+1
* * Add the abilify to lock/unlock given table from changes.melifaro2014-08-111-0/+2
* * Add support for batched add/delete for ipfw tablesmelifaro2014-08-111-0/+1
* * Add IP_FW_TABLE_XMODIFY opcodemelifaro2014-08-081-0/+2
* Implement atomic ipfw table swap.melifaro2014-08-031-0/+1
* * Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.melifaro2014-08-031-3/+6
* * Permit limiting number of items in table.melifaro2014-08-011-2/+0
* * Add new "flow" table type to support N=1..5-tuple lookupsmelifaro2014-07-311-0/+5
* * Dump available table algorithms via "ipfw talist" cmd.melifaro2014-07-291-0/+1
* * Add generic ipfw interface tracking APImelifaro2014-07-281-0/+2
* Fully switch to named tables:melifaro2014-07-031-0/+14
* * Add new IP_FW_XADD opcode which permits tomelifaro2014-06-291-0/+2
* Suppord showing named tables in ipfw(8) rule listing.melifaro2014-06-281-2/+19
* Move further to eliminate next pieces of number-assuming code inside tables.melifaro2014-06-141-2/+3
* ECN marking implenetation for dummynet.hiren2014-06-011-0/+1
* Fix world build WITHOUT_PF.glebius2014-02-121-1/+4
* Check ipfw table numbers in both user and kernel space before rule addition.melifaro2013-11-281-0/+2
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-201-0/+1
* Implement buffer size checking in ipfw(8) add cmd.melifaro2013-03-031-4/+4
* Add new rule actions "call" and "return" to ipfw. They makeae2011-06-291-0/+2
* Implement "global" mode for ipfw nat. It is similar to natd(8)ae2011-06-141-0/+1
* More whitespace fixes.glebius2011-04-181-1/+1
* The first customer of the SO_USER_COOKIE option:luigi2010-11-121-0/+1
* Slightly different handling of printf/snprintf for unaligned uint64_t,luigi2010-04-191-1/+1
* Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bitsluigi2010-03-151-0/+1
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-021-8/+21
* implement a new match option,luigi2009-12-151-0/+1
* - fix dummynet 'fast' mode for WF2Q case.oleg2009-06-241-0/+1
* Add emulation of delay profiles, which lets you model variousluigi2009-04-091-0/+1
* Implement an ipfw action to reassemble ip packets: reass.piso2009-04-011-0/+1
* put the altq-related functions into a separate file.luigi2009-02-011-0/+7
* Avoid the use of duplicated typedefs -- see the comment for details.luigi2009-01-281-15/+21
* fix printing of uint64_t values, so we can use WARNS=2luigi2009-01-271-0/+2
* Put nat and ipv6 support in their own files.luigi2009-01-271-2/+27
OpenPOWER on IntegriCloud