summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw
Commit message (Expand)AuthorAgeFilesLines
...
* netpfil: for pointers replace 0 with NULL.pfg2016-04-153-4/+4
* Add External Actions KPI to ipfw(9).ae2016-04-145-16/+518
* Change the type of 'etlv' field in struct named_object to uint16_t.ae2016-04-142-4/+5
* Adjust some comments and make ref_opcode_object() static.ae2016-04-141-4/+3
* o Teach opcode rewriting framework handle several rewriters forae2016-04-141-80/+107
* Move several functions related to opcode rewriting framework fromae2016-04-143-140/+141
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Use correct size for malloc.ae2016-03-031-1/+1
* Remove taskqueue_enqueue_fast().jhb2016-03-011-1/+1
* Fix bug in filling and handling ipfw's O_DSCP opcode.ae2016-02-241-1/+1
* Fix obvious typo, that lead to incorrect sorting.glebius2016-02-181-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-1/+2
* cleanup and document in some detail the internals of the testing codeluigi2016-01-275-143/+199
* the _Static_assert was not supposed to be in the commit.luigi2016-01-271-1/+0
* bugfix: the scheduler template (dn_schk) for the round robin schedulerluigi2016-01-271-1/+2
* fix various warnings to compile the test code with -Wextraluigi2016-01-263-3/+9
* fix various warnings (signed/unsigned, printf types, unused arguments)luigi2016-01-261-13/+16
* prevent warnings for signed/unsigned comparisons and unused arguments.luigi2016-01-261-6/+14
* prevent warning for unused argumentluigi2016-01-261-0/+1
* avoid warnings for signed/unsigned comparison and unused argumentsluigi2016-01-261-1/+3
* Revert one chunk from commit 285362, which introduced an off-by-one errorluigi2016-01-261-2/+6
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-23/+24
* Fix panic on table/table entry delete. The panic could have happenedmelifaro2016-01-211-0/+1
* Initialize error value ta_lookup_kfib() by default to please compiler.melifaro2016-01-101-3/+1
* Initialize error after r293626 in case neither INET nor INET6 isbz2016-01-101-0/+3
* Make ipfw addr:kfib lookup algo use new routing KPI.melifaro2016-01-101-49/+72
* Use already pre-calculated number of entries instead of tc->count.melifaro2016-01-101-1/+1
* Properly drain callouts in the IPFW subsystem to avoid use after freehselasky2015-12-153-6/+12
* Merge helper fib* functions used for basic lookups.melifaro2015-12-081-59/+23
* 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
OpenPOWER on IntegriCloud