aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-28ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole1-2/+0
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal1-2/+2
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal1-5/+1
2017-03-17netfilter: refcounter conversionsReshetova, Elena1-7/+9
2017-02-02ipvs: free ip_vs_dest structs when refcnt=0David Windsor1-1/+1
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal1-2/+1
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal1-3/+6
2016-06-06ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni1-1/+1
2016-04-20ipvs: handle connections started by real-serversMarco Angaroni1-0/+17
2016-03-07ipvs: drop first packet to redirect conntrackJulian Anastasov1-0/+17
2015-09-24ipvs: Remove skb_sknetEric W. Biederman1-22/+0
2015-09-24ipvs: Remove skb_netEric W. Biederman1-31/+0
2015-09-24ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)Eric W. Biederman1-2/+2
2015-09-24ipvs: Remove net argument from ip_vs_tcp_conn_listenEric W. Biederman1-1/+1
2015-09-24ipvs: Wrap sysctl_cache_bypass and remove ifdefs in ip_vs_leaveEric W. Biederman1-0/+10
2015-09-24ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_scheduleEric W. Biederman1-1/+2
2015-09-24ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanupEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs into conn_out_getEric W. Biederman1-2/+4
2015-09-24ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_protoEric W. Biederman1-2/+4
2015-09-24ipvs: Pass ipvs not net into init_netns and exit_netnsEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net into ip_vs_app_net_init and ip_vs_app_net_cleanupEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_appEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app_incEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net into register_app and unregister_appEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanupEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup)Eric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_random_drop_entryEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_start_estimator aned ip_vs_stop_estimatorEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman1-1/+1
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
2015-09-24ipvs: Pass ipvs not net to stop_sync_threadEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to start_sync_threadEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_service_net_cleanupEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_has_real_serviceEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_service_findEric W. Biederman1-1/+1
2015-09-24ipvs: Store ipvs not net in struct ip_vs_serviceEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman1-2/+2
2015-09-24ipvs: Store ipvs not net in struct ip_vs_conn_paramEric W. Biederman1-2/+2
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman1-30/+1
2015-09-17ipvs: add sysctl to ignore tunneled packetsAlex Gartrell1-0/+11
2015-09-01ipvs: add schedule_icmp sysctlAlex Gartrell1-0/+11
2015-09-01ipvs: drop inverse argument to conn_{in,out}_getAlex Gartrell1-8/+4
2015-09-01ipvs: Add hdr_flags to iphdrAlex Gartrell1-3/+40
2015-09-01ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_offAlex Gartrell1-20/+29
2015-08-21ipvs: add more mcast parameters for the sync daemonJulian Anastasov1-0/+4
2015-08-21ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov1-8/+11
2015-03-12net: Introduce possible_net_tEric W. Biederman1-4/+4