summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf
Commit message (Expand)AuthorAgeFilesLines
* Merge r284280kp2015-06-181-7/+3
* Merge r284222, r284260kp2015-06-181-0/+2
* Merge r278874, r278925, r278868kp2015-06-181-40/+36
* Merge r281536kp2015-06-181-1/+1
* Merge r281164kp2015-06-181-0/+1
* Merge r280956kp2015-06-181-4/+4
* Merge r280955kp2015-06-181-1/+7
* Merge r278843, r278858kp2015-06-184-2/+93
* Merge r278831, r278834kp2015-06-182-286/+552
* MFC 266852,270223:jhb2015-05-221-1/+1
* MFC: 281529gnn2015-05-091-1/+1
* MFC r279910:ae2015-03-191-0/+1
* Merge r274709 by eri@: deal with IPv6 same way as we IPv4 and calculateglebius2015-01-231-6/+6
* MFC: 272906gnn2014-11-131-7/+7
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-273-45/+43
* Merge r272358 from head:glebius2014-10-161-2/+2
* Merge r270928: explicitly free packet on PF_DROP, otherwise a "quick"glebius2014-09-091-0/+8
* Fix ABI broken in r270576. This is direct commit to stable/10.glebius2014-09-012-4/+2
* Merge r270023 from head:glebius2014-08-252-13/+19
* Merge r270022 from head:glebius2014-08-252-29/+16
* Merge 270010 from head:glebius2014-08-251-0/+3
* Merge r269998 from head:glebius2014-08-253-23/+120
* Merge r268492:glebius2014-08-221-15/+26
* MFC r264689:mm2014-04-272-12/+26
* MFC r264220:mm2014-04-141-6/+12
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-1/+1
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-126-3/+313
* Merge r261882, r261898, r261937, r262760, r262799:glebius2014-03-113-46/+65
* Merge r261029: remove NULL pointer dereference.glebius2014-03-111-1/+0
* Merge r261028: fix resource leak and simplify code for DIOCCHANGEADDR.glebius2014-03-111-24/+18
* Merge r260377: fix panic on pf_get_translation() failure.glebius2014-01-221-0/+1
* Merge r258478, r258479, r258480, r259719: fixes related to mass sourceglebius2014-01-222-54/+109
* Merge several fixlets from head:glebius2014-01-222-15/+12
* Merge 1.12 of pf_lb.c from OpenBSD, with some changes. Original commit:glebius2013-09-021-26/+29
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-2/+2
* Fix a possible NULL-pointer dereference on the pfsync(4) reconfiguration.ae2013-07-291-1/+4
* Improve locking strategy between keys hash and ID hash.glebius2013-06-131-21/+64
* Return meaningful error code from pf_state_key_attach() andglebius2013-05-111-4/+5
* Better debug message.glebius2013-05-111-1/+1
* Fix DIOCADDSTATE operation.glebius2013-05-111-1/+1
* Invalid creatorid is always EINVAL, not only when we are in verbose mode.glebius2013-05-111-3/+4
* Improve KASSERT() message.glebius2013-05-061-2/+2
* Simplify printf().glebius2013-05-061-2/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-262-6/+6
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-1/+1
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* Finish the r244185. This fixes ever growing counter of pfsync badglebius2013-02-151-2/+1
* In netpfil/pf:glebius2012-12-2810-34/+31
* Warn about reaching various PF limits.pjd2012-12-172-0/+3
* In pfioctl, if the permission checks failed we returned with vnet contexttrociny2012-12-151-2/+2
OpenPOWER on IntegriCloud