network - Fix pf build when no INET6
[dragonfly.git] / sys / net / pf / pf.c
2011-01-04 Ilya Dryomovnetwork - Fix pf build when no INET6
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-18 Matthew Dillonnetwork - Correct bug in last commit
2010-09-17 Matthew Dillonnetwork - Remove crit_exit/crit_enter wrappers in pf.c
2010-09-17 Sascha Wildnerpf(4): Fix a kprintf() warning on x86_64.
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-14 Jan Lentferpf: Make pf work w/ the MPSAFE network stack
2010-09-14 Jan Lentferpf: Revert commit 5165ac2
2010-09-11 Sascha WildnerFix LINT build.
2010-09-10 Jan Lentferpf: Fix some byte ordering
2010-09-09 Jan Lentferpf: add patch from rev 1.553 to patch.c
2010-09-09 Jan Lentferpf: Add patch from rev 1.554
2010-09-09 Jan Lentferpf: Update pf.c to fix memory leak
2010-09-09 Jan Lentferpf: Update to OpenBSD 4.2
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-08-08 Jan Lentferpf: Update packet filter to the version that comes...
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-08-23 Matthew DillonPF - Must set FW_MBUF_REDISPATCH when translating input...
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2008-12-24 Sascha WildnerRemove some more dead initialization.
2008-12-20 Sascha WildnerEliminate some dead initialization.
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-04-11 Matthew DillonImplement a number of major new features to PF.
2008-04-07 Matthew DillonMFC 1.33/pf.c from NetBSD. Don't apply a window scale...
2008-04-06 Matthew DillonBring the 'probability' keyword into PF from NetBSD...
2008-04-06 Matthew DillonAdd fairq to altq. Fairq is a fair queueing algorithm...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-29 Jeffrey HsuWe're guaranteed m_pkthdr.fw_flags is already zero...
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-16 Matthew DillonAttempt to fix an occassional panic in pf_purge_expired...
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-10-28 Liam J. Foy- Update to new icmp_error signature
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-11-30 Joerg SonnenbergerFix a bug that leads to a crash when binat rules of...
2004-09-19 Joerg SonnenbergerKernel part of PF