summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Nuke mbstat. It wasn't used for mbuf statistics since FreeBSD 5.glebius2013-07-151-26/+0
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-4/+1
* Remove accidentally included line..julian2013-05-201-1/+0
* Fix cut-n-paste error.julian2013-05-161-2/+2
* Finally change the mbuf to have its own fib field instead of stealingjulian2013-05-161-15/+13
* Add MEXT_ALIGN() macro, similar to M_ALIGN() and MH_ALIGN(), but forglebius2013-03-171-1/+13
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* The m_extadd() can fail due to memory allocation failure, thus:glebius2013-03-121-3/+4
* In mbuf(9) API length is always integer. Thus, cast mbuf lengthglebius2013-01-251-4/+7
* - Move large functions m_getjcl() and m_get2() to kern/uipc_mbuf.cglebius2013-01-241-101/+10
* Move the mbuf memory limit calculations from init_param2() toandre2013-01-171-1/+0
* Change function argument type instead of casting.hselasky2013-01-091-3/+3
* Fix compile warning when using GCC:hselasky2013-01-091-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-13/+2
* Using a long is the wrong type to represent the realmem and maxmbufmemandre2012-11-291-1/+1
* Base the mbuf related limits on the available physical memory orandre2012-11-271-1/+1
* Update comment to prefer M_NOWAIT over M_DONTWAIT andandre2012-11-271-2/+2
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-271-1/+0
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-11/+1
* Seperate SCTP checksum offloading for IPv4 and IPv6.tuexen2012-05-301-8/+8
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-1/+10
* 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
OpenPOWER on IntegriCloud