Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Return setsockopt() directly. | melifaro | 2014-09-05 | 1 | -4/+1 | |
* | | | | | | | | | | Use per-function errno handling instead of global one. | melifaro | 2014-09-05 | 2 | -50/+36 | |
* | | | | | | | | | | Add support for multi-field values inside ipfw tables. | melifaro | 2014-08-31 | 3 | -137/+390 | |
* | | | | | | | | | | Make room for multi-type values in struct tentry. | melifaro | 2014-08-15 | 1 | -4/+4 | |
* | | | | | | | | | | Replace "cidr" table type with "addr" type. | melifaro | 2014-08-14 | 2 | -18/+17 | |
* | | | | | | | | | | * Document internal commands. | melifaro | 2014-08-14 | 2 | -4/+27 | |
* | | | | | | | | | | Sync to HEAD@r269943. | melifaro | 2014-08-13 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | mdoc: remove superfluous paragraph macros. | joel | 2014-06-23 | 1 | -1/+0 | |
| * | | | | | | | | | use .Mt to mark up email addresses consistently (part1) | bapt | 2014-06-20 | 1 | -1/+1 | |
* | | | | | | | | | | Document table set-awareness in ipfw(8). | melifaro | 2014-08-13 | 1 | -18/+38 | |
* | | | | | | | | | | * Pass proper table set numbers from userland side. | melifaro | 2014-08-13 | 1 | -6/+8 | |
* | | | | | | | | | | Update op3 cmds. | melifaro | 2014-08-13 | 1 | -34/+10 | |
* | | | | | | | | | | * Do not crash on incorrect "flow" type inputs. | melifaro | 2014-08-13 | 1 | -5/+16 | |
* | | | | | | | | | | Document most of the changes that have happened. | melifaro | 2014-08-13 | 1 | -55/+260 | |
* | | | | | | | | | | Move one step further towards libipfw: convert show_static_rule() to | melifaro | 2014-08-12 | 3 | -202/+192 | |
* | | | | | | | | | | * Update table_handler cmd list | melifaro | 2014-08-12 | 3 | -16/+57 | |
* | | | | | | | | | | Change tablearg value to be 0 (try #2). | melifaro | 2014-08-12 | 2 | -11/+23 | |
* | | | | | | | | | | * Add the abilify to lock/unlock given table from changes. | melifaro | 2014-08-11 | 2 | -5/+39 | |
* | | | | | | | | | | * Add support for batched add/delete for ipfw tables | melifaro | 2014-08-11 | 2 | -43/+184 | |
* | | | | | | | | | | Kernel changes: | melifaro | 2014-08-08 | 2 | -17/+27 | |
* | | | | | | | | | | Partially revert previous commit: | melifaro | 2014-08-08 | 1 | -8/+8 | |
* | | | | | | | | | | * Switch tablearg value from 65535 to 0. | melifaro | 2014-08-08 | 1 | -10/+10 | |
* | | | | | | | | | | * Add IP_FW_TABLE_XMODIFY opcode | melifaro | 2014-08-08 | 2 | -10/+127 | |
* | | | | | | | | | | Remove IP_FW_TABLES_XGETSIZE opcode. | melifaro | 2014-08-08 | 1 | -21/+26 | |
* | | | | | | | | | | Kernel changes: | melifaro | 2014-08-07 | 1 | -50/+92 | |
* | | | | | | | | | | Implement atomic ipfw table swap. | melifaro | 2014-08-03 | 2 | -1/+50 | |
* | | | | | | | | | | * Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd. | melifaro | 2014-08-03 | 4 | -12/+49 | |
* | | | | | | | | | | Show algorithm-specific data in "table info" output. | melifaro | 2014-08-03 | 1 | -0/+94 | |
* | | | | | | | | | | * Permit limiting number of items in table. | melifaro | 2014-08-01 | 3 | -11/+41 | |
* | | | | | | | | | | * Add new "flow" table type to support N=1..5-tuple lookups | melifaro | 2014-07-31 | 3 | -85/+368 | |
* | | | | | | | | | | Improve "ipfw talist" readability. | melifaro | 2014-07-30 | 1 | -2/+2 | |
* | | | | | | | | | | * Add number:array algorithm lookup method. | melifaro | 2014-07-30 | 2 | -15/+29 | |
* | | | | | | | | | | * Dump available table algorithms via "ipfw talist" cmd. | melifaro | 2014-07-29 | 3 | -3/+60 | |
* | | | | | | | | | | * Add generic ipfw interface tracking API | melifaro | 2014-07-28 | 4 | -9/+100 | |
* | | | | | | | | | | * Require explicit table creation before use on kernel side. | melifaro | 2014-07-26 | 1 | -4/+27 | |
* | | | | | | | | | | * Use different rule structures in kernel/userland. | melifaro | 2014-07-08 | 1 | -39/+67 | |
* | | | | | | | | | | * Prepare to pass other dynamic states via ipfw_dump_config() | melifaro | 2014-07-06 | 1 | -62/+125 | |
* | | | | | | | | | | * Add "lookup" table functionality to permit userland entry lookups. | melifaro | 2014-07-06 | 1 | -97/+153 | |
* | | | | | | | | | | Fully switch to named tables: | melifaro | 2014-07-03 | 4 | -255/+520 | |
* | | | | | | | | | | * Add new IP_FW_XADD opcode which permits to | melifaro | 2014-06-29 | 3 | -30/+240 | |
* | | | | | | | | | | Enable kernel-side rule filtering based on user request. | melifaro | 2014-06-29 | 1 | -23/+57 | |
* | | | | | | | | | | Suppord showing named tables in ipfw(8) rule listing. | melifaro | 2014-06-28 | 5 | -244/+540 | |
* | | | | | | | | | | Simplify opcode handling. | melifaro | 2014-06-15 | 1 | -12/+10 | |
* | | | | | | | | | | Move further to eliminate next pieces of number-assuming code inside tables. | melifaro | 2014-06-14 | 4 | -422/+624 | |
* | | | | | | | | | | Add API to ease adding new algorithms/new tabletypes to ipfw. | melifaro | 2014-06-14 | 1 | -16/+130 | |
* | | | | | | | | | | Make ipfw tables use names as used-level identifier internally: | melifaro | 2014-06-12 | 1 | -0/+17 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | ECN marking implenetation for dummynet. | hiren | 2014-06-01 | 3 | -10/+26 | |
* | | | | | | | | | Fix wrong formatting of 0.0.0.0/X table records in ipfw(8). | melifaro | 2014-05-17 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Fix world build WITHOUT_PF. | glebius | 2014-02-12 | 2 | -2/+13 |