Age | Commit message (Expand) | Author |
2015-11-23 | add missing NAME entries; | Jason McIntyre |
2015-11-13 | Use ph_ prefix for tag-related fields. | Martin Pieuchot |
2015-11-12 | Prefix flowid with ph_ and print it in m_print(). | Martin Pieuchot |
2015-10-30 | document m_resethdr | Sebastian Benoit |
2015-10-08 | tweak previous; | Jason McIntyre |
2015-10-08 | steal some padding in mbuf pkthdrs to store a flow id. | David Gwynne |
2015-09-21 | Document that m_free(9) and m_freem(9) now accept NULL. | Martin Pieuchot |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-17 | Move mbuf_list and mbuf_queue documentation in their own manual. | Martin Pieuchot |
2015-06-16 | Sync with recent changes. | Martin Pieuchot |
2015-02-19 | remove errant reference to mq_enqueue in the mq_enlist description. | David Gwynne |
2015-02-16 | Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively, | Christian Weisgerber |
2015-02-10 | Sync and sort the M_* mbuf flags to match the way they are listed in | Lawrence Teo |
2015-02-10 | Zap m_act here too. | Lawrence Teo |
2015-02-07 | mq_enlist can drop mbufs now. | David Gwynne |
2015-02-07 | try and document ml_filter and mq_filter. | David Gwynne |
2015-02-01 | Sync struct pkthdr_pf and struct mbuf_ext with their actual definitions | Lawrence Teo |
2015-01-31 | Add missing period. | Lawrence Teo |
2015-01-31 | Document MSIZE, MCLSHIFT, MCLBYTES, MCLOFSET, and MAXMCLBYTES which have | Lawrence Teo |
2014-08-18 | introduce mbuf list and queue apis. both manage fifo lists of mbufs | David Gwynne |
2014-07-13 | tweak previous; ok dlg | Jason McIntyre |
2014-07-13 | treat external storage allocated by the mbuf layer the same as | David Gwynne |
2014-07-13 | we dont do per interface accounting in the mbuf layer anymore | David Gwynne |
2014-04-22 | Remove some altq tentacles. | Martin Pieuchot |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-03-27 | Store an ifp index instead of a pointer in the "struct mbuf_ext". | Martin Pieuchot |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-11-27 | M_AUTH_AH got removed in 2012, no reason to document it. | Martin Pieuchot |
2013-10-25 | Now that the M_ICMP_CSUM_* flags are actually used in the kernel by PF, | Lawrence Teo |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-06-11 | return ENOBUFS on failure from m_defrag and m_tag_copy_chain. | David Gwynne |
2013-06-05 | \-1; | Jason McIntyre |
2013-06-05 | m_defrag(9) wasnt documented. | David Gwynne |
2013-06-04 | Replace old-fashioned .Fd by new-fangled .In for #include lines. | Ingo Schwarze |
2013-03-23 | Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT to | Lawrence Teo |
2013-01-03 | update from Ryan Ozmun; | Jason McIntyre |
2012-11-17 | sync m_copydata prototype with reality, ok jsg phessler | Henning Brauer |
2012-09-27 | replace m_zero(9) with M_ZEROIZE; original diff from markus | Jason McIntyre |
2011-12-02 | it's MAXMCLBYTES, not MAXCLBYTES. | David Gwynne |
2011-11-30 | this diff introduces the MAXMCLBYTES macro to describe the largest | David Gwynne |
2011-07-29 | Remove references to a function that no longer exists, reminded by claudio@ | Bret Lambert |
2011-04-05 | Arguments to m_dup_pkthdr() have changed; sync man page with reality. | Bret Lambert |
2011-04-04 | Nd strings do not start uppercase; | Jason McIntyre |
2011-04-03 | fix typo; found by and ok jmc@ | Bret Lambert |
2011-04-03 | Document m_dup_pkthdr function. | Bret Lambert |
2011-01-30 | zap unneeded Pp; | Jason McIntyre |
2011-01-30 | missing space: out-of-banddata -> out-of-band data | Stefan Sperling |
2010-07-07 | update manpage to reflect recent changes to m_copyback | Bret Lambert |
2010-05-29 | restore a line that was removed by blambert@ along with MCHTYPE. | Damien Bergamini |