aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs (follow)
AgeCommit message (Expand)AuthorFilesLines
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/netdev/netLinus 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
2021-02-04netfilter: move handlers to net/ip_vs.hLeon Romanovsky1-12/+0
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada1-1/+1
2021-01-26ipvs: add weighted random twos choice algorithmDarby Payne3-0/+151
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2-3/+3
2020-11-27ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai1-6/+25
2020-11-22ipvs: replace atomic_add_return()Yejune Deng2-3/+3
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld1-2/+2
2020-10-20ipvs: adjust the debug info in function set_tcp_statelongguang.yue1-4/+6
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2020-10-12ipvs: clear skb->tstamp in forwarding pathJulian Anastasov1-0/+6
2020-10-12ipvs: inspect reply packets from DR/TUN real serverslongguang.yue2-15/+22
2020-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+0
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-09-22ipvs: Remove unused macrosYueHaibing1-3/+0
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-4/+4
2020-08-31ipvs: remove dependency on ip6_tablesYaroslav Bolyukin1-1/+0
2020-08-28ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye1-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-27/+81
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+8
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig1-2/+2
2020-07-22ipvs: fix the connection sync failed in some casesguodeqing1-4/+8
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodest_conn=1Andrew Sy Kim3-27/+81
2020-07-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov1-5/+7
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov2-17/+42
2020-06-30ipvs: register hooks only with servicesJulian Anastasov2-19/+84
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-27/+27
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-3/+3
2020-03-30ipvs: fix uninitialized variable warningHaishuang Yan1-2/+1