summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf
Commit message (Expand)AuthorAgeFilesLines
* MFC r332107:kp2018-04-132-18/+38
* MFC r332136:kp2018-04-131-4/+18
* MFC r332101:kp2018-04-131-8/+14
* MFC r331225:kp2018-04-091-1/+3
* MFC r331797:brooks2018-04-081-2/+4
* Revert r330897:eadler2018-03-291-2/+0
* MFC r329950:kp2018-03-181-7/+32
* Partial merge of the SPDX changeseadler2018-03-141-0/+2
* MFC r327675kp2018-01-231-18/+108
* MFC r322280:kp2017-08-161-3/+5
* MFC r312943kp2017-07-201-0/+8
* MFC r317186kp2017-04-231-0/+4
* MFC r316355kp2017-04-081-1/+1
* MFC 315529kp2017-03-261-0/+3
* MFC r313820vangyzen2017-03-101-4/+11
* pf: Fix a crash in low-memory situationskp2017-03-051-1/+1
* MFC r309563: pflog: Correctly initialise subrulenrkp2016-12-141-1/+1
* MFC r309394, r309787marcel2016-12-111-23/+35
* MFC r304152:kp2016-08-191-6/+6
* MFC r302497:kp2016-08-171-4/+12
* The void isn't void.bz2016-06-241-1/+1
* Proerply virtualize pfsync for bringup after pf is initialized andbz2016-06-231-42/+40
* Make sure pflog is attached after pf is initializaed so we canbz2016-06-231-2/+7
* PFSTATE_NOSYNC goes onto state_flags, not sync_state;bz2016-06-231-1/+1
* Update pf(4) and pflog(4) to survive basic VNET testing, which includesbz2016-06-234-116/+251
* Import a fix for and old security issue (CVE-2010-3830) in pf whichbz2016-06-231-0/+2
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* pf: Filter on and set vlan PCP valueskp2016-06-172-1/+75
* pf: Fix more ICMP mistranslationkp2016-05-231-1/+1
* pf: Fix ICMP translationkp2016-05-231-10/+5
* pf: Fix fragment timeoutkp2016-05-201-1/+1
* sys/net*: minor spelling fixes.pfg2016-05-033-3/+3
* pf: Improve forwarding detectionkp2016-03-161-4/+6
* pf: Fix possible out-of-bounds writekp2016-02-251-2/+3
* in pf_print_state_parts, do not use skw->proto to print the protocol but ourkp2016-02-201-1/+1
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-31/+31
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-091-0/+1
* Convert pf(4) to the new routing API.melifaro2016-01-071-42/+89
* Bring back the ability of passing cached route via nd6_output_ifp().melifaro2015-11-151-1/+1
* This fixes several places where callout_stops return is examined. Therrs2015-11-131-2/+2
* pf: Fix broken rule skip calculationkp2015-11-071-2/+2
* pf: Fix IPv6 checksums with route-to.kp2015-10-291-0/+7
* Eliminate last rtalloc_ign() caller.melifaro2015-10-271-3/+0
* pf: Fix TSO issueskp2015-10-143-50/+88
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-1/+1
* pf: Fix misdetection of forwarding when net.link.bridge.pfil_bridge is setkp2015-09-011-1/+11
* pf: Remove support for 'scrub fragment crop|drop-ovl'kp2015-08-271-479/+31
* Reapply r196551 which was accidentally reverted by r223637 (update toloos2015-08-241-1/+1
* Add ALTQ(9) support for the CoDel algorithm.loos2015-08-211-0/+7
* Fix the copy of addresses passed from userland in table replace command.loos2015-08-171-2/+1
OpenPOWER on IntegriCloud