summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Move the mbuf memory limit calculations from init_param2() toandre2013-01-171-9/+18
* Configure UMA warnings for the following zones:pjd2012-12-071-0/+5
* Make use of the fact that uma_zone_set_max(9) already returns actual limit set.pjd2012-12-071-20/+10
* More style cleanups.pjd2012-12-071-3/+2
* Style cleanups.pjd2012-12-071-12/+10
* Complete r243631 by applying the remainder of kern_mbuf.c that gotandre2012-11-271-16/+18
* Base the mbuf related limits on the available physical memory orandre2012-11-271-10/+52
* Allow maxusers to scale on machines with large address space.alfred2012-11-101-1/+10
* Since the macro dtom() has been removed, fix comments about the dtom.kevlo2012-10-291-1/+1
* Allow nmbjumbop, nmbjumbo9, and nmbjumbo16 to be set directly via loadernp2012-08-231-4/+13
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-211-2/+2
* Add support to the virtual memory system for configuring machine-alc2009-07-121-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-1/+1
* define helper routines for deferred mbuf initializationkmacy2009-06-191-0/+26
* Utilize the new function kmem_alloc_contig() to implement the UMA back-endalc2009-06-181-17/+4
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Temporary workaround for the limitations of the mbuf flowid field: zerorwatson2009-01-011-0/+2
* Removed a comment made obsolete by revisions 157927 and 174292.ru2008-12-181-1/+0
* Make sure nmbclusters are initialized before maxsocketsbz2008-12-101-1/+6
* make kern.ipc.nmbclusters actually have a useful effect on nmbclusters et al.kmacy2008-11-091-3/+4
* Reintroduce UMA_SLAB_KMAP; however, change its spelling toalc2008-04-041-1/+2
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-2/+4
* - fix tab to space issue, hmm maybe I should use vi.rrs2007-12-151-1/+1
* - Puts default limits on 4k/9k and 16k zones for mbufs all basedrrs2007-12-051-6/+67
* Introduce an UMA backend page allocator for the jumbo frame zones thatalc2007-12-041-0/+33
* style(9)obrien2007-10-261-11/+13
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* This patch adds an M_NOFREE flag which allows one to mark an mbuf askmacy2007-10-061-0/+1
* Allow drivers to free an mbuf without having the mbuf be touched ifkmacy2007-10-061-2/+5
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Fix mb_ctor_clust and mb_dtor_clust to reference the appropriate zone,kmacy2007-04-041-29/+37
* Fix for problems that occur when all mbuf clusters migrate to the mbuf packetmohans2007-01-251-0/+8
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Remove VLAN mtag UMA zones and initialize ether_vtag and tso_segsz packetandre2006-09-171-25/+4
* Move some functions and definitions from uipc_socket2.c to uipc_socket.c:rwatson2006-06-101-1/+0
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-1/+19
* Properly handle the case when the packet secondary zone can't allocateandre2006-03-081-2/+2
* One more grammar nit.glebius2006-02-271-1/+1
* Fix several typos and trim spaces at eol.glebius2006-02-261-7/+7
* Replace the 4k fixed sized jumbo mbuf clusters with PAGE_SIZE sizedandre2006-02-171-11/+11
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-301-0/+25
* In mb_zinit_pack() explicitly ignore the return value of uma_zalloc_arg().andre2006-01-231-1/+1
* Hide the 4k mbuf clusters if the normal clusters are defined to beandre2005-12-101-0/+2
* Add an API for jumbo mbuf cluster allocation and also provideandre2005-12-081-1/+19
* Fix panic string in last revision.glebius2005-11-061-1/+1
* Free only those mbuf+clusters back to the packet zone that were allocatedandre2005-11-051-1/+2
* Fix a logic error introduced with mandatory mbuf cluster refcounting andandre2005-11-041-4/+3
* Mandatory mbuf cluster reference counting and groundwork for UMAandre2005-11-021-42/+151
* No longer maintain mbstat statistics for the mbuf allocator, UMArwatson2005-09-271-11/+0
OpenPOWER on IntegriCloud