summaryrefslogtreecommitdiff
path: root/sys/netinet/wqinput.c
AgeCommit message (Expand)Author
2020-02-07Use percpu_foreach_xcall() to gather volatile per-cpu counters. Thesethorpej
2020-02-01Switch sys/net to percpu_create.riastradh
2019-09-19wqinput: avoid having struct wqinput_worklist directly in a percpu storageozaki-r
2018-08-10 Change the type of wqinput's drop counter to uint64_t. OK'd by ozaki-r@.msaitoh
2018-02-24Avoid a deadlock between softnet_lock and IFNET_LOCKozaki-r
2017-06-02pool_init does not copy its name argumentpara
2017-05-21Add missing NULL check for pool_get call with PR_NOWAITozaki-r
2017-02-02Defer some pr_input to workqueueozaki-r