summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2-2/+2
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-0/+5
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-174/+1201
2022-12-13ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong1-0/+5
2022-12-13ipvs: fix type warning in do_div() on 32 bitJakub Kicinski1-1/+2
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-10ipvs: run_estimation should control the kthread tasksJulian Anastasov2-2/+29
2022-12-10ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov2-4/+151
2022-12-10ipvs: use kthreads for stats estimationJulian Anastasov2-95/+907
2022-12-10ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov3-30/+30
2022-12-10ipvs: use common functions for stats allocationJulian Anastasov1-41/+55
2022-12-10ipvs: add rcu protection to statsJulian Anastasov2-24/+50
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+31
2022-11-02ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao1-2/+8
2022-11-02ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao1-5/+21
2022-11-02ipvs: use explicitly signed charsJason A. Donenfeld1-2/+2
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-09-07netfilter: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima1-2/+2
2022-07-21netfilter: ipvs: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-3/+1
2022-04-19ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang1-1/+1
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau1-3/+3
2021-11-30ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng1-5/+2
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+4
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2021-11-08netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu1-4/+4
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu1-1/+0
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-0/+2
2021-10-22ipvs: autoload ipvs on genl accessThomas Weißschuh1-0/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+5
2021-10-14netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5
2021-10-14netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal1-23/+14
2021-10-14netfilter: ipvs: remove unneeded input wrappersFlorian Westphal1-53/+4
2021-10-14netfilter: ipvs: remove unneeded output wrappersFlorian Westphal1-56/+6
2021-10-14netfilter: ipvs: prepare for hook function reductionFlorian Westphal1-10/+16
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li2-0/+13
2021-09-14ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi1-0/+4
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-05-29netfilter: Remove leading spaces in KconfigJuerg Haefliger1-1/+1
2021-05-27ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov1-1/+1
2021-04-03netfilter: ipvs: do not printk on netns creationFlorian Westphal1-2/+0
2021-03-28netfilter: ipvs: A spello fixBhaskar Chowdhury1-1/+1
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski3-0/+151