summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r312943kp2017-07-201-0/+8
* MFC r316355kp2017-04-081-1/+1
* MFC 315529kp2017-03-261-0/+3
* MFC r304152:kp2016-08-191-6/+6
* Update pf(4) and pflog(4) to survive basic VNET testing, which includesbz2016-06-231-36/+41
* pf: Filter on and set vlan PCP valueskp2016-06-171-1/+71
* pf: Fix more ICMP mistranslationkp2016-05-231-1/+1
* pf: Fix ICMP translationkp2016-05-231-10/+5
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* pf: Improve forwarding detectionkp2016-03-161-4/+6
* in pf_print_state_parts, do not use skw->proto to print the protocol but ourkp2016-02-201-1/+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
* 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-141-31/+81
* 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
* 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-241-0/+18
* Use MTX_SYSINIT() instead of mtx_init() to separate mutex initializationglebius2015-05-191-9/+5
* 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
* pf: Fix forwarding detectionkp2015-04-141-1/+1
* Always lock the hash row of a source node when updating its 'states' counter.glebius2015-03-171-55/+56
* Reset mbuf pointer to NULL in fastroute case to indicate that mbuf wasae2015-03-121-0/+1
* In the forwarding case refragment the reassembled packets with the sameglebius2015-02-161-1/+11
* Update the pf fragment handling code to closer match recent OpenBSD.glebius2015-02-161-0/+39
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryglebius2015-01-221-30/+69
* Reapply previous patch to fix build.rodrigc2015-01-061-9/+6
* Instead of creating a purge thread for every vnet, createrodrigc2015-01-061-58/+24
* Merge: r258322 from projects/pf branchrodrigc2015-01-061-2/+0
* 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
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-2/+2
* Add a complete implementation of MurmurHash3. Tweak both implementationsdes2014-10-181-7/+7
* Change the PF hash from Jenkins to Murmur3. In forwarding testsgnn2014-10-101-7/+7
* Clean up unused CSUM_FRAGMENT.glebius2014-09-031-2/+1
* Explicitly free packet on PF_DROP, otherwise a "quick" rule withglebius2014-09-011-0/+8
* Do not lookup source node twice when pf_map_addr() is used.glebius2014-08-151-2/+0
* pf_map_addr() can fail and in this case we should drop the packet,glebius2014-08-151-28/+13
* Fix synproxy with IPv6. pf_test6() was missing a check for M_SKIP_FIREWALL.glebius2014-08-151-0/+3
* - Count global pf(4) statistics in counter(9).glebius2014-08-141-18/+21
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+0
* Revert r267961, r267973:gjb2014-06-271-0/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+0
* Fix pf(4) to build with MAXCPU set to 256. MAXCPU is actually a count,jhb2014-05-291-1/+1
OpenPOWER on IntegriCloud