summaryrefslogtreecommitdiff
path: root/share/man/man9/mbuf.9
AgeCommit message (Expand)Author
2020-08-08No longer prevent TCP connections to IPv6 anycast addresses.Florian Obser
2018-12-07All the references to the M_ALIGN and MH_ALIGN macros are gone.Claudio Jeker
2018-11-30Document m_align().Claudio Jeker
2018-11-09retuned -> returned;Jason McIntyre
2018-11-09Document m_leadingspace() and m_trailingspace() instead of the makros whichClaudio Jeker
2018-09-10Instead of calculating the mbuf packet header length here and there,Alexander Bluhm
2018-09-10tweak previous;Jason McIntyre
2018-09-10During fragment reassembly, mbuf chains with packet headers wereAlexander Bluhm
2018-02-11list M_IPV6_DF_OUTDavid Gwynne
2017-10-12Copy comment for M_LOOP from header file to mbuf(9).Alexander Bluhm
2017-06-19missing letter in previous;Jason McIntyre
2017-06-19When dealing with mbuf pointers passed down as function parameters,Alexander Bluhm
2017-05-19header updates from kevlo;Jason McIntyre
2017-03-29m_devget() lost its ipf pointer argument, update man page.Claudio Jeker
2016-10-17"send/received" -> "sent/received"Lawrence Teo
2016-09-15remove m_copym2 as its use has been replaced by m_dup_pktDavid Gwynne
2016-09-13avoid extensive mbuf allocation for IPsec by replacing m_inject(4)Markus Friedl
2016-09-04Sync struct pkthdr with sys/mbuf.hLawrence Teo
2016-09-04Fix incorrect formatting and add the missing argument name for m_resethdr().Lawrence Teo
2016-07-19Use a flag to indicate that a packet has been received on an IPv6Martin Pieuchot
2016-04-08bare .Nm gets turned into m_copym2, which is wrong when describing mbufs.David Gwynne
2016-04-08document m_purge.David Gwynne
2016-04-08m_freem returns an mbuf like m_free nowDavid Gwynne
2016-04-08document m_dup_pkt()David Gwynne
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