summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf_norm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r344691:kp2019-05-131-2/+2
* pf: Limit the maximum number of fragments per packetkp2018-08-201-0/+8
* Set the interface pointer in all v6 fragments.Luiz Otavio O Souza2018-08-171-0/+1
* pf: port extended DSCP support from OpenBSDkp2017-07-171-1/+1
* MFC r317186kp2017-04-231-0/+4
* pf: Fix fragment timeoutkp2016-05-201-1/+1
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* pf: Fix TSO issueskp2015-10-141-6/+7
* pf: Remove support for 'scrub fragment crop|drop-ovl'kp2015-08-271-479/+31
* pf: Always initialise pf_fragment.fr_flagskp2015-07-291-3/+1
* pf: Remove frc_directionkp2015-06-111-7/+3
* pf: Save the protocol number in the pf_fragmentkp2015-06-111-0/+1
* pf: address family must be set when creating a pf_fragmentkp2015-06-101-0/+1
* Use MTX_SYSINIT() instead of mtx_init() to separate mutex initializationglebius2015-05-191-4/+2
* I can find no reason to allow packets with both SYN and FIN bitsgnn2015-04-141-1/+1
* pf: Skip firewall for refragmented ip6 packetskp2015-04-061-0/+1
* o Use new function ip_fillid() in all places throughout the kernel,glebius2015-04-011-2/+2
* pf: Deal with runt packetskp2015-04-011-4/+4
* Preserve IPv6 fragment IDs accross reassembly and refragmentationkp2015-04-011-1/+7
* Static'ize pf_fillup_fragment body to match its declaration.pluknet2015-03-261-1/+1
* Even more fixes to !INET and !INET6 kernels.glebius2015-02-171-17/+14
* - Improve INET/INET6 scope.glebius2015-02-161-34/+31
* Toss declarations to fix regular build and NO_INET6 build.glebius2015-02-161-3/+5
* In the forwarding case refragment the reassembled packets with the sameglebius2015-02-161-0/+80
* Update the pf fragment handling code to closer match recent OpenBSD.glebius2015-02-161-286/+513
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryglebius2015-01-221-3/+6
* Do not initialize pfi_unlnkdkifs_mtx and pf_frag_mtx.rodrigc2015-01-081-4/+0
* Reapply previous patch to fix build.rodrigc2015-01-061-3/+3
* Merge: r258322 from projects/pf branchrodrigc2015-01-061-1/+2
* o In pf_normalize_ip() we don't need mtag inglebius2014-05-171-22/+7
* Move new pf includes to the pf directory. The pfvar.h remainglebius2013-10-271-1/+0
* In netpfil/pf:glebius2012-12-281-3/+3
* Warn about reaching various PF limits.pjd2012-12-171-0/+1
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+1999
OpenPOWER on IntegriCloud