# $NetBSD: Makefile,v 1.12 2009/06/20 19:27:26 christos Exp $ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 USE_FORT?= yes # network client .PATH.c: ${.CURDIR}/../ypcat CPPFLAGS+= -I${.CURDIR}/../ypcat PROG= ypmatch SRCS= ypmatch.c ypalias_init.c .include t'>
summaryrefslogtreecommitdiff
path: root/sys/net/pktqueue.c
AgeCommit message (Expand)Author
2023-05-28s/explcit/explicit/ in comment.andvar
2022-09-04In pktq_flush():thorpej
2022-09-02Re-factor how pktq_barrier() is issued by if_detach().thorpej
2022-09-02pktqueue: Re-factor sysctl handling.thorpej
2022-09-01pktq_rps_hash(): Make the "funcp" argument const.thorpej
2022-09-01pktq_dequeue(): Prevent packets from getting stuck beind barrier markers.thorpej
2021-12-21Fix net.*.rps_hash=toeplitz-othercpus on one CPU systems.knakahara
2021-12-15Fix typo in comment.knakahara
2021-10-11Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o,...knakahara
2021-03-25Remove strange padding #define and replace with anonymous struct/unionskrll
2020-09-11pktqueue(9): Use percpu_create to allow early initialization.riastradh
2020-02-07Use percpu_foreach_xcall() to gather volatile per-cpu counters. Thesethorpej
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