aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-07ipvs: drop first packet to redirect conntrackJulian Anastasov1-9/+28
2015-11-15ipvs: use skb_to_full_sk() helperEric Dumazet1-8/+8
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-1/+1
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-12/+0
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman1-1/+1
2015-10-07ipvs: Remove possibly unused variable from ip_vs_outDavid Ahern1-2/+1
2015-10-01ipvs: Don't protect ip_vs_addr_is_unicast with CONFIG_SYSCTLEric W. Biederman1-2/+0
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman1-1/+1
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs into ip_vs_gather_fragsEric W. Biederman1-4/+5
2015-09-24ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)Eric W. Biederman1-3/+3
2015-09-24ipvs: Pass ipvs through ip_vs_route_me_harder into sysctl_snat_rerouteEric W. Biederman1-8/+7
2015-09-24ipvs: Pass ipvs into ip_vs_out_icmp and ip_vs_out_icmp_v6Eric W. Biederman1-8/+7
2015-09-24ipvs: Pass ipvs into ip_vs_in_icmp and ip_vs_in_icmp_v6Eric W. Biederman1-22/+14
2015-09-24ipvs: Pass ipvs into ip_vs_inEric W. Biederman1-9/+5
2015-09-24ipvs: Pass ipvs into ip_vs_outEric W. Biederman1-9/+6
2015-09-24ipvs: Pass ipvs not net into sysctl_nat_icmp_sendEric W. Biederman1-4/+3