summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* Fix style(9) and a mismerge.Luiz Souza2018-01-181-33/+20
* Make the bandwidth internal storage an unsigned int in IPFW dummynet.Luiz Souza2017-10-262-3/+4
* Revert "Fix the build. Reduce the interface name size on ipfw tables."Luiz Souza2017-10-081-1/+1
* Fix the build. Reduce the interface name size on ipfw tables.Luiz Souza2017-10-071-1/+1
* Fix the match of mixed table entries for the destination host.Luiz Souza2017-09-221-2/+6
* Merge remote-tracking branch 'origin/releng/11.1' into RELENG_2_4_1Renato Botelho2017-08-231-0/+6
|\
| * Fix OpenSSH Denial of Service vulnerability. [SA-17:06]releng/11.1delphij2017-08-101-0/+8
* | Fix the import of the pf_match patch.Luiz Souza2017-08-091-3/+3
* | Fix the match of the "any any" entry in MAC address tables.Luiz Souza2017-08-061-4/+59
* | Fix the interface table code to not overwrite the existent table pointers whe...Luiz Souza2017-08-051-6/+22
* | Fix the match of source MAC addresses.Luiz Souza2017-08-051-1/+1
* | Fix the build, define the boottime variable before use it.Luiz Souza2017-07-241-2/+5
* | Fix the match timestamp when the table lookup command is used.Luiz Souza2017-07-221-0/+2
* | Replace the hardcoded NULL. No functional changes.Luiz Souza2017-07-201-3/+3
* | Remove a duplicate definition.Luiz Souza2017-07-201-1/+1
* | Add support for the classic pfSense 'mixed' tables.Luiz Souza2017-07-206-34/+60
* | style(9) fixes.Luiz Otavio O Souza2017-07-201-50/+50
* | Fix the variable name, use an existing variable.Luiz Otavio O Souza2017-07-201-3/+3
* | While we always store the interface in the every state, we do not do strict s...Luiz Otavio O Souza2017-07-201-1/+2
* | Apply the previous dummynet fixes on v6 version of the code.Luiz Otavio O Souza2017-07-201-7/+8
* | Always return PF_PASS for packets processed by dummynet, even if dummynet dro...Luiz Otavio O Souza2017-07-201-4/+3
* | Packets redirected to ourselves should be flagged with M_FASTFWD_OURS and not...Luiz Otavio O Souza2017-07-201-2/+2
* | Always remove the correct tag, find it by its cookie instead of relying on m_...Luiz Otavio O Souza2017-07-201-1/+3
* | Revert this change from the previous commit, it actually breaks the nat undo/...Luiz Otavio O Souza2017-07-201-4/+2
* | Better support for dummynet (limiters) with binat and rdr rules.Luiz Otavio O Souza2017-07-201-3/+39
* | Revert this unnecessary change.Luiz Otavio O Souza2017-07-201-1/+1
* | Remove duplicate code and fix undo NAT and redo NAT.Luiz Otavio O Souza2017-07-201-112/+42
* | Set the dnflow fields after parse the protocol headers.Luiz Otavio O Souza2017-07-201-14/+10
* | Rererefix the build...Luiz Otavio O Souza2017-07-201-1/+1
* | Fix the build.Luiz Otavio O Souza2017-07-201-5/+1
* | Fix the build, remove the extra brackets.Luiz Otavio O Souza2017-07-201-1/+1
* | Clean the code, fix some mistakes we did when the code was ported from FreeBS...Luiz Otavio O Souza2017-07-201-40/+40
* | Fix a typo, check the return code from ipfw_dn_io() and simplify the code.Luiz Otavio O Souza2017-07-201-12/+10
* | Revert this change now that the structure size is fixed.Luiz Otavio O Souza2017-07-201-1/+1
* | pf: Fix possible shutdown racekp2017-07-202-11/+16
* | Do not run the pf purge thread while the VNET variables are not initialized, ...Luiz Otavio O Souza2017-07-201-0/+6
* | pf: Do not lose the VNET lock when ending the purge threadkp2017-07-201-5/+6
* | pf: Fix incorrect rw_sleep() in pf_unload()kp2017-07-202-4/+2
* | Do not run the pf purge thread while the VNET variables are not initialized, ...Luiz Otavio O Souza2017-07-201-0/+8
* | pf: Fix memory leak on vnet shutdown or unloadkp2017-07-201-2/+2
* | pf: port extended DSCP support from OpenBSDkp2017-07-202-2/+2
* | Add l2 support to ipfw fwd.Luiz Otavio O Souza2017-07-202-70/+73
* | Reduce the console spam. Only print this warning when boot verbose is enabled.Luiz Otavio O Souza2017-07-201-1/+1
* | Add the missing braces. Fixes the build.Luiz Souza2017-07-161-0/+2
* | Fix the ipfw_lookup_table() prototype and a mistake done in a last minute fun...Luiz Souza2017-07-162-2/+2
* | Add the timestamp of the last match, packet and byte counters to tableLuiz Souza2017-07-156-55/+641
* | Add ipfw support to MAC address tables.Luiz Otavio O Souza2017-07-154-3/+440
* | Merge remote-tracking branch 'origin/releng/11.1' into RELENG_2_5Renato Botelho2017-07-035-51/+95
|\ \ | |/
| * Merge from stable/11 r320593:ae2017-07-033-3/+3
| * MFC r318527truckman2017-05-252-6/+16
OpenPOWER on IntegriCloud