summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Importing pfSense patch altq_codel.diff"Luiz Otavio O Souza2015-11-111-1/+0
* Importing pfSense patch altq_codel.diffRenato Botelho2015-08-171-0/+1
* Fix r282781:hiren2015-05-121-2/+3
* r281955 removed M_FLOWID which could cause problems for old drivers still usinghiren2015-05-111-5/+13
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-3/+3
* Backport MHSIZE/MPKTHSIZE equivalents from headngie2015-04-241-0/+10
* MFC 280222:jhb2015-04-161-0/+1
* MFC r272796:bryanv2014-10-221-1/+1
* MFC r268825:kevlo2014-07-241-1/+0
* MFC r261804:np2014-05-061-3/+3
* Add a routine for attaching an mbuf to a buffer with an externalnp2013-08-291-0/+22
* Merge r254736 from user/np/cxl_tuning.np2013-08-291-12/+14
* Pad m_hdr on 32bit architectures to to prevent alignment and paddingandre2013-08-271-1/+8
* Fix CSUM compatibility mapping. SCTP is a layer 4 protocol.andre2013-08-251-1/+1
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-251-2/+7
* Remove unused m_free_fast(). The difference to m_free() is onlyandre2013-08-241-13/+0
* Compact m_hdr by packing the type and flags fields into one uint32_t.andre2013-08-241-12/+22
* Add mtodo(m, o) macro taking an additional offset into the mbuf data section.andre2013-08-241-0/+2
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-65/+139
* Add an mbuf pointer parameter to (*ext_free) to give the externalandre2013-08-241-2/+3
* dd a 24 bits wide ext_flags field to m_ext by reducing ext_typeandre2013-08-241-8/+50
* Revert r254520 and resurrect the M_NOFREE mbuf flag and functionality.andre2013-08-211-1/+2
* Reorder the mbuf defines to make more sense and group related flagsandre2013-08-191-21/+32
* Migrate the net80211 protocol specific use of M_FRAG, M_FIRSTFRAG andandre2013-08-191-4/+4
* Add four additional M_PROTOFLAGS[9-12] for protocol specific use.andre2013-08-191-4/+6
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-0/+7
* Move the SCTP specific definition of M_NOTIFICATION onto a protocolandre2013-08-191-2/+0
* Remove the unused M_NOFREE mbuf flag. It didn't have any in-tree usersandre2013-08-191-2/+2
* Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specificandre2013-08-191-2/+2
* 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
OpenPOWER on IntegriCloud