summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* In ipfw(8), make the text about dynamic rules consistent.issyl02012-07-161-3/+5
* Make ipfw0 logging pseudo-interface clonable. It can be created automaticallyhrs2012-07-091-2/+17
* - Make ipfw's sched rules case insensitive, for user-friendliness.issyl02012-07-031-5/+6
* Update maximum number of tables available in ipfw to reflectmelifaro2012-06-091-2/+2
* mdoc: use Po and Pc macros instead of parens. Also avoid starting a linejoel2012-05-121-2/+2
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-51/+51
* - Permit number of ipfw tables to be changed in runtime.melifaro2012-03-252-10/+4
* Remove superfluous paragraph macro.joel2012-03-251-11/+0
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.melifaro2012-03-122-80/+232
* remove some write-only variables.luigi2012-03-011-7/+2
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-281-1/+1
OpenPOWER on IntegriCloud