summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Add destroy_object callback to object rewriting framework.ae2015-11-232-2/+11
* Fix dynamic IPv6 rules showing junk for non-specified address masks.bdrewery2015-11-171-0/+3
* Print proper setfib values in ipfw log.melifaro2015-11-081-1/+1
* Fix setfib target.melifaro2015-11-082-3/+3
* Remove now obsolete KASSERT.ae2015-11-031-6/+0
* Eliminate any conditional increments of object_opcodes in theae2015-11-032-3/+9
* Add ipfw_check_object_name_generic() function to do basic checks for anae2015-11-034-30/+17
* Implement `ipfw internal olist` command to list named objects.ae2015-11-032-5/+63
* Bump number of prefixes in O_IP_<SRC|DST> from 15 to 31 (max possible).melifaro2015-10-031-1/+1
* Fix packets/bytes accounting on i386.melifaro2015-08-271-1/+1
* Reduce overhead of ipfw's me6 opcode.ae2015-07-291-23/+27
* Add helper functions for IP checksum adjusting. Use these functions inae2015-07-203-17/+26
* assorted algorithmic fixes from Paolo Valente (one of my qfq coauthors):luigi2015-07-101-7/+13
* one more warning suppression when compiling the test code in userspace.luigi2015-07-101-1/+1
* add code to compute fairness indexes;luigi2015-07-102-9/+68
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-222-2/+2
* use proper types to represent function pointersluigi2015-05-192-2/+2
* remove a redundant ; at the end of a functionluigi2015-05-191-1/+1
* remove an extra ; after MODULE_DEPENDluigi2015-05-191-1/+1
* bugfix (only affecting the "lookup" option in the userspace version of ipfw):luigi2015-05-131-1/+2
* Remove ptei->value check from ipfw_link_table_values():melifaro2015-05-121-11/+0
* Fix panic when prepare_batch_buffer() returns error.melifaro2015-05-061-3/+5
* Fix KASSERT introduced in r282155.melifaro2015-04-301-3/+4
* Fix panic introduced by r282070.melifaro2015-04-282-1/+4
* Fix 'may be used uninitialized' warning not caught by clang.melifaro2015-04-271-1/+1
* Use free_nat_instance() for nat instance deletion.melifaro2015-04-271-10/+14
* Make rule table kernel-index rewriting support any kind of objects.melifaro2015-04-275-388/+879
* Fix memory leak.glebius2015-04-271-0/+2
* The offset variable has been cleared all bits except IP6F_OFF_MASK.ae2015-03-311-1/+1
* Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueae2015-03-134-10/+65
* Fix IP_FW_NAT44_LIST_NAT size calculation.melifaro2015-02-051-2/+2
* * Make sure table algorithm destroy hook is always called without locksmelifaro2015-02-054-12/+27
* Use ipfw runtime lock only when real modification is required.melifaro2015-01-161-2/+4
* Remove unused 'struct route' fields.melifaro2014-11-091-2/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-073-51/+55
* Remove unused variable.melifaro2014-11-041-2/+1
* Bump default dynamic limit to 16k entries.melifaro2014-10-241-3/+4
* Rename log2 to tal_log2.melifaro2014-10-221-4/+4
* remove/fix old code for building ipfw and dummynet in userspaceluigi2014-10-223-56/+1
* Use copyout() directly instead of updating various fieldsmelifaro2014-10-201-8/+11
* Perform more checks on the number of tables supplied by user.melifaro2014-10-191-0/+19
* Use IPFW_RULE_CNTR_SIZE macro instead of non-relevant ip_fw_cntr structure.melifaro2014-10-182-7/+3
* Fix matching default rule on clear/show commands.melifaro2014-10-131-5/+10
* Fix KASSERT typo.melifaro2014-10-111-2/+2
* Remove redundant if_notifier declaration.melifaro2014-10-101-1/+0
* Fix KASSERT argument type.melifaro2014-10-101-1/+1
* Fix NOINET6 build for ipfw.melifaro2014-10-101-5/+47
* Partially fix build on !amd64melifaro2014-10-101-0/+213
* Merge projects/ipfw to HEAD.melifaro2014-10-0912-1067/+12442
|\
| * Bump ipfw module version.melifaro2014-10-093-3/+3
OpenPOWER on IntegriCloud