summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Improve "reserved keywords" hack:melifaro2014-10-061-4/+25
| * | | | | | | | | | Whitespace/style changes merged from projects/ipfw.melifaro2014-08-231-1/+1
| * | | | | | | | | | Merge buffer-printing changes from from projects/ipfw as preparationmelifaro2014-08-235-365/+532
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Fix tracked interface list retrieval.melifaro2014-10-051-1/+1
* | | | | | | | | | Fix GCC wardnings.melifaro2014-10-042-4/+5
* | | | | | | | | | Document new table values.melifaro2014-10-031-45/+47
* | | | | | | | | | Make ipfw_nat module use IP_FW3 codes.melifaro2014-09-071-116/+241
* | | | | | | | | | Change copyrights to the proper one.melifaro2014-09-051-7/+3
* | | | | | | | | | Return setsockopt() directly.melifaro2014-09-051-4/+1
* | | | | | | | | | Use per-function errno handling instead of global one.melifaro2014-09-052-50/+36
* | | | | | | | | | Add support for multi-field values inside ipfw tables.melifaro2014-08-313-137/+390
* | | | | | | | | | Make room for multi-type values in struct tentry.melifaro2014-08-151-4/+4
* | | | | | | | | | Replace "cidr" table type with "addr" type.melifaro2014-08-142-18/+17
* | | | | | | | | | * Document internal commands.melifaro2014-08-142-4/+27
* | | | | | | | | | Sync to HEAD@r269943.melifaro2014-08-131-2/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | mdoc: remove superfluous paragraph macros.joel2014-06-231-1/+0
| * | | | | | | | | use .Mt to mark up email addresses consistently (part1)bapt2014-06-201-1/+1
* | | | | | | | | | Document table set-awareness in ipfw(8).melifaro2014-08-131-18/+38
* | | | | | | | | | * Pass proper table set numbers from userland side.melifaro2014-08-131-6/+8
* | | | | | | | | | Update op3 cmds.melifaro2014-08-131-34/+10
* | | | | | | | | | * Do not crash on incorrect "flow" type inputs.melifaro2014-08-131-5/+16
* | | | | | | | | | Document most of the changes that have happened.melifaro2014-08-131-55/+260
* | | | | | | | | | Move one step further towards libipfw: convert show_static_rule() tomelifaro2014-08-123-202/+192
* | | | | | | | | | * Update table_handler cmd listmelifaro2014-08-123-16/+57
* | | | | | | | | | Change tablearg value to be 0 (try #2).melifaro2014-08-122-11/+23
* | | | | | | | | | * Add the abilify to lock/unlock given table from changes.melifaro2014-08-112-5/+39
* | | | | | | | | | * Add support for batched add/delete for ipfw tablesmelifaro2014-08-112-43/+184
* | | | | | | | | | Kernel changes:melifaro2014-08-082-17/+27
* | | | | | | | | | Partially revert previous commit:melifaro2014-08-081-8/+8
* | | | | | | | | | * Switch tablearg value from 65535 to 0.melifaro2014-08-081-10/+10
* | | | | | | | | | * Add IP_FW_TABLE_XMODIFY opcodemelifaro2014-08-082-10/+127
* | | | | | | | | | Remove IP_FW_TABLES_XGETSIZE opcode.melifaro2014-08-081-21/+26
* | | | | | | | | | Kernel changes:melifaro2014-08-071-50/+92
* | | | | | | | | | Implement atomic ipfw table swap.melifaro2014-08-032-1/+50
* | | | | | | | | | * Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.melifaro2014-08-034-12/+49
* | | | | | | | | | Show algorithm-specific data in "table info" output.melifaro2014-08-031-0/+94
* | | | | | | | | | * Permit limiting number of items in table.melifaro2014-08-013-11/+41
* | | | | | | | | | * Add new "flow" table type to support N=1..5-tuple lookupsmelifaro2014-07-313-85/+368
* | | | | | | | | | Improve "ipfw talist" readability.melifaro2014-07-301-2/+2
* | | | | | | | | | * Add number:array algorithm lookup method.melifaro2014-07-302-15/+29
* | | | | | | | | | * Dump available table algorithms via "ipfw talist" cmd.melifaro2014-07-293-3/+60
* | | | | | | | | | * Add generic ipfw interface tracking APImelifaro2014-07-284-9/+100
* | | | | | | | | | * Require explicit table creation before use on kernel side.melifaro2014-07-261-4/+27
* | | | | | | | | | * 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
* | | | | | | | | | * Add "lookup" table functionality to permit userland entry lookups.melifaro2014-07-061-97/+153
* | | | | | | | | | Fully switch to named tables:melifaro2014-07-034-255/+520
* | | | | | | | | | * Add new IP_FW_XADD opcode which permits tomelifaro2014-06-293-30/+240
* | | | | | | | | | 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-285-244/+540
OpenPOWER on IntegriCloud