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