aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-081-11/+1
* Seperate SCTP checksum offloading for IPv4 and IPv6.Michael Tuexen2012-05-301-8/+8
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-281-1/+10
* Provide a function m_get2() that allocates a minimal mbuf thatGleb Smirnoff2012-01-171-0/+48
* Make panic strings in m_gettype(), m_getzone(), m_cljset()Gleb Smirnoff2012-01-161-3/+3
* m_getzone() should return only cluster zones.Gleb Smirnoff2012-01-161-3/+0
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-281-0/+10
* Correct a last minute merge error for new M_HASHTYPE macros. This didn'tRobert Watson2011-06-051-1/+1
* Allocate four bits from the mbuf flags field to represent the hashRobert Watson2011-06-041-2/+38
* MFp4: anchie_soc2009 branch:Ana Kukec2010-08-191-0/+1
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlyEdward Tomasz Napierala2010-07-181-2/+2
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrightEdward Tomasz Napierala2010-07-181-2/+2
* Add a fastpath to allocate from packet zone when using m_getjcl.Fabien Thomas2010-05-071-0/+3
* Add m_mbuftouio() helper function to copy(out) an arbitraryAndre Oppermann2009-06-221-0/+1
* Remove definition of dtom(), which converted a data pointer into aRobert Watson2009-06-201-3/+3
* define helper routines for deferred mbuf initializationKip Macy2009-06-191-0/+30
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-121-0/+1
* Whitespace (use tabs like for all other lines).Bjoern A. Zeeb2009-04-261-1/+1
* Import "flowid" support for serializing flows across transmit queuesKip Macy2009-04-101-0/+1
* Overlay a uint16_t field suitable for use by theBruce M Simpson2009-03-041-1/+5
* Adds flags for SCTP checksum offload. PrepRandall Stewart2009-01-061-0/+2
* Add flowid to mbuf to allow drivers to uniquelyKip Macy2008-11-221-0/+3
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-2/+20
* Add an option (compiled out by default)Julian Elischer2008-04-291-0/+8
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-2/+2
* o add M_PROTO[678]; they'll be needed by net80211 vap codeSam Leffler2008-03-241-37/+37
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-5/+6
* promote ath_defrag to m_collapse (and retire private+unusedSam Leffler2008-01-171-0/+1
* Protect arg in macro M_ASSERTPKTHDR.Pyun YongHyeon2008-01-151-1/+1
* Fix KASSERT in m_free_fast - the LIST_EMPTY check only applies to packet head...Kip Macy2008-01-091-2/+5
* Rename "mbuf_jumbo_pagesize" to "mbuf_jumbo_page". It makes it aligned correctlyWojciech A. Koszek2007-12-251-1/+1
* This patch adds an M_NOFREE flag which allows one to mark an mbuf asKip Macy2007-10-061-1/+2
* Allow drivers to free an mbuf without having the mbuf be touched ifKip Macy2007-10-061-0/+10
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-1/+1
* Link pf 4.1 to the build:Max Laier2007-07-031-5/+1
* Back out the previous commit which added an M_LRO mbuf flagAndrew Gallatin2007-06-111-2/+1
* Allow drivers, such as cxgb and mxge, which support LRO to bypassAndrew Gallatin2007-06-111-1/+2
* back out option to disable packet zoneKip Macy2007-04-151-6/+0
* hide static declarationKip Macy2007-04-141-2/+4
* Add option for disabling allocation from the packet zoneKip Macy2007-04-141-0/+4
* pad out m_hdr to make pkthdr word-alignedKip Macy2007-04-141-1/+8
* Add m_last() inline function.Andre Oppermann2007-04-111-0/+10
* m_extadd does not appear to do the right thing for the case of clustersKip Macy2007-04-041-0/+39
* add helper functions for mapping size to zonez and typesKip Macy2007-04-041-37/+63
* General style cleanup.Robert Watson2007-03-241-162/+163
* Introduce a new mbuf flag, M_PROMISC.Bruce M Simpson2007-03-011-1/+2
* Fix for problems that occur when all mbuf clusters migrate to the mbuf packetMohan Srinivasan2007-01-251-0/+8
* Use tabs instead of spaces.Pawel Jakub Dawidek2006-11-141-1/+1
* Correct a typo.Bjoern A. Zeeb2006-11-141-1/+1
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+1