index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
ifq.c
Age
Commit message (
Expand
)
Author
2017-06-02
be less tricky about when ifq_free is handled.
David Gwynne
2017-05-03
Provide a function to dispose of a list of mbufs on dequeue
Mike Belopuhov
2017-05-03
add ifq_mfreem() so ifq backends can free packets during dequeue.
David Gwynne
2017-03-07
Change priq enqueue policy to drop lower priority packets
Mike Belopuhov
2017-03-07
Convert priority queue lists to mbuf_lists
Mike Belopuhov
2017-03-07
deprecate ifq_enqueue_try, and let backends drop arbitrary mbufs.
David Gwynne
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-20
keep output packet counters on the ifq structure.
David Gwynne
2015-12-29
store curcpu() in ifq_serializer so we can check it.
David Gwynne
2015-12-09
rework ifq_serialise to avoid some atomic ops.
David Gwynne
2015-12-09
rework the if_start mpsafe serialisation so it can serialise arbitrary work
David Gwynne
2015-12-08
split the interface send queue (struct ifqueue) implementation out.
David Gwynne