summaryrefslogtreecommitdiff
path: root/sys/net/pktqueue.c
AgeCommit message (Expand)Author
2018-08-10- Fix a bug that drop counter shows incorrect vaule likemsaitoh
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2014-07-04Fix pktq_enqueue for rumpozaki-r
2014-07-02Restore RPS of pktq_enqueue unless _RUMPKERNELozaki-r
2014-06-16Move sysctl_pktq_{maxlen,count} to pktqueue.c and make them globalozaki-r
2014-06-16Add 3rd argument to pktq_create to pass scozaki-r
2014-06-09pktqueue: add or fix some comments, remove some header inclusions.rmind
2014-06-09Restore the assert in RUMP's softint_schedule_cpu() and just ensurermind
2014-06-09Implement pktq_set_maxlen() and let sysctl net.inet.{ip,ip6}.ifq.maxlen bermind
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind