| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the missing change from the last commit. | Luiz Souza | 2017-07-20 | 1 | -0/+1 |
* | Add the timestamp of the last match, packet and byte counters to table | Luiz Souza | 2017-07-15 | 1 | -0/+5 |
* | Add ipfw support to MAC address tables. | Luiz Otavio O Souza | 2017-07-14 | 1 | -1/+10 |
* | MFC r316434: | ae | 2017-04-17 | 1 | -0/+1 |
* | MFC r304041: | ae | 2017-04-03 | 1 | -0/+21 |
* | MFC r303012: | ae | 2017-04-03 | 1 | -0/+8 |
* | MFC r303018: | ae | 2017-03-30 | 1 | -1/+3 |
* | MFC r303955: | ae | 2016-08-14 | 1 | -0/+1 |
* | Make named objects set-aware. Now it is possible to create named | ae | 2016-05-17 | 1 | -2/+2 |
* | sys/net*: minor spelling fixes. | pfg | 2016-05-03 | 1 | -3/+3 |
* | Add External Actions KPI to ipfw(9). | ae | 2016-04-14 | 1 | -1/+7 |
* | Implement `ipfw internal olist` command to list named objects. | ae | 2015-11-03 | 1 | -0/+1 |
* | Make rule table kernel-index rewriting support any kind of objects. | melifaro | 2015-04-27 | 1 | -2/+3 |
* | Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_value | ae | 2015-03-13 | 1 | -3/+4 |
* | Fix matching default rule on clear/show commands. | melifaro | 2014-10-13 | 1 | -0/+5 |
* | Add IP_FW_DUMP_SOPTCODES sopt to be able to determine | melifaro | 2014-10-08 | 1 | -0/+10 |
* | Make ipfw_nat module use IP_FW3 codes. | melifaro | 2014-09-07 | 1 | -0/+46 |
* | Add support for multi-field values inside ipfw tables. | melifaro | 2014-08-31 | 1 | -10/+34 |
* | Make room for multi-type values in struct tentry. | melifaro | 2014-08-15 | 1 | -3/+5 |
* | Replace "cidr" table type with "addr" type. | melifaro | 2014-08-14 | 1 | -2/+4 |
* | * Fix displaying dynamic rules for large rulesets. | melifaro | 2014-08-14 | 1 | -28/+1 |
* | Change tablearg value to be 0 (try #2). | melifaro | 2014-08-12 | 1 | -6/+5 |
* | * Add the abilify to lock/unlock given table from changes. | melifaro | 2014-08-11 | 1 | -3/+8 |
* | * Add support for batched add/delete for ipfw tables | melifaro | 2014-08-11 | 1 | -3/+17 |
* | Partially revert previous commit: | melifaro | 2014-08-08 | 1 | -3/+3 |
* | * Switch tablearg value from 65535 to 0. | melifaro | 2014-08-08 | 1 | -2/+4 |
* | * Add IP_FW_TABLE_XMODIFY opcode | melifaro | 2014-08-08 | 1 | -6/+12 |
* | Remove IP_FW_TABLES_XGETSIZE opcode. | melifaro | 2014-08-08 | 1 | -1/+0 |
* | Kernel changes: | melifaro | 2014-08-07 | 1 | -5/+31 |
* | Implement atomic ipfw table swap. | melifaro | 2014-08-03 | 1 | -0/+1 |
* | Show algorithm-specific data in "table info" output. | melifaro | 2014-08-03 | 1 | -13/+16 |
* | * Permit limiting number of items in table. | melifaro | 2014-08-01 | 1 | -0/+2 |
* | * Add new "flow" table type to support N=1..5-tuple lookups | melifaro | 2014-07-31 | 1 | -8/+55 |
* | * Add number:array algorithm lookup method. | melifaro | 2014-07-30 | 1 | -1/+1 |
* | * Dump available table algorithms via "ipfw talist" cmd. | melifaro | 2014-07-29 | 1 | -0/+10 |
* | * Add generic ipfw interface tracking API | melifaro | 2014-07-28 | 1 | -1/+13 |
* | * Use different rule structures in kernel/userland. | melifaro | 2014-07-08 | 1 | -21/+56 |
* | * Prepare to pass other dynamic states via ipfw_dump_config() | melifaro | 2014-07-06 | 1 | -1/+8 |
* | * Add "lookup" table functionality to permit userland entry lookups. | melifaro | 2014-07-06 | 1 | -4/+3 |
* | Fully switch to named tables: | melifaro | 2014-07-03 | 1 | -8/+35 |
* | * Add new IP_FW_XADD opcode which permits to | melifaro | 2014-06-29 | 1 | -1/+2 |
* | Suppord showing named tables in ipfw(8) rule listing. | melifaro | 2014-06-28 | 1 | -6/+30 |
* | * Add IP_FW_TABLE_XCREATE / IP_FW_TABLE_XMODIFY opcodes. | melifaro | 2014-06-16 | 1 | -5/+8 |
* | Simplify opcode handling. | melifaro | 2014-06-15 | 1 | -16/+35 |
* | Move further to eliminate next pieces of number-assuming code inside tables. | melifaro | 2014-06-14 | 1 | -1/+6 |
* | Add API to ease adding new algorithms/new tabletypes to ipfw. | melifaro | 2014-06-14 | 1 | -7/+37 |
* | Make ipfw tables use names as used-level identifier internally: | melifaro | 2014-06-12 | 1 | -1/+29 |
* | Fix wrong formatting of 0.0.0.0/X table records in ipfw(8). | melifaro | 2014-05-17 | 1 | -0/+2 |
* | Add ipfw support for setting/matching DiffServ codepoints (DSCP). | melifaro | 2013-03-20 | 1 | -0/+3 |
* | Revert r234834 per luigi@ request. | melifaro | 2012-05-03 | 1 | -82/+0 |