| Commit message (Expand) | Author | Age | Files | Lines |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 1 | -6/+9 |
* | promote ath_defrag to m_collapse (and retire private+unused | sam | 2008-01-17 | 1 | -0/+86 |
* | This patch adds an M_NOFREE flag which allows one to mark an mbuf as | kmacy | 2007-10-06 | 1 | -0/+11 |
* | Generally migrate to ANSI function headers, and remove 'register' use. | rwatson | 2007-05-16 | 1 | -1/+1 |
* | remove now invalid check from m_sanity | kmacy | 2007-04-14 | 1 | -10/+5 |
* | Unbreak writes of 0 bytes. Zero byte writes happen when only ancillary | andre | 2007-01-22 | 1 | -2/+5 |
* | The prepend function did not handle non-pkthdr's correctly. | rrs | 2006-12-21 | 1 | -2/+7 |
* | Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized | andre | 2006-11-02 | 1 | -86/+89 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | atomic_fetchadd_int is used by mb_free_ext(), but it | rrs | 2006-09-21 | 1 | -1/+1 |
* | Move some functions and definitions from uipc_socket2.c to uipc_socket.c: | rwatson | 2006-06-10 | 1 | -1/+0 |
* | promote fast ipsec's m_clone routine for public use; it is renamed | sam | 2006-03-15 | 1 | -0/+153 |
* | spell pdata correctly, we now will only dump maxlen of each mbuf in the | jmg | 2006-03-14 | 1 | -1/+1 |
* | For consistency sake, use >= MINCLSIZE rather than > MINCLSIZE to determine | jhb | 2006-03-07 | 1 | -1/+1 |
* | The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen] | andre | 2006-02-18 | 1 | -7/+8 |
* | Replace the 4k fixed sized jumbo mbuf clusters with PAGE_SIZE sized | andre | 2006-02-17 | 1 | -2/+2 |
* | When using m_dup(9) to copy more than MHLEN bytes of data, don't create an | emaste | 2005-12-14 | 1 | -1/+2 |
* | Add an API for jumbo mbuf cluster allocation and also provide | andre | 2005-12-08 | 1 | -0/+3 |
* | Free only those mbuf+clusters back to the packet zone that were allocated | andre | 2005-11-05 | 1 | -1/+3 |
* | Fix a logic error introduced with mandatory mbuf cluster refcounting and | andre | 2005-11-04 | 1 | -2/+4 |
* | Mandatory mbuf cluster reference counting and groundwork for UMA | andre | 2005-11-02 | 1 | -91/+97 |
* | Changes and cleanups to m_sanity(): | andre | 2005-08-30 | 1 | -18/+17 |
* | Unbreak m_demote() and put back the 'all' flag. Without it we cannot | andre | 2005-08-30 | 1 | -1/+3 |
* | o Remove the 'all' flag from m_demote(). Users can simply call it with | andre | 2005-08-30 | 1 | -5/+3 |
* | Add m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len, | andre | 2005-08-29 | 1 | -0/+145 |
* | Add m_sanity(struct mbuf *m, int sanitize) to do some heavy sanity | andre | 2005-08-29 | 1 | -0/+95 |
* | Add m_demote(struct mbuf *m, int all) to clean up mbuf (chain) from | andre | 2005-08-29 | 1 | -0/+24 |
* | add m_align, a function to align any type of mbuf (i.e. it | sam | 2005-07-30 | 1 | -0/+19 |
* | Change m_uiotombuf so it will accept offset at which data should be copied | emax | 2005-05-04 | 1 | -2/+5 |
* | add m_copyup function.. This can be used to help make our ip stack less | jmg | 2005-03-17 | 1 | -0/+48 |
* | allow the destination of m_move_pkthdr to have external | sam | 2005-03-08 | 1 | -3/+3 |
* | The m_ext reference counts are potentially shared and modified | alc | 2005-03-06 | 1 | -6/+4 |
* | Insert volatile cast to discourage gcc from optimizing the read outside | dwhite | 2005-03-03 | 1 | -1/+4 |
* | change m_adj to reclaim unused mbufs instead of zero'ing m_len | sam | 2005-02-24 | 1 | -2/+4 |
* | remove dead code | sam | 2005-02-23 | 1 | -4/+0 |
* | Optimize the way reference counting is performed with Mbufs. We | bmilekic | 2005-02-10 | 1 | -21/+37 |
* | Make a bunch of malloc types static. | phk | 2005-02-10 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | fix m_append for case where additional mbufs are required | sam | 2004-12-15 | 1 | -2/+2 |
* | add m_append utility function to be used in forthcoming changes | sam | 2004-12-08 | 1 | -0/+46 |
* | improve the mbuf m_print function.. Only pull length from pkthdr if there | jmg | 2004-09-28 | 1 | -5/+20 |
* | Back out just a portion of Alfred's last commit. Remove the MBUF_CHECK | bmilekic | 2004-07-21 | 1 | -2/+0 |
* | Make sure we don't call mbuf allocation functions with mutexes held. | alfred | 2004-07-21 | 1 | -0/+8 |
* | Gah! Plug a mbuf leak I introduced in the last commit. | bmilekic | 2004-06-11 | 1 | -2/+3 |
* | Plug a race where upon free this scenario could occur: | bmilekic | 2004-06-10 | 1 | -15/+30 |
* | Fix a panic happening when m_getm() is called with len < MCLBYTES. | mux | 2004-06-09 | 1 | -1/+1 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -38/+197 |
* | constify the last argument of m_copyback. | luigi | 2004-04-18 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Style fixes: don't indent variable names. | silby | 2004-02-05 | 1 | -6/+6 |