aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c
AgeCommit message (Expand)Author
2019-09-16ipvs: defer hook registration to avoid leaksJulian Anastasov
2019-09-16ipvs: Fix use-after-free in ip_vs_inYueHaibing
2019-05-30ipvs: do not schedule icmp errors from tunnelsJulian Anastasov
2019-03-26ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu
2018-05-08ipvs: fix stats update from local clientsJulian Anastasov
2018-01-08netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long
2017-05-08ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov
2017-04-26ipvs: convert to use pernet nf_hook apiFlorian Westphal
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2017-03-16ipvs: remove an annoying printk in netns initCong Wang
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-06-06ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni
2016-05-06ipvs: make drop_entry protection effective for SIP-peMarco Angaroni
2016-04-20ipvs: handle connections started by real-serversMarco Angaroni
2016-03-07ipvs: allow rescheduling after RSTJulian Anastasov
2016-03-07ipvs: drop first packet to redirect conntrackJulian Anastasov
2015-11-15ipvs: use skb_to_full_sk() helperEric Dumazet
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman
2015-10-07ipvs: Remove possibly unused variable from ip_vs_outDavid Ahern
2015-10-01ipvs: Don't protect ip_vs_addr_is_unicast with CONFIG_SYSCTLEric W. Biederman
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman
2015-09-24ipvs: Pass ipvs into ip_vs_gather_fragsEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)Eric W. Biederman
2015-09-24ipvs: Pass ipvs through ip_vs_route_me_harder into sysctl_snat_rerouteEric W. Biederman
2015-09-24ipvs: Pass ipvs into ip_vs_out_icmp and ip_vs_out_icmp_v6Eric W. Biederman
2015-09-24ipvs: Pass ipvs into ip_vs_in_icmp and ip_vs_in_icmp_v6Eric W. Biederman
2015-09-24ipvs: Pass ipvs into ip_vs_inEric W. Biederman
2015-09-24ipvs: Pass ipvs into ip_vs_outEric W. Biederman
2015-09-24ipvs: Pass ipvs not net into sysctl_nat_icmp_sendEric W. Biederman
2015-09-24ipvs: Simplify ipvs and net access in ip_vs_leaveEric W. Biederman
2015-09-24ipvs: Wrap sysctl_cache_bypass and remove ifdefs in ip_vs_leaveEric W. Biederman
2015-09-24ipvs: Better derivation of ipvs in ip_vs_in_stats and ip_vs_out_statsEric W. Biederman
2015-09-24ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_scheduleEric W. Biederman
2015-09-24ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanupEric W. Biederman
2015-09-24ipvs: Pass ipvs into conn_out_getEric W. Biederman
2015-09-24ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_protoEric W. Biederman
2015-09-24ipvs: Pass ipvs not net into ip_vs_app_net_init and ip_vs_app_net_cleanupEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanupEric W. Biederman
2015-09-24ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup)Eric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman