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.h
Age
Commit message (
Expand
)
Author
2018-01-04
Back out tx mitigation again because it breaks suspend and resume at
Theo Buehler
2018-01-02
reintroduce tx mitigation
David Gwynne
2017-12-21
drivers might want to call ifiq_barrier.
David Gwynne
2017-12-15
add ifiqueues for mp safety and nics with multiple rx rings.
David Gwynne
2017-11-14
anton@ reports that ifq tx mitigation breaks iwm somehow.
David Gwynne
2017-11-14
move the adding of an ifqs counters in if_getdata to ifq.c
David Gwynne
2017-11-14
reintroduce tx mitigation, like dfly does and like we used to do.
David Gwynne
2017-05-03
Provide a function to dispose of a list of mbufs on dequeue
Mike Belopuhov
2017-05-03
update the stack doco to match reality.
David Gwynne
2017-05-03
add ifq_mfreem() so ifq backends can free packets during dequeue.
David Gwynne
2017-03-07
deprecate ifq_enqueue_try, and let backends drop arbitrary mbufs.
David Gwynne
2017-01-24
A space here, a space there. Soon we're talking real whitespace
Kenneth R Westerback
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-22
white space fixes. no functional change.
David Gwynne
2017-01-20
keep output packet counters on the ifq structure.
David Gwynne
2016-01-20
dlg@ took a pity on me and let me stay sane a bit longer by giving
Mike Belopuhov
2015-12-29
store curcpu() in ifq_serializer so we can check it.
David Gwynne
2015-12-10
write down some stuff before it falls out of my head.
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