aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-08netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu1-4/+4
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-03-28netfilter: ipvs: A spello fixBhaskar Chowdhury1-1/+1
2021-02-04netfilter: move handlers to net/ip_vs.hLeon Romanovsky1-12/+0
2020-11-22ipvs: replace atomic_add_return()Yejune Deng1-1/+1
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld1-2/+2
2020-10-12ipvs: inspect reply packets from DR/TUN real serverslongguang.yue1-12/+7
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodest_conn=1Andrew Sy Kim1-27/+20
2020-07-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov1-5/+7
2020-06-30ipvs: register hooks only with servicesJulian Anastasov1-17/+63
2020-03-30ipvs: fix uninitialized variable warningHaishuang Yan1-2/+1
2020-03-27ipvs: optimize tunnel dumps for icmp errorsHaishuang Yan1-20/+26
2019-10-08ipvs: batch __ip_vs_dev_cleanupHaishuang Yan1-7/+12
2019-10-08ipvs: batch __ip_vs_cleanupHaishuang Yan1-12/+16
2019-08-13netfilter: remove unnecessary spacesyangxingwu1-1/+1
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+14
2019-07-05ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov1-4/+42
2019-06-21ipvs: defer hook registration to avoid leaksJulian Anastasov1-7/+14
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+70
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal1-2/+2
2019-05-31ipvs: strip udp tunnel headers from icmp errorsJulian Anastasov1-0/+60
2019-05-31ipvs: add function to find tunnelsJulian Anastasov1-0/+8
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-21ipvs: Fix use-after-free in ip_vs_inYueHaibing1-1/+1
2019-04-13ipvs: do not schedule icmp errors from tunnelsJulian Anastasov1-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+4
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi1-6/+4
2019-01-28ipvs: use indirect call wrappersMatteo Croce1-8/+41
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski1-2/+1
2018-08-16ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu1-4/+11
2018-05-08ipvs: fix stats update from local clientsJulian Anastasov1-0/+12
2018-01-08netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng1-6/+6
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-8/+0
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long1-3/+3
2017-05-08ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov1-5/+14
2017-04-26ipvs: convert to use pernet nf_hook apiFlorian Westphal1-10/+9
2017-03-17netfilter: refcounter conversionsReshetova, Elena1-2/+2
2017-03-16ipvs: remove an annoying printk in netns initCong Wang1-2/+0
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-06-06ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni1-2/+3
2016-05-06ipvs: make drop_entry protection effective for SIP-peMarco Angaroni1-1/+7
2016-04-20ipvs: handle connections started by real-serversMarco Angaroni1-0/+154
2016-03-07ipvs: allow rescheduling after RSTJulian Anastasov1-0/+1