aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-24ipvs: Simplify ipvs and net access in ip_vs_leaveEric W. Biederman1-6/+2
2015-09-24ipvs: Wrap sysctl_cache_bypass and remove ifdefs in ip_vs_leaveEric W. Biederman1-10/+3
2015-09-24ipvs: Better derivation of ipvs in ip_vs_in_stats and ip_vs_out_statsEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_scheduleEric W. Biederman1-5/+6
2015-09-24ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanupEric W. Biederman1-3/+3
2015-09-24ipvs: Pass ipvs into conn_out_getEric W. Biederman1-3/+5
2015-09-24ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_protoEric W. Biederman1-4/+4
2015-09-24ipvs: Pass ipvs not net into ip_vs_app_net_init and ip_vs_app_net_cleanupEric W. Biederman1-3/+3
2015-09-24ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanupEric W. Biederman1-3/+3
2015-09-24ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup)Eric W. Biederman1-3/+3
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman1-2/+3
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman1-1/+1