aboutsummaryrefslogtreecommitdiff
path: root/sys/net/ifq.h
Commit message (Expand)AuthorAgeFilesLines
* buf_ring/drbr: Add buf_ring_peek_clear_sc and use it in drbr_peekSepherosa Ziehau2016-02-291-1/+1
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-161-1/+1
* Remove duplicate declaraton of the if_inc_counter() function after r272244.Bjoern A. Zeeb2014-09-281-1/+0
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]Gleb Smirnoff2014-09-281-12/+0
* Finally, convert counters in struct ifnet to counter(9).Gleb Smirnoff2014-09-281-4/+9
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-6/+4
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-0/+4
* Move all interface queue related structures, macros and definitionsAndre Oppermann2013-10-291-0/+490