| Commit message (Expand) | Author | Age | Files | Lines |
* | Add m_mbuftouio() helper function to copy(out) an arbitrary | andre | 2009-06-22 | 1 | -0/+28 |
* | Update m_demote: | andre | 2009-06-22 | 1 | -4/+6 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Remove unneeded include. | rwatson | 2009-06-02 | 1 | -2/+0 |
* | Teach m_copyback() to use trailing space of the last mbuf in chain. | mav | 2009-01-18 | 1 | -0/+4 |
* | Remove the alignment of the align parameter. This is up to the caller to pass | thompsa | 2008-09-05 | 1 | -3/+1 |
* | Attempt to make the print types more friendly to other architectures. | julian | 2008-04-30 | 1 | -15/+15 |
* | Add an option (compiled out by default) | julian | 2008-04-29 | 1 | -0/+152 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -1/+1 |
* | 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 |