aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Initialise m_pkthdr via bzero instead of explicitly zeroing each memberEd Maste2014-04-041-14/+1
* Ignore attempts to set the nmbcluster sysctls to their current valueJohn Baldwin2013-10-101-5/+5
* Fixing a small typo.Hiren Panchasara2013-09-051-1/+1
* After r254779 "error" must always be present in mb_ctor_pack(),Andre Oppermann2013-08-241-4/+1
* Remove unused m_free_fast(). The difference to m_free() is onlyAndre Oppermann2013-08-241-1/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-241-6/+10
* dd a 24 bits wide ext_flags field to m_ext by reducing ext_typeAndre Oppermann2013-08-241-0/+1
* Avoid code duplication for mbuf initialization and use m_init() insteadAndre Oppermann2013-08-241-56/+12
* Revert r254520 and resurrect the M_NOFREE mbuf flag and functionality.Andre Oppermann2013-08-211-0/+1
* Remove the unused M_NOFREE mbuf flag. It didn't have any in-tree usersAndre Oppermann2013-08-191-1/+0
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-3/+2
* Nuke mbstat. It wasn't used for mbuf statistics since FreeBSD 5.Gleb Smirnoff2013-07-151-21/+0
* Introduce new structure sfstat for collecting sendfile's statisticsAndrey V. Elsukov2013-07-151-2/+0
* Make use of the fact that uma_zone_set_max(9) already returns theAndre Oppermann2013-07-111-10/+5
* Fix style issues, a typo in "kern.ipc.nmbufs" and correctly plave andAndre Oppermann2013-07-111-4/+9
* Initialising the new fibnum field to a known value turns out toJulian Elischer2013-05-241-0/+3
* Base the calculation of maxmbufmem in part on kmem_map sizeAndre Oppermann2013-04-241-1/+1
* Move the mbuf memory limit calculations from init_param2() toAndre Oppermann2013-01-171-9/+18
* Configure UMA warnings for the following zones:Pawel Jakub Dawidek2012-12-071-0/+5
* Make use of the fact that uma_zone_set_max(9) already returns actual limit set.Pawel Jakub Dawidek2012-12-071-20/+10
* More style cleanups.Pawel Jakub Dawidek2012-12-071-3/+2
* Style cleanups.Pawel Jakub Dawidek2012-12-071-12/+10
* Complete r243631 by applying the remainder of kern_mbuf.c that gotAndre Oppermann2012-11-271-16/+18
* Base the mbuf related limits on the available physical memory orAndre Oppermann2012-11-271-10/+52
* Allow maxusers to scale on machines with large address space.Alfred Perlstein2012-11-101-1/+10
* Since the macro dtom() has been removed, fix comments about the dtom.Kevin Lo2012-10-291-1/+1
* Allow nmbjumbop, nmbjumbo9, and nmbjumbo16 to be set directly via loaderNavdeep Parhar2012-08-231-4/+13
* Use ISO C99 integer types in sys/kern where possible.Ed Schouten2010-06-211-2/+2
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-1/+1
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-1/+1
* define helper routines for deferred mbuf initializationKip Macy2009-06-191-0/+26
* Utilize the new function kmem_alloc_contig() to implement the UMA back-endAlan Cox2009-06-181-17/+4
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Temporary workaround for the limitations of the mbuf flowid field: zeroRobert Watson2009-01-011-0/+2
* Removed a comment made obsolete by revisions 157927 and 174292.Ruslan Ermilov2008-12-181-1/+0
* Make sure nmbclusters are initialized before maxsocketsBjoern A. Zeeb2008-12-101-1/+6
* make kern.ipc.nmbclusters actually have a useful effect on nmbclusters et al.Kip Macy2008-11-091-3/+4
* Reintroduce UMA_SLAB_KMAP; however, change its spelling toAlan Cox2008-04-041-1/+2
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-2/+4
* - fix tab to space issue, hmm maybe I should use vi.Randall Stewart2007-12-151-1/+1
* - Puts default limits on 4k/9k and 16k zones for mbufs all basedRandall Stewart2007-12-051-6/+67
* Introduce an UMA backend page allocator for the jumbo frame zones thatAlan Cox2007-12-041-0/+33
* style(9)David E. O'Brien2007-10-261-11/+13
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* This patch adds an M_NOFREE flag which allows one to mark an mbuf asKip Macy2007-10-061-0/+1
* Allow drivers to free an mbuf without having the mbuf be touched ifKip Macy2007-10-061-2/+5
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* Fix mb_ctor_clust and mb_dtor_clust to reference the appropriate zone,Kip Macy2007-04-041-29/+37
* Fix for problems that occur when all mbuf clusters migrate to the mbuf packetMohan Srinivasan2007-01-251-0/+8