summaryrefslogtreecommitdiff
path: root/sys/net/ifq.h
AgeCommit message (Expand)Author
2017-05-03Provide a function to dispose of a list of mbufs on dequeueMike Belopuhov
2017-05-03update the stack doco to match reality.David Gwynne
2017-05-03add ifq_mfreem() so ifq backends can free packets during dequeue.David Gwynne
2017-03-07deprecate ifq_enqueue_try, and let backends drop arbitrary mbufs.David Gwynne
2017-01-24A space here, a space there. Soon we're talking real whitespaceKenneth R Westerback
2017-01-24add support for multiple transmit ifqueues per network interface.David Gwynne
2017-01-22white space fixes. no functional change.David Gwynne
2017-01-20keep output packet counters on the ifq structure.David Gwynne
2016-01-20dlg@ took a pity on me and let me stay sane a bit longer by givingMike Belopuhov
2015-12-29store curcpu() in ifq_serializer so we can check it.David Gwynne
2015-12-10write down some stuff before it falls out of my head.David Gwynne
2015-12-09rework the if_start mpsafe serialisation so it can serialise arbitrary workDavid Gwynne
2015-12-08split the interface send queue (struct ifqueue) implementation out.David Gwynne