Age | Commit message (Expand) | Author |
2007-03-17 | Since we're not always called with M_WAIT, check return value from | Artur Grabowski |
2007-02-26 | m_dup1() copies the packet header and allocates the mbuf cluster in the | Claudio Jeker |
2007-01-03 | Remove two "unused" mbuf tag functions and kill the superfluous argument | Claudio Jeker |
2006-11-18 | typos; from bret lambert | Jason McIntyre |
2006-03-17 | In m_pulldown avoid a prepend to the next mbuf in the chain if the result | Brad Smith |
2006-01-05 | ansi/deregister | Jonathan Gray |
2004-07-22 | fix cases when m_dup1() returned mbuf chain (instead of single mbuf). | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-03 | set n->m_len, somehow the line have lost. thanks daniel | Jun-ichiro itojun Hagino |
2003-03-03 | use M_READONLY instead of defining M_SHAREDCLUSTER(). the change should have | Jun-ichiro itojun Hagino |
2002-10-10 | preserve the m_tag order in m_tag_copy_chain() as originally intended. | Kenjiro Cho |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-01 | Don't MALLOC/FREE with variable size. | Artur Grabowski |
2001-06-23 | Having to update queue(3) for DLIST_* is a major PITA; thus, just use | Angelos D. Keromytis |
2001-06-23 | Use DLIST for tags. | Angelos D. Keromytis |
2001-05-27 | m_tag_first()/m_tag_next() | Angelos D. Keromytis |
2001-05-26 | Convert to LIST, remove m_tag_append(), add m_tag_init(). | Angelos D. Keromytis |
2001-05-24 | More DIAGNOSTIC checks. | Angelos D. Keromytis |
2001-05-24 | Catch another weird case in diagnostics. | Angelos D. Keromytis |
2001-05-22 | Do some ideally unneeded checking of tags. | Angelos D. Keromytis |
2001-05-20 | m_tag_* routines, plus minor changes (convert from tdbi to tags) | Angelos D. Keromytis |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-02-14 | make sure we do not pass shared M_EXT mbuf. will avoid | Jun-ichiro itojun Hagino |
2000-07-12 | remove m_pulldown statistics, which is highly experimental | Jun-ichiro itojun Hagino |
2000-06-12 | update icmp6 name lookup code to conform to 05 draft. previous code | Jun-ichiro itojun Hagino |
2000-01-04 | Remove unused file. If we end up using m_pulldown() in the future, it | Angelos D. Keromytis |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |