1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-24 16:10:11 +00:00
freebsd/sys/contrib/pf/net
Gleb Smirnoff e3b670692a Merge couple more fixes from OpenBSD to bulk processing:
revision 1.118
  date: 2009/03/23 06:19:59;  author: dlg;  state: Exp;  lines: +8 -6
  wait an appropriate amount of time before giving up on a bulk update,
  rather than giving up after a hardcoded 5 seconds (which is generally much
  too short an interval for a bulk update).
  pointed out by david@, eyeballed by mcbride@

  revision 1.171
  date: 2011/10/31 22:02:52;  author: mikeb;  state: Exp;  lines: +2 -1
  Don't forget to cancel bulk update failure timeout when destroying an
  interface.  Problem report and fix from Erik Lax, thanks!

Start a brief note of revisions merged from OpenBSD.
2011-12-22 18:56:27 +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 couple more fixes from OpenBSD to bulk processing: 2011-12-22 18:56:27 +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