summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use correct src/dst ports when removing states.oshogbo2015-08-111-2/+2
* pf: Always initialise pf_fragment.fr_flagskp2015-07-291-3/+1
* Simplify logic added in r285945 as suggested by glebiusgarga2015-07-281-4/+2
* Respect pf rule log option before log dropped packets with IP options orgarga2015-07-281-2/+4
* Fix a typo in r280169. Of course we are interested in deleting nsn onlyglebius2015-07-281-1/+1
* ALTQ FAIRQ discipline import from DragonFLYeri2015-06-243-0/+34
* 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
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Use MTX_SYSINIT() instead of mtx_init() to separate mutex initializationglebius2015-05-193-17/+9
* During module unload unlock rules before destroying UMA zones, whichglebius2015-05-191-1/+1
* A miss from r283061: don't dereference NULL is pf_get_mtag() fails.glebius2015-05-181-2/+4
* Don't dereference NULL is pf_get_mtag() fails.glebius2015-05-181-12/+14
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-161-1/+1
* pf: Fix forwarding detectionkp2015-04-141-1/+1
* 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-012-3/+3
* 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
* Always lock the hash row of a source node when updating its 'states' counter.glebius2015-03-172-66/+59
* Reset mbuf pointer to NULL in fastroute case to indicate that mbuf wasae2015-03-121-0/+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-164-2/+93
* Update the pf fragment handling code to closer match recent OpenBSD.glebius2015-02-162-286/+552
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryglebius2015-01-225-93/+145
* Do not initialize pfi_unlnkdkifs_mtx and pf_frag_mtx.rodrigc2015-01-082-8/+0
* Reapply previous patch to fix build.rodrigc2015-01-064-39/+23
* Instead of creating a purge thread for every vnet, createrodrigc2015-01-061-58/+24
* Merge: r258322 from projects/pf branchrodrigc2015-01-065-47/+53
* pf(4) needs to have a correct checksum during its processing.eri2014-11-191-6/+6
* Finish r274315: remove union 'u' from struct pf_send_entry.melifaro2014-11-091-16/+11
* Remove unused 'struct route' fields.melifaro2014-11-091-2/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-1/+1
OpenPOWER on IntegriCloud