aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* Make named objects set-aware. Now it is possible to create namedAndrey V. Elsukov2016-05-174-296/+493
* Fix memory leak possible in error case.Andrey V. Elsukov2016-05-111-2/+4
* Change the type of objhash_cb_t callback function to be able return anAndrey V. Elsukov2016-05-066-25/+40
* Rename find_name_tlv_type() to ipfw_find_name_tlv_type() and make itAndrey V. Elsukov2016-05-053-44/+9
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-0314-32/+32
* Make create_object callback optional and return EOPNOTSUPP when it isn'tAndrey V. Elsukov2016-04-272-13/+10
* netpfil: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-153-4/+4
* Add External Actions KPI to ipfw(9).Andrey V. Elsukov2016-04-145-16/+518
* Change the type of 'etlv' field in struct named_object to uint16_t.Andrey V. Elsukov2016-04-142-4/+5
* Adjust some comments and make ref_opcode_object() static.Andrey V. Elsukov2016-04-141-4/+3
* o Teach opcode rewriting framework handle several rewriters forAndrey V. Elsukov2016-04-141-80/+107
* Move several functions related to opcode rewriting framework fromAndrey V. Elsukov2016-04-143-140/+141
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* pf: Improve forwarding detectionKristof Provost2016-03-161-4/+6
* Use correct size for malloc.Andrey V. Elsukov2016-03-031-1/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-1/+1
* pf: Fix possible out-of-bounds writeKristof Provost2016-02-251-2/+3
* Fix bug in filling and handling ipfw's O_DSCP opcode.Andrey V. Elsukov2016-02-241-1/+1
* in pf_print_state_parts, do not use skw->proto to print the protocol but ourKristof Provost2016-02-201-1/+1
* Fix obvious typo, that lead to incorrect sorting.Gleb Smirnoff2016-02-181-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-1/+2
* cleanup and document in some detail the internals of the testing codeLuigi Rizzo2016-01-275-143/+199
* the _Static_assert was not supposed to be in the commit.Luigi Rizzo2016-01-271-1/+0
* bugfix: the scheduler template (dn_schk) for the round robin schedulerLuigi Rizzo2016-01-271-1/+2
* fix various warnings to compile the test code with -WextraLuigi Rizzo2016-01-263-3/+9
* fix various warnings (signed/unsigned, printf types, unused arguments)Luigi Rizzo2016-01-261-13/+16
* prevent warnings for signed/unsigned comparisons and unused arguments.Luigi Rizzo2016-01-261-6/+14
* prevent warning for unused argumentLuigi Rizzo2016-01-261-0/+1
* avoid warnings for signed/unsigned comparison and unused argumentsLuigi Rizzo2016-01-261-1/+3
* Revert one chunk from commit 285362, which introduced an off-by-one errorLuigi Rizzo2016-01-261-2/+6
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-252-54/+55
* Fix panic on table/table entry delete. The panic could have happenedAlexander V. Chernikov2016-01-211-0/+1
* Initialize error value ta_lookup_kfib() by default to please compiler.Alexander V. Chernikov2016-01-101-3/+1
* Initialize error after r293626 in case neither INET nor INET6 isBjoern A. Zeeb2016-01-101-0/+3
* Make ipfw addr:kfib lookup algo use new routing KPI.Alexander V. Chernikov2016-01-101-49/+72
* Use already pre-calculated number of entries instead of tc->count.Alexander V. Chernikov2016-01-101-1/+1
* Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov2016-01-091-0/+1
* Convert pf(4) to the new routing API.Alexander V. Chernikov2016-01-071-42/+89
* Properly drain callouts in the IPFW subsystem to avoid use after freeHans Petter Selasky2015-12-153-6/+12
* Merge helper fib* functions used for basic lookups.Alexander V. Chernikov2015-12-081-59/+23
* Add destroy_object callback to object rewriting framework.Andrey V. Elsukov2015-11-232-2/+11
* Fix dynamic IPv6 rules showing junk for non-specified address masks.Bryan Drewery2015-11-171-0/+3
* Bring back the ability of passing cached route via nd6_output_ifp().Alexander V. Chernikov2015-11-151-1/+1
* This fixes several places where callout_stops return is examined. TheRandall Stewart2015-11-131-2/+2
* Print proper setfib values in ipfw log.Alexander V. Chernikov2015-11-081-1/+1
* Fix setfib target.Alexander V. Chernikov2015-11-082-3/+3
* pf: Fix broken rule skip calculationKristof Provost2015-11-071-2/+2
* Remove now obsolete KASSERT.Andrey V. Elsukov2015-11-031-6/+0
* Eliminate any conditional increments of object_opcodes in theAndrey V. Elsukov2015-11-032-3/+9
* Add ipfw_check_object_name_generic() function to do basic checks for anAndrey V. Elsukov2015-11-034-30/+17