summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-203-4/+59
* Separate the locking macros that are used in the packet flow pathae2013-03-192-7/+9
* 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
* Fix callout expiring dynamic rules.melifaro2013-03-021-3/+3
* Finish the r244185. This fixes ever growing counter of pfsync badglebius2013-02-151-2/+1
* In netpfil/pf:glebius2012-12-2810-34/+31
* Add parentheses to IP_FW_ARG_TABLEARG() definition.melifaro2012-12-231-1/+1
* Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.melifaro2012-12-234-25/+17
* 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
* Fix error in r235991. No-sleep version of IFNET_RLOCK() shouldglebius2012-12-141-2/+2
* Fix VIMAGE build broken in r244185.glebius2012-12-141-1/+1
OpenPOWER on IntegriCloud