freebsd-dev/sys/contrib/pf/net
Gleb Smirnoff dabfce9a5a Merge from OpenBSD:
revision 1.170
  date: 2011/10/30 23:04:38;  author: mikeb;  state: Exp;  lines: +6 -7
  Allow setting big MTU values on the pfsync interface but not larger
  than the syncdev MTU.  Prompted by the discussion with and tested
  by Maxim Bourmistrov;  ok dlg, mpf

Consistently use sc_ifp->if_mtu in the MTU check throughout the
module. This backs out r228813.
2012-01-07 14:39:45 +00:00
..
if_pflog.c Pseudo interfaces should go at SI_SUB_PSEUDO. However at least 2011-10-19 10:04:24 +00:00
if_pflog.h Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
if_pflow.h Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
if_pfsync.c Merge from OpenBSD: 2012-01-07 14:39:45 +00:00
if_pfsync.h Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
pf_if.c Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
pf_ioctl.c De-virtualize the pf_task_mtx lock. At the current state of pf locking 2011-10-19 11:04:49 +00:00
pf_lb.c Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
pf_mtag.h Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
pf_norm.c Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
pf_osfp.c Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
pf_ruleset.c Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
pf_table.c Adjust the PF_ASSERT() macro to what we usually use in the network stack: 2011-10-19 10:16:42 +00:00
pf.c Return value should be conditional on return value of pfsync_defer_ptr() 2011-11-30 08:47:17 +00:00
pfvar.h Correct flag for uma_zalloc() is M_WAITOK. M_WAIT is an old and 2011-10-23 10:05:25 +00:00