summaryrefslogtreecommitdiff
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* Merge r273184, r273185 from stable/10:Gleb Smirnoff2014-10-161-2/+2
* Merge r270928: explicitly free packet on PF_DROP, otherwise a "quick"Gleb Smirnoff2014-09-091-0/+8
* Fix ABI broken in r270576. This is direct commit to stable/10.Gleb Smirnoff2014-09-012-4/+2
* Merge r270023 from head:Gleb Smirnoff2014-08-252-13/+19
* Merge r270022 from head:Gleb Smirnoff2014-08-252-29/+16
* Merge 270010 from head:Gleb Smirnoff2014-08-251-0/+3
* Merge r269998 from head:Gleb Smirnoff2014-08-253-23/+120
* Merge r268492:Gleb Smirnoff2014-08-221-15/+26
* MFC r266399:Andrey V. Elsukov2014-05-261-1/+1
* Merge r258708, r258711, r260247, r261117.Alexander V. Chernikov2014-05-084-33/+32
* MFC r264963:Mikolaj Golub2014-05-021-2/+2
* MFC r264689:Martin Matuska2014-04-272-12/+26
* MFC r264540:Andrey V. Elsukov2014-04-231-1/+1
* MFC: r264421Christian Brueffer2014-04-231-3/+7
* MFC r264220:Martin Matuska2014-04-141-6/+12
* Merge r263497: fix ipfw + VIMAGE sysctls.Gleb Smirnoff2014-03-241-14/+6
* Merge r262763, r262767, r262771, r262806 from head:Gleb Smirnoff2014-03-211-1/+1
* Bulk sync of pf changes from head, in attempt to fixup broken build IGleb Smirnoff2014-03-127-4/+315
* Merge r261882, r261898, r261937, r262760, r262799:Gleb Smirnoff2014-03-113-46/+65
* Merge r261029: remove NULL pointer dereference.Gleb Smirnoff2014-03-111-1/+0
* Merge r261028: fix resource leak and simplify code for DIOCCHANGEADDR.Gleb Smirnoff2014-03-111-24/+18
* MFC r261915:Dimitry Andric2014-02-192-0/+4
* Merge r260377: fix panic on pf_get_translation() failure.Gleb Smirnoff2014-01-221-0/+1
* Merge r258478, r258479, r258480, r259719: fixes related to mass sourceGleb Smirnoff2014-01-222-54/+109
* Merge several fixlets from head:Gleb Smirnoff2014-01-222-15/+12
* MFC r258588Craig Rodrigues2013-12-041-1/+1
* Use the correct EtherType for logging IPv6 packets.Philip Paeps2013-09-281-2/+9
* Merge 1.12 of pf_lb.c from OpenBSD, with some changes. Original commit:Gleb Smirnoff2013-09-021-26/+29
* Make dummynet use new direct callout(9) execution mechanism. Since the onlyAlexander Motin2013-08-241-4/+6
* Make ipfw nat init/unint work correctly for VIMAGE:Mikolaj Golub2013-08-243-24/+58
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andAndre Oppermann2013-08-191-2/+2
* Fix a possible NULL-pointer dereference on the pfsync(4) reconfiguration.Andrey V. Elsukov2013-07-291-1/+4
* Improve locking strategy between keys hash and ID hash.Gleb Smirnoff2013-06-131-21/+64
* Return meaningful error code from pf_state_key_attach() andGleb Smirnoff2013-05-111-4/+5
* Better debug message.Gleb Smirnoff2013-05-111-1/+1
* Fix DIOCADDSTATE operation.Gleb Smirnoff2013-05-111-1/+1
* Invalid creatorid is always EINVAL, not only when we are in verbose mode.Gleb Smirnoff2013-05-111-3/+4
* Improve KASSERT() message.Gleb Smirnoff2013-05-061-2/+2
* Simplify printf().Gleb Smirnoff2013-05-061-2/+1
* Use unified method for accessing / updating cached rule pointers.Alexander V. Chernikov2013-05-041-40/+35
* Correct a few sizeof()sEitan Adler2013-05-011-1/+1
* Remove useless ifdef KLD_MODULE from dummynet module unload path. ThisGleb Smirnoff2013-04-291-7/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-263-7/+7
* Fix ipfw rule validation partially broken by r248552.Alexander V. Chernikov2013-04-011-4/+5
* When we are removing a specific set, call ipfw_expire_dyn_rules only once.Andrey V. Elsukov2013-03-251-4/+5
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).Alexander V. Chernikov2013-03-203-4/+59
* Separate the locking macros that are used in the packet flow pathAndrey V. Elsukov2013-03-192-7/+9
* Use m_get/m_gethdr instead of compat macros.Gleb Smirnoff2013-03-151-1/+1
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-1/+1
* Fix callout expiring dynamic rules.Alexander V. Chernikov2013-03-021-3/+3