summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Provide a function m_get2() that allocates a minimal mbuf thatglebius2012-01-171-0/+48
* Make panic strings in m_gettype(), m_getzone(), m_cljset()glebius2012-01-161-3/+3
* m_getzone() should return only cluster zones.glebius2012-01-161-3/+0
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-0/+10
* Correct a last minute merge error for new M_HASHTYPE macros. This didn'trwatson2011-06-051-1/+1
* Allocate four bits from the mbuf flags field to represent the hashrwatson2011-06-041-2/+38
* MFp4: anchie_soc2009 branch:anchie2010-08-191-0/+1
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlytrasz2010-07-181-2/+2
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrighttrasz2010-07-181-2/+2
* Add a fastpath to allocate from packet zone when using m_getjcl.fabient2010-05-071-0/+3
* Add m_mbuftouio() helper function to copy(out) an arbitraryandre2009-06-221-0/+1
* Remove definition of dtom(), which converted a data pointer into arwatson2009-06-201-3/+3
* define helper routines for deferred mbuf initializationkmacy2009-06-191-0/+30
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-121-0/+1
* Whitespace (use tabs like for all other lines).bz2009-04-261-1/+1
* Import "flowid" support for serializing flows across transmit queueskmacy2009-04-101-0/+1
* Overlay a uint16_t field suitable for use by thebms2009-03-041-1/+5
* Adds flags for SCTP checksum offload. Preprrs2009-01-061-0/+2
* Add flowid to mbuf to allow drivers to uniquelykmacy2008-11-221-0/+3
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+20
* Add an option (compiled out by default)julian2008-04-291-0/+8
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-2/+2
* o add M_PROTO[678]; they'll be needed by net80211 vap codesam2008-03-241-37/+37
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-5/+6
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-171-0/+1
* Protect arg in macro M_ASSERTPKTHDR.yongari2008-01-151-1/+1
* Fix KASSERT in m_free_fast - the LIST_EMPTY check only applies to packet head...kmacy2008-01-091-2/+5
* Rename "mbuf_jumbo_pagesize" to "mbuf_jumbo_page". It makes it aligned correctlywkoszek2007-12-251-1/+1
* This patch adds an M_NOFREE flag which allows one to mark an mbuf askmacy2007-10-061-1/+2
* Allow drivers to free an mbuf without having the mbuf be touched ifkmacy2007-10-061-0/+10
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-1/+1
* Link pf 4.1 to the build:mlaier2007-07-031-5/+1
* Back out the previous commit which added an M_LRO mbuf flaggallatin2007-06-111-2/+1
* Allow drivers, such as cxgb and mxge, which support LRO to bypassgallatin2007-06-111-1/+2
* back out option to disable packet zonekmacy2007-04-151-6/+0
* hide static declarationkmacy2007-04-141-2/+4
* Add option for disabling allocation from the packet zonekmacy2007-04-141-0/+4
* pad out m_hdr to make pkthdr word-alignedkmacy2007-04-141-1/+8
* Add m_last() inline function.andre2007-04-111-0/+10
* m_extadd does not appear to do the right thing for the case of clusterskmacy2007-04-041-0/+39
* add helper functions for mapping size to zonez and typeskmacy2007-04-041-37/+63
* General style cleanup.rwatson2007-03-241-162/+163
* Introduce a new mbuf flag, M_PROMISC.bms2007-03-011-1/+2
* Fix for problems that occur when all mbuf clusters migrate to the mbuf packetmohans2007-01-251-0/+8
* Use tabs instead of spaces.pjd2006-11-141-1/+1
* Correct a typo.bz2006-11-141-1/+1
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+1
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedandre2006-11-021-2/+4
* Update a comment about M_VLANTAG.ru2006-09-221-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-4/+1
OpenPOWER on IntegriCloud