summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_est.c
Commit message (Expand)AuthorAgeFilesLines
* Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-0/+1
* ipvs: avoid kfree_rcu without 2nd argJulian Anastasov2023-02-021-1/+1
* ipvs: fix type warning in do_div() on 32 bitJakub Kicinski2022-12-131-1/+2
* ipvs: run_estimation should control the kthread tasksJulian Anastasov2022-12-101-1/+1
* ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov2022-12-101-3/+9
* ipvs: use kthreads for stats estimationJulian Anastasov2022-12-101-68/+808
* ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov2022-12-101-10/+10
* ipvs: add sysctl_run_estimation to support disable estimationDust Li2021-10-071-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* netfilter: ipvs: Convert timers to use timer_setup()Kees Cook2017-11-081-3/+3
* ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanupEric W. Biederman2015-09-241-5/+3
* ipvs: Pass ipvs not net to estimation_timerEric W. Biederman2015-09-241-4/+2
* ipvs: Pass ipvs not net to ip_vs_start_estimator aned ip_vs_stop_estimatorEric W. Biederman2015-09-241-4/+2
* ipvs: use 64-bit rates in statsJulian Anastasov2015-02-091-52/+50
* ipvs: stats should not depend on CPU 0Julian Anastasov2013-09-181-1/+3
* ipvs: fix some sparse warningsJulian Anastasov2013-03-191-1/+1
* IPVS: remove unused init and cleanup functions.Hans Schillstrom2011-06-141-9/+0
* IPVS: rename of netns init and cleanup functions.Hans Schillstrom2011-06-131-2/+2
* IPVS: init and cleanup restructuringHans Schillstrom2011-05-101-11/+3
* ipvs: rename estimator functionsJulian Anastasov2011-03-151-2/+2
* ipvs: optimize rates readingJulian Anastasov2011-03-151-20/+13
* ipvs: properly zero stats and ratesJulian Anastasov2011-03-151-7/+8
* ipvs: reorganize tot_statsJulian Anastasov2011-03-151-2/+1
* ipvs: remove _bh from percpu stats readingJulian Anastasov2011-03-151-4/+4
* IPVS: netns, final patch enabling network name space.Hans Schillstrom2011-01-131-3/+0
* IPVS: netns, ip_vs_stats and its procfsHans Schillstrom2011-01-131-0/+39
* IPVS: netns awareness to ip_vs_estHans Schillstrom2011-01-131-38/+48
* IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-131-1/+19
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* IPVS: use pr_fmtHannes Eder2009-07-301-0/+4
* IPVS: Move IPVS to net/netfilter/ipvsJulius Volz2008-10-071-0/+166