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