summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* Finish r274315: remove union 'u' from struct pf_send_entry.melifaro2014-11-091-16/+11
* Remove unused 'struct route' fields.melifaro2014-11-092-4/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-074-52/+56
* 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
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-2/+2
* 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
* Add a complete implementation of MurmurHash3. Tweak both implementationsdes2014-10-181-7/+7
* 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
* Change the PF hash from Jenkins to Murmur3. In forwarding testsgnn2014-10-101-7/+7
* 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
| * Sync to HEAD@r272825.melifaro2014-10-091-4/+2
| |\ | |/ |/|
| * Fix core on table destroy inroduced by table values code.melifaro2014-10-091-9/+8
| * * Wire large user buffer before processing GET request.melifaro2014-10-091-4/+18
| * Add IP_FW_DUMP_SOPTCODES sopt to be able to determinemelifaro2014-10-082-1/+62
| * Fix possible crash when old value pointer is not updated after array resize.melifaro2014-10-071-1/+10
| * Notify table algo aboute runtime data change on table flush.melifaro2014-10-071-0/+4
| * * Fix crash in interface tracker due to using old "linked" field.melifaro2014-10-075-8/+12
| * Sync to HEAD@r272609.melifaro2014-10-062-3/+8
| |\
| * | Fix build with gcc.melifaro2014-10-043-6/+9
| * | Please GCC by specifying proper cast.melifaro2014-10-041-3/+3
| * | Sync to HEAD@r272516.melifaro2014-10-045-31/+28
| |\ \
| * | | Add "ipfw_ctl3" FEATURE to indicate presence of new ipfw interface.melifaro2014-10-041-0/+1
| * | | Switch ipfw to use rmlock for runtime locking.melifaro2014-10-048-1/+35
| * | | Bump max rule size to 512 opcodes.melifaro2014-10-041-1/+1
| * | | Make linear_skipto turned off by default.melifaro2014-10-031-2/+12
| * | | Add pre-alfa version of DXR lookup module.melifaro2014-09-215-1/+3428
| * | | Make ipfw_nat module use IP_FW3 codes.melifaro2014-09-071-68/+595
| * | | Change copyrights to the proper one.melifaro2014-09-054-5/+11
| * | | Sync to HEAD@r271160.melifaro2014-09-052-3/+10
| |\ \ \
| * | | | * Use modular opcode handling inside ipfw_ctl3() instead of static switch.melifaro2014-09-057-325/+458
| * | | | Be consistent and use same arguments for ctl3 opcodes.melifaro2014-09-035-34/+52
| * | | | * Fix crash due to forgotten value refcouting in ipfw_link_table_values()melifaro2014-09-022-11/+48
| * | | | Add more comments on newly-added functions.melifaro2014-09-023-22/+101
| * | | | Add support for multi-field values inside ipfw tables.melifaro2014-08-319-127/+1100
| * | | | * Make objhash api a bit more abstract by providing ability to specifymelifaro2014-08-303-24/+69
| * | | | Sync to HEAD@r270409.melifaro2014-08-235-64/+157
| |\ \ \ \
| * | | | | Simplify table reference/create chain.melifaro2014-08-231-58/+56
| * | | | | * Use OP_ADD/OP_DEL macro instead of plain integers.melifaro2014-08-232-11/+81
| * | | | | Make room for multi-type values in struct tentry.melifaro2014-08-152-12/+12
OpenPOWER on IntegriCloud