summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_est.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet1-0/+1
2023-02-02ipvs: avoid kfree_rcu without 2nd argJulian Anastasov1-1/+1
2022-12-13ipvs: fix type warning in do_div() on 32 bitJakub Kicinski1-1/+2
2022-12-11ipvs: run_estimation should control the kthread tasksJulian Anastasov1-1/+1
2022-12-11ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov1-3/+9
2022-12-11ipvs: use kthreads for stats estimationJulian Anastasov1-68/+808
2022-12-11ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov1-10/+10
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li1-0/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-11-09netfilter: ipvs: Convert timers to use timer_setup()Kees Cook1-3/+3
2015-09-24ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanupEric W. Biederman1-5/+3
2015-09-24ipvs: Pass ipvs not net to estimation_timerEric W. Biederman1-4/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_start_estimator aned ip_vs_stop_estimatorEric W. Biederman1-4/+2
2015-02-09ipvs: use 64-bit rates in statsJulian Anastasov1-52/+50
2013-09-18ipvs: stats should not depend on CPU 0Julian Anastasov1-1/+3
2013-03-19ipvs: fix some sparse warningsJulian Anastasov1-1/+1
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom1-9/+0
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom1-2/+2
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom1-11/+3
2011-03-15ipvs: rename estimator functionsJulian Anastasov1-2/+2
2011-03-15ipvs: optimize rates readingJulian Anastasov1-20/+13
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov1-7/+8
2011-03-15ipvs: reorganize tot_statsJulian Anastasov1-2/+1
2011-03-15ipvs: remove _bh from percpu stats readingJulian Anastasov1-4/+4
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom1-3/+0
2011-01-13IPVS: netns, ip_vs_stats and its procfsHans Schillstrom1-0/+39
2011-01-13IPVS: netns awareness to ip_vs_estHans Schillstrom1-38/+48
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom1-1/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-07-31IPVS: use pr_fmtHannes Eder1-0/+4
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+166