kernel - Fix excessive mbuf use in nfs_realign()
[dragonfly.git] / sys / sys / mbuf.h
2010-08-18 Matthew Dillonkernel - Fix excessive mbuf use in nfs_realign()
2010-08-08 Jan Lentferpf: Update packet filter to the version that comes...
2010-02-26 Rui PauloRemove m_colapse().
2010-02-24 Rui PauloBring in m_append() from FreeBSD.
2010-02-22 Rui PauloBring in m_colapse() from FreeBSD.
2010-02-19 Rui PauloAdd m_align().
2010-02-18 Rui PauloAdd a new file to struct pkthdr: wlan_seqno to store...
2010-02-18 Rui Pauloadd more protocol specific m_flag bits
2009-10-02 Alex Hornungmbuf - Add m_apply and m_getptr
2009-03-21 Sepherosa Ziehaumbuf: Add M_HASH mbuf flag and use the 'pad' field...
2009-03-17 Sepherosa ZiehauAdd M_LENCHECKED mbuf flag.
2009-03-17 Sepherosa ZiehauDuplicated M_PROTO1 in M_COPYFLAGS
2008-10-19 Sepherosa ZiehauAdd m_devpad() to avoid code duplication in various...
2008-09-13 Sepherosa ZiehauAdd FW_MBUF_REDISPATCH, which should be set by various...
2008-08-27 Sepherosa ZiehauPrepare to make IPDIVERT transparent to ip reassemble...
2008-08-23 Sepherosa ZiehauSave srcroute options in a mtag associated the mbuf...
2008-08-22 Sepherosa ZiehauSave 'ipfw forward' information in mtag, use m_pkthdr...
2008-08-05 Nuno Antunes* Don't call ifp->if_output() from inside mpls_output...
2008-05-02 Sepherosa ZiehauIntroduce ETHER_INPUT_CHAIN option:
2008-04-06 Matthew DillonAdd fairq to altq. Fairq is a fair queueing algorithm...
2008-03-10 Sepherosa Ziehau- Embed ether vlan tag in mbuf packet header. Add...
2007-12-19 Sepherosa ZiehauGeneralize PF_MBUF_GENERATED mbuf firewall flag
2007-12-02 Sepherosa Ziehau- Increase m_flags' size, we have already short of...
2007-11-16 Sepherosa ZiehauCPU localize dummynet(4) step 1/2
2007-10-25 Sepherosa Ziehau- Switch dummynet(4) from mbuf based tagging to mtag.
2007-08-16 Matthew DillonBring CARP into the tree. CARP = Common Address Redund...
2007-08-14 Sepherosa ZiehauAdd a new csum flag to tell IP defragmenter that csum_d...
2007-08-11 Joe TalbottMake mbuf allocator statistics SMP safe.
2007-08-09 Matthew DillonAdd the MBUF_DEBUG option. This is a fairly invasive...
2006-09-29 Jeffrey HsuExplicitly mark places in the IPv6 code that require...
2006-06-14 YONETANI TomokazuAdd a new flag in pkthdr.fw_flag for ipfw2 so as not...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-20 Matthew DillonEmbed the netmsg in the mbuf itself rather than allocat...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2005-07-15 Eirik NygaardTie SCTP into the kernel, this includes adding a new...
2005-06-17 Matthew DillonAbstract out the location of an m_tag's data by adding...
2005-06-10 Matthew Dillonspl->critical section conversion, plus remove some...
2005-06-08 Matthew DillonRollup mbuf/objcache fixes.
2005-06-07 Jeffrey HsuRe-implement the mbuf allocator using the object cache.
2005-05-31 Joerg SonnenbergerRemove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext...
2005-05-29 Jeffrey HsuSimplify the interface to m_uiomove().
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-04-20 Jeffrey HsuClean up some of the sockbuf append code.
2005-04-18 Joerg SonnenbergerSwitch IP divert from mbuf based tagging to mbuf tags.
2005-03-12 Joerg SonnenbergerChange PACKET_TAG_* ids to be consecutive.
2005-03-12 Joerg SonnenbergerRemove MT_FTABLE, it is not used anymore. Remove the...
2005-02-20 Joerg SonnenbergerAdd m_defrag_nofree, which works like m_defrag, but...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2004-09-25 Joerg SonnenbergerFrom FreeBSD:
2004-09-19 Matthew DillonQuick cleanup in preparation for a more complete cleanup.
2004-09-19 Joerg SonnenbergerKernel part of PF
2004-09-14 Joerg SonnenbergerRemove the unused PACKET_TAG definitions and document...
2004-07-31 Matthew DillonGet rid of mb_map. Retool the mbuf and mbuf cluster...
2004-07-29 Matthew DillonStage 1/many: mbuf/cluster accounting rewrite and mbuf...
2004-06-04 Matthew DillonRemove dtom(). dtom() is no longer supported (precurso...
2004-06-04 Hiten PandyaDeprecate use of m_act, which is an alias of m_nextpkt...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-03-27 Jeffrey HsuPull out m_uiomove() functionality from sosend().
2003-12-28 Matthew DillonTry to catch mbuf cluster mclfree list corruption a...
2003-12-10 Jeffrey HsuPull the sf_buf routines and structures out into its...
2003-07-28 Hiten PandyaBring the malloc/mbuf flags up-to-date with FreeBSD.
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-19 Matthew DillonNuke huge mbuf macros stage 2/2: Cleanup the MCL*(...
2003-07-19 Matthew DillonNuke huge mbuf macros stage 1/2: Remove massive inline...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: