pf/pf_ioctl.c: Fix whitespace error
[dragonfly.git] / sys / net / pf / pf_ioctl.c
2011-11-01 Jan Lentferpf/pf_ioctl.c: Fix whitespace error
2011-11-01 Sascha WildnerUnbreak LINT.
2011-11-01 Jan Lentferpf: convert to use kmalloc instead of zalloc
2011-04-15 Sascha Wildnerpf(4): Fix two x86_64 warnings.
2011-02-19 Matthew Dillonkernel - Fix fairq, PF table hash was not being initialized
2011-02-01 Sepherosa Ziehauradix: Fix the non-per-cpu radix tree usage.
2011-02-02 Sepherosa Ziehaupf: Fix typo in pf_mask_del()
2010-12-31 Jan Lentferpf: Update packetfilter to OpenBSD 4.4
2010-09-22 Matthew Dillonnetwork - Fix PF mis-handling and other bugs
2010-09-14 Jan Lentferpf: Make pf work w/ the MPSAFE network stack
2010-09-09 Jan Lentferpf: Update to OpenBSD 4.2
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-08-26 Jan Lentferpf: rename pf_task_lck to pf_mod_lck
2010-08-08 Jan Lentferpf: Update packet filter to the version that comes...
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2008-09-15 Sepherosa ZiehauWe always wait during pfil hook's adding and removing...
2008-04-11 Matthew DillonImplement a number of major new features to PF.
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2004-09-21 Joerg SonnenbergerPF uses -1 as rule number for the default entry. To...
2004-09-19 Matthew DillonAdd a missing #include and add a missing semicolon.
2004-09-19 Joerg SonnenbergerKernel part of PF