Home | History | Annotate | Download | only in net
History log of /src/sys/net/net_stats.c
RevisionDateAuthorComments
 1.6  07-Feb-2020  thorpej Use percpu_foreach_xcall() to gather volatile per-cpu counters. These
must be serialized against the interrupts / soft-interrupts in which
they're manipulated, as well as protected from non-atomic 64-bit memory
loads on 32-bit platforms.
 1.5  01-Jun-2017  chs branches: 1.5.10; 1.5.16;
remove checks for failure after memory allocation calls that cannot fail:

kmem_alloc() with KM_SLEEP
kmem_zalloc() with KM_SLEEP
percpu_alloc()
pserialize_create()
psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
 1.4  04-May-2008  thorpej branches: 1.4.4; 1.4.6; 1.4.48; 1.4.68;
Simplify the interface to netstat_sysctl() and allocate space for
the collated counters using kmem_alloc().

PR kern/38577
 1.3  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.2  26-Apr-2008  yamt branches: 1.2.2;
netstat_sysctl: set sysctl_size correctly. (fix netstat -s garbage output)
 1.1  23-Apr-2008  thorpej Add subroutines to support collating per-cpu-gathered network statistics.
 1.2.2.1  16-May-2008  yamt sync with head.
 1.4.68.1  28-Aug-2017  skrll Sync with HEAD
 1.4.48.1  03-Dec-2017  jdolecek update from HEAD
 1.4.6.2  02-Jun-2008  mjf Sync with HEAD.
 1.4.6.1  04-May-2008  mjf file net_stats.c was added on branch mjf-devfs2 on 2008-06-02 13:24:22 +0000
 1.4.4.2  18-May-2008  yamt sync with head.
 1.4.4.1  04-May-2008  yamt file net_stats.c was added on branch yamt-pf42 on 2008-05-18 12:35:28 +0000
 1.5.16.1  29-Feb-2020  ad Sync with head.
 1.5.10.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed