summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* 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 r266399:ae2014-05-261-1/+1
* Merge r258708, r258711, r260247, r261117.melifaro2014-05-084-33/+32
* MFC r264963:trociny2014-05-021-2/+2
* MFC r264689:mm2014-04-272-12/+26
* MFC r264540:ae2014-04-231-1/+1
* MFC: r264421brueffer2014-04-231-3/+7
* MFC r264220:mm2014-04-141-6/+12
* Merge r263497: fix ipfw + VIMAGE sysctls.glebius2014-03-241-14/+6
* 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-127-4/+315
* 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
* MFC r261915:dim2014-02-192-0/+4
* 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
* MFC r258588rodrigc2013-12-041-1/+1
* Use the correct EtherType for logging IPv6 packets.philip2013-09-281-2/+9
* Merge 1.12 of pf_lb.c from OpenBSD, with some changes. Original commit:glebius2013-09-021-26/+29
* Make dummynet use new direct callout(9) execution mechanism. Since the onlymav2013-08-241-4/+6
* Make ipfw nat init/unint work correctly for VIMAGE:trociny2013-08-243-24/+58
* 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
* Use unified method for accessing / updating cached rule pointers.melifaro2013-05-041-40/+35
* Correct a few sizeof()seadler2013-05-011-1/+1
* Remove useless ifdef KLD_MODULE from dummynet module unload path. Thisglebius2013-04-291-7/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-263-7/+7
* Fix ipfw rule validation partially broken by r248552.melifaro2013-04-011-4/+5
* When we are removing a specific set, call ipfw_expire_dyn_rules only once.ae2013-03-251-4/+5
OpenPOWER on IntegriCloud