Age | Commit message (Expand) | Author |
---|---|---|
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-06-30 | Attach HFSC after it's been completely initialized. | Martin Pelikan |
2014-04-19 | now that if_snd is a proper ifqueue, this cast dies | Henning Brauer |
2014-01-27 | Make the amount of classes limited by 64k, with automatic table growing. | pelikan |
2014-01-03 | Purging a queue requires it to be non-empty, not empty. | pelikan |
2014-01-03 | Switch frequently allocated structs from malloc(M_DEVBUF) to separate pools. | pelikan |
2014-01-01 | Destroy the eligible list when detaching from an interface. | pelikan |
2013-11-01 | push the queues every 1/HZ using timeout(9) | pelikan |
2013-10-31 | revert previous, net/if.h exports bad things to userspace. | pelikan |
2013-10-31 | push the queues every 1/HZ using timeout(9) | pelikan |
2013-10-12 | standalone hfsc implementation with new interface to the consumers, for | Henning Brauer |