summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-061-1/+2
|\
| * Fix 4-byte overflow in ipv6_writemask.melifaro2016-06-051-1/+2
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-023-28/+30
|\ \ | |/
| * Replace constant expressions that contain multiplications bytruckman2016-06-013-28/+30
| * Cast some expressions that multiply a long long constant by atruckman2016-05-292-12/+12
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-2719-2/+4572
|\ \ | |/
| * Correct a typo in a comment.truckman2016-05-261-1/+1
| * Modify BOUND_VAR() macro to wrap all of its arguments in () and tweaktruckman2016-05-261-2/+2
| * Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).truckman2016-05-2619-2/+4572
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-231-3/+3
|\ \ | |/
| * Fix the regression introduced in r300143.ae2016-05-201-3/+3
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-195-375/+579
|\ \ | |/
| * Move protocol state handling code from lookup_dyn_rule_locked() functionae2016-05-181-79/+86
| * Make named objects set-aware. Now it is possible to create namedae2016-05-174-296/+493
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-111-2/+4
|\ \ | |/
| * Fix memory leak possible in error case.ae2016-05-111-2/+4
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-0913-98/+78
|\ \ | |/
| * Change the type of objhash_cb_t callback function to be able return anae2016-05-066-25/+40
| * Rename find_name_tlv_type() to ipfw_find_name_tlv_type() and make itae2016-05-053-44/+9
| * sys/net*: minor spelling fixes.pfg2016-05-0311-29/+29
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-04-282-13/+10
|\ \ | |/
| * Make create_object callback optional and return EOPNOTSUPP when it isn'tae2016-04-272-13/+10
* | Importing pfSense patch pfil.diffLuiz Otavio O Souza2016-04-151-1/+5
* | Importing pfSense patch dummynet.diffLuiz Otavio O Souza2016-04-152-1/+1
|/
* 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
OpenPOWER on IntegriCloud