summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r316355kp2017-04-081-1/+1
* MFC 315529kp2017-03-261-0/+3
* MFC r304152:kp2016-08-191-6/+6
* MFC r290521:kp2016-08-081-2/+2
* MFC 300501, 300508kp2016-05-301-10/+5
* MFC r284777, r284814, r284863 and r298088:loos2016-04-161-0/+18
* MFC 296932:kp2016-03-301-4/+6
* MFC r290161:kp2015-11-111-0/+7
* MFC r289316:kp2015-10-211-31/+81
* MFC r287376kp2015-09-111-1/+11
* MFC r285945, r285960:garga2015-07-311-2/+2
* Merge r285944: fix typo: delete nsn if we were the last reference.glebius2015-07-291-1/+1
* Merge r283061, r283063: don't dereference NULL is pf_get_mtag() fails.glebius2015-07-281-14/+18
* Merge 280169: always lock the hash row of a source node when updatingglebius2015-07-281-55/+56
* Merge r281536kp2015-06-181-1/+1
* Merge r278843, r278858kp2015-06-181-1/+11
* Merge r278831, r278834kp2015-06-181-0/+39
* MFC 266852,270223:jhb2015-05-221-1/+1
* MFC r279910:ae2015-03-191-0/+1
* MFC: 272906gnn2014-11-131-7/+7
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-33/+31
* 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-011-1/+1
* Merge r270023 from head:glebius2014-08-251-2/+0
* Merge r270022 from head:glebius2014-08-251-28/+13
* Merge 270010 from head:glebius2014-08-251-0/+3
* Merge r269998 from head:glebius2014-08-251-18/+21
* MFC r264689:mm2014-04-271-12/+22
* 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-121-1/+0
* Merge r261882, r261898, r261937, r262760, r262799:glebius2014-03-111-29/+26
* Merge r261029: remove NULL pointer dereference.glebius2014-03-111-1/+0
* Merge r258478, r258479, r258480, r259719: fixes related to mass sourceglebius2014-01-221-16/+53
* Merge several fixlets from head:glebius2014-01-221-10/+8
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-2/+2
* 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
* Simplify printf().glebius2013-05-061-2/+1
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-1/+1
* In netpfil/pf:glebius2012-12-281-4/+3
* Warn about reaching various PF limits.pjd2012-12-171-0/+2
* Initialize state id prior to attaching state to key hash. Otherwise aglebius2012-12-131-3/+3
* Rule memory garbage collecting in new pf scans only states that are onglebius2012-12-061-5/+7
* Close possible races between state deletion and sent being sent outglebius2012-12-061-3/+4
* o Remove last argument to ip_fragment(), and obtain all needed informationglebius2012-10-261-9/+9
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-11/+2
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-9/+6
* The pfil(9) layer guarantees us presence of the protocol header,glebius2012-10-061-14/+0
OpenPOWER on IntegriCloud