aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* Even more fixes to !INET and !INET6 kernels.Gleb Smirnoff2015-02-171-17/+14
* - Improve INET/INET6 scope.Gleb Smirnoff2015-02-161-34/+31
* Toss declarations to fix regular build and NO_INET6 build.Gleb Smirnoff2015-02-161-3/+5
* In the forwarding case refragment the reassembled packets with the sameGleb Smirnoff2015-02-164-2/+93
* Update the pf fragment handling code to closer match recent OpenBSD.Gleb Smirnoff2015-02-162-286/+552
* Fix IP_FW_NAT44_LIST_NAT size calculation.Alexander V. Chernikov2015-02-051-2/+2
* * Make sure table algorithm destroy hook is always called without locksAlexander V. Chernikov2015-02-054-12/+27
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryGleb Smirnoff2015-01-225-93/+145
* Use ipfw runtime lock only when real modification is required.Alexander V. Chernikov2015-01-161-2/+4
* Do not initialize pfi_unlnkdkifs_mtx and pf_frag_mtx.Craig Rodrigues2015-01-082-8/+0
* Reapply previous patch to fix build.Craig Rodrigues2015-01-064-39/+23
* Instead of creating a purge thread for every vnet, createCraig Rodrigues2015-01-061-58/+24
* Merge: r258322 from projects/pf branchCraig Rodrigues2015-01-065-47/+53
* pf(4) needs to have a correct checksum during its processing.Ermal Luçi2014-11-191-6/+6
* Finish r274315: remove union 'u' from struct pf_send_entry.Alexander V. Chernikov2014-11-091-16/+11
* Remove unused 'struct route' fields.Alexander V. Chernikov2014-11-092-4/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-074-52/+56
* Remove unused variable.Alexander V. Chernikov2014-11-041-2/+1
* Bump default dynamic limit to 16k entries.Alexander V. Chernikov2014-10-241-3/+4
* Rename log2 to tal_log2.Alexander V. Chernikov2014-10-221-4/+4
* remove/fix old code for building ipfw and dummynet in userspaceLuigi Rizzo2014-10-223-56/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-2/+2
* Use copyout() directly instead of updating various fieldsAlexander V. Chernikov2014-10-201-8/+11
* Perform more checks on the number of tables supplied by user.Alexander V. Chernikov2014-10-191-0/+19
* Add a complete implementation of MurmurHash3. Tweak both implementationsDag-Erling Smørgrav2014-10-181-7/+7
* Use IPFW_RULE_CNTR_SIZE macro instead of non-relevant ip_fw_cntr structure.Alexander V. Chernikov2014-10-182-7/+3
* Fix matching default rule on clear/show commands.Alexander V. Chernikov2014-10-131-5/+10
* Fix KASSERT typo.Alexander V. Chernikov2014-10-111-2/+2
* Remove redundant if_notifier declaration.Alexander V. Chernikov2014-10-101-1/+0
* Change the PF hash from Jenkins to Murmur3. In forwarding testsGeorge V. Neville-Neil2014-10-101-7/+7
* Fix KASSERT argument type.Alexander V. Chernikov2014-10-101-1/+1
* Fix NOINET6 build for ipfw.Alexander V. Chernikov2014-10-101-5/+47
* Partially fix build on !amd64Alexander V. Chernikov2014-10-101-0/+213
* Merge projects/ipfw to HEAD.Alexander V. Chernikov2014-10-0912-1067/+12442
|\
| * Bump ipfw module version.Alexander V. Chernikov2014-10-093-3/+3
| * Sync to HEAD@r272825.Alexander V. Chernikov2014-10-091-4/+2
| |\ | |/ |/|
| * Fix core on table destroy inroduced by table values code.Alexander V. Chernikov2014-10-091-9/+8
| * * Wire large user buffer before processing GET request.Alexander V. Chernikov2014-10-091-4/+18
| * Add IP_FW_DUMP_SOPTCODES sopt to be able to determineAlexander V. Chernikov2014-10-082-1/+62
| * Fix possible crash when old value pointer is not updated after array resize.Alexander V. Chernikov2014-10-071-1/+10
| * Notify table algo aboute runtime data change on table flush.Alexander V. Chernikov2014-10-071-0/+4
| * * Fix crash in interface tracker due to using old "linked" field.Alexander V. Chernikov2014-10-075-8/+12
| * Sync to HEAD@r272609.Alexander V. Chernikov2014-10-062-3/+8
| |\
| * | Fix build with gcc.Alexander V. Chernikov2014-10-043-6/+9
| * | Please GCC by specifying proper cast.Alexander V. Chernikov2014-10-041-3/+3
| * | Sync to HEAD@r272516.Alexander V. Chernikov2014-10-045-31/+28
| |\ \
| * | | Add "ipfw_ctl3" FEATURE to indicate presence of new ipfw interface.Alexander V. Chernikov2014-10-041-0/+1
| * | | Switch ipfw to use rmlock for runtime locking.Alexander V. Chernikov2014-10-048-1/+35
| * | | Bump max rule size to 512 opcodes.Alexander V. Chernikov2014-10-041-1/+1
| * | | Make linear_skipto turned off by default.Alexander V. Chernikov2014-10-031-2/+12