summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
2022-11-10ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao1-2/+8
2022-11-10ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao1-5/+21
2022-11-10ipvs: use explicitly signed charsJason A. Donenfeld1-2/+2
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima1-2/+2
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang1-1/+1
2021-12-01netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu1-4/+4
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5
2021-10-06ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi1-0/+4
2021-06-10ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov1-1/+1
2020-11-27ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai1-6/+25
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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+0
2020-10-03genetlink: 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-09-01ipvs: 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-27/+81
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+8
2020-07-25netfilter: 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_nodes...Andrew 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-13treewide: 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
2020-03-27ipvs: optimize tunnel dumps for icmp errorsHaishuang Yan1-20/+26
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2019-12-25net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2019-11-27net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-25/+35
2019-10-28net: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-8/+7
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti5-17/+28
2019-10-08ipvs: batch __ip_vs_dev_cleanupHaishuang Yan1-7/+12
2019-10-08ipvs: batch __ip_vs_cleanupHaishuang Yan2-15/+25
2019-10-08ipvs: no need to update skb route entry for local destination packets.zhang kai1-12/+6
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski4-38/+39
2019-08-13netfilter: remove unnecessary spacesyangxingwu3-4/+4
2019-08-09net: delete "register" keywordAlexey Dobriyan2-4/+4
2019-08-03ipvs: Improve robustness to the ipvs sysctlJunwei Hu1-34/+35