ifpoll: Move status sysctl tree to net.ifpoll.0
[dragonfly.git] / sys / net / if_poll.c
2009-05-28 Sepherosa Ziehauifpoll: Move status sysctl tree to net.ifpoll.0
2009-05-28 Sepherosa Ziehauifpoll: Rework systimer related bits after lapic timer...
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-27 Sepherosa Ziehauifpoll: Unbreak UP LINT building
2009-04-27 Sepherosa Ziehauifpoll: Fix comment
2009-04-27 Sepherosa Ziehauifpoll: Reorganize TX/RX polling sysctl tree
2009-04-27 Sepherosa Ziehauifpoll: Use rdtsc() whenever possible to calculate...
2009-04-27 Sepherosa Ziehauifpoll: Expose kernel time fraction; currenly for debug...
2009-04-27 Sepherosa Ziehauifpoll: Put pollmore under crit section
2009-04-27 Sepherosa Ziehauifpoll: crit_{enter,exit}() -> crit_{enter,exit}_gd()
2009-04-27 Sepherosa Ziehauifpoll: Let callers of sched_* enter/exit crit section
2009-04-27 Sepherosa Ziehauifpoll: Put iteration of polling handlers under crit...
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...