summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Merge from head@274682sjg2014-11-1910-1087/+4078
|\
| * Fix documentation issue.melifaro2014-10-241-2/+2
| * Fix displaying non-contiguous netmasks.melifaro2014-10-241-3/+4
| * * Zero rule buffer.melifaro2014-10-181-6/+7
| * * Fix table sets handling.melifaro2014-10-172-3/+4
| * Show error when deleting non-existing rule number.melifaro2014-10-131-2/+9
| * * Fix zeroing individual entries via ipfw(8).melifaro2014-10-131-1/+11
| * Partially fix build on !amd64melifaro2014-10-102-3/+3
| * * Fix use-after-free in table printing code.melifaro2014-10-091-5/+6
| * Sync to HEAD@r272609.melifaro2014-10-061-4/+25
| |\
| | * 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
| |\ \ | | |/
| * | 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
OpenPOWER on IntegriCloud