summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-10-301-2/+2
* ipvs: inspect reply packets from DR/TUN real serverslongguang.yue2020-10-121-12/+7
* ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim2020-07-221-27/+20
* ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-07-041-5/+7
* ipvs: register hooks only with servicesJulian Anastasov2020-06-301-17/+63
* ipvs: fix uninitialized variable warningHaishuang Yan2020-03-301-2/+1
* ipvs: optimize tunnel dumps for icmp errorsHaishuang Yan2020-03-271-20/+26
* ipvs: batch __ip_vs_dev_cleanupHaishuang Yan2019-10-081-7/+12
* ipvs: batch __ip_vs_cleanupHaishuang Yan2019-10-081-12/+16
* netfilter: remove unnecessary spacesyangxingwu2019-08-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-7/+14
|\
| * ipvs: defer hook registration to avoid leaksJulian Anastasov2019-06-211-7/+14
* | ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov2019-07-051-4/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-6/+1
|\|
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-6/+1
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-06-011-2/+70
|\ \ \ | |/ / |/| |
| * | netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal2019-05-311-2/+2
| * | ipvs: strip udp tunnel headers from icmp errorsJulian Anastasov2019-05-311-0/+60
| * | ipvs: add function to find tunnelsJulian Anastasov2019-05-311-0/+8
| |/
* / ipvs: Fix use-after-free in ip_vs_inYueHaibing2019-05-211-1/+1
|/
* ipvs: do not schedule icmp errors from tunnelsJulian Anastasov2019-04-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-6/+4
|\
| * ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi2019-02-121-6/+4
* | ipvs: use indirect call wrappersMatteo Croce2019-01-281-8/+41
|/
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-2/+1
* ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu2018-08-161-4/+11
* ipvs: fix stats update from local clientsJulian Anastasov2018-05-081-0/+12
* netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng2018-01-081-6/+6
* netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-241-8/+0
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-011-2/+2
* sctp: remove the typedef sctp_sctphdr_tXin Long2017-07-011-3/+3
* ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-05-081-5/+14
* ipvs: convert to use pernet nf_hook apiFlorian Westphal2017-04-261-10/+9
* netfilter: refcounter conversionsReshetova, Elena2017-03-171-2/+2
* ipvs: remove an annoying printk in netns initCong Wang2017-03-161-2/+0
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni2016-06-061-2/+3
* ipvs: make drop_entry protection effective for SIP-peMarco Angaroni2016-05-061-1/+7
* ipvs: handle connections started by real-serversMarco Angaroni2016-04-201-0/+154
* ipvs: allow rescheduling after RSTJulian Anastasov2016-03-071-0/+1
* ipvs: drop first packet to redirect conntrackJulian Anastasov2016-03-071-9/+28
* ipvs: use skb_to_full_sk() helperEric Dumazet2015-11-151-8/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-171-1/+1
|\
| * ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-121-1/+1
* | netfilter: remove hook owner refcountingFlorian Westphal2015-10-161-12/+0
* | ipvs: Remove possibly unused variable from ip_vs_outDavid Ahern2015-10-071-2/+1
* | ipvs: Don't protect ip_vs_addr_is_unicast with CONFIG_SYSCTLEric W. Biederman2015-10-011-2/+0
|/
* ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman2015-09-291-1/+1