summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-3/+1
* ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang2022-04-191-1/+1
* net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-031-3/+3
* ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng2021-11-301-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-11-191-4/+4
|\
| * netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu2021-11-081-4/+4
* | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-0/+2
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-11-021-0/+2
| |\
| | * ipvs: autoload ipvs on genl accessThomas Weißschuh2021-10-221-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\ \ \ | |/ / |/| |
| * | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-0/+5
|\|
| * netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart2021-10-141-0/+5
* | netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal2021-10-141-23/+14
* | netfilter: ipvs: remove unneeded input wrappersFlorian Westphal2021-10-141-53/+4
* | netfilter: ipvs: remove unneeded output wrappersFlorian Westphal2021-10-141-56/+6
* | netfilter: ipvs: prepare for hook function reductionFlorian Westphal2021-10-141-10/+16
* | ipvs: add sysctl_run_estimation to support disable estimationDust Li2021-10-072-0/+13
|/
* ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi2021-09-141-0/+4
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-1/+1
|\
| * ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov2021-05-271-1/+1
* | netfilter: Remove leading spaces in KconfigJuerg Haefliger2021-05-291-1/+1
|/
* netfilter: ipvs: do not printk on netns creationFlorian Westphal2021-04-031-2/+0
* netfilter: ipvs: A spello fixBhaskar Chowdhury2021-03-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-02-063-0/+151
|\
| * ipvs: add weighted random twos choice algorithmDarby Payne2021-01-263-0/+151
* | netfilter: move handlers to net/ip_vs.hLeon Romanovsky2021-02-041-12/+0
* | net: remove redundant 'depends on NET'Masahiro Yamada2021-01-271-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-12-142-3/+3
|\
| * ipvs: replace atomic_add_return()Yejune Deng2020-11-222-3/+3
* | ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai2020-11-271-6/+25
|/
* netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-10-301-2/+2
* ipvs: adjust the debug info in function set_tcp_statelongguang.yue2020-10-201-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-0/+6
|\
| * ipvs: clear skb->tstamp in forwarding pathJulian Anastasov2020-10-121-0/+6
* | ipvs: inspect reply packets from DR/TUN real serverslongguang.yue2020-10-122-15/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-10-041-3/+0
|\ \
| * | ipvs: Remove unused macrosYueHaibing2020-09-221-3/+0
* | | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-09-092-4/+4
|\ \ | |/ |/|
| * ipvs: remove dependency on ip6_tablesYaroslav Bolyukin2020-08-311-1/+0
| * ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye2020-08-281-3/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-08-033-27/+81
|\
| * ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim2020-07-223-27/+81
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-4/+8
|\ \
| * | ipvs: fix the connection sync failed in some casesguodeqing2020-07-221-4/+8
* | | netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-241-2/+2
| |/ |/|
* | ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-07-041-5/+7
* | ipvs: avoid expiring many connections from timerJulian Anastasov2020-07-012-17/+42