summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* | Simplify opcode handling.melifaro2014-06-151-12/+10
* | Move further to eliminate next pieces of number-assuming code inside tables.melifaro2014-06-144-422/+624
* | Add API to ease adding new algorithms/new tabletypes to ipfw.melifaro2014-06-141-16/+130
* | Make ipfw tables use names as used-level identifier internally:melifaro2014-06-121-0/+17
|/
* ECN marking implenetation for dummynet.hiren2014-06-013-10/+26
* Fix wrong formatting of 0.0.0.0/X table records in ipfw(8).melifaro2014-05-171-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Fix world build WITHOUT_PF.glebius2014-02-122-2/+13
* Minor grammar fixcrees2013-12-211-2/+1
* Add net.inet.ip.fw.dyn_keep_states sysctl whichmelifaro2013-12-181-0/+5
* Check ipfw table numbers in both user and kernel space before rule addition.melifaro2013-11-282-10/+37
* Fix key lookup in ipfw(8) broken since r232865.melifaro2013-11-271-2/+13
* Remove duplicated parapgraph.se2013-07-241-10/+0
* Fix ipfw(8) sets of ipv6 addresses handling.melifaro2013-05-181-14/+24
* Minor spelling and grammar fixes.joel2013-04-111-1/+1
* Remove EOL whitespace.joel2013-03-211-1/+1
* Remove unused variable.melifaro2013-03-201-2/+1
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-203-0/+221
* Do not suddenly fail on some rulesets if -n (syntax check only) is specifiedmelifaro2013-03-041-4/+13
* Implement buffer size checking in ipfw(8) add cmd.melifaro2013-03-033-62/+125
* Fix ipfw table argument parsing/printing.melifaro2013-03-021-54/+92
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-8/+0
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-3/+6
* Whitespace fixesmelifaro2012-09-241-13/+13
* Permit table to be used as IPv6 address.melifaro2012-09-241-2/+26
* Fix grammar in the portion about FIBs. Also, cross-referencebjk2012-09-181-9/+11
* Whitespace cleanup for ipfw.8 -- start each sentence on a new line,bjk2012-09-181-33/+58
* Remove unused valueskevlo2012-09-111-3/+3
* remove the last __unused instance in sbin/ipfw.luigi2012-07-301-1/+2
* Fix some compile errors at high WARNS, including oneluigi2012-07-303-8/+13
OpenPOWER on IntegriCloud