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