aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner1-0/+11
2015-02-09ipvs: use 64-bit rates in statsJulian Anastasov1-17/+33
2014-10-02ipvs: Clean up comment style in ip_vs.hSimon Horman1-139/+75
2014-09-16ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell1-0/+4
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell1-1/+2
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell1-2/+3
2014-09-16ipvs: Add destination address family to netlink interfaceAlex Gartrell1-0/+3
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-31/+1
2013-10-15ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov1-0/+6
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches1-128/+117
2013-09-18ipvs: make the service replacement more robustJulian Anastasov1-5/+2
2013-09-18ipvs: fix overflow on dest weight multiplySimon Kirby1-1/+1
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov1-0/+11
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov1-10/+11
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin1-0/+24
2013-06-26ipvs: provide iph to schedulersJulian Anastasov1-26/+2
2013-05-26ipvs: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei1-4/+4
2013-04-23ipvs: fix sparse warnings for some parametersJulian Anastasov1-4/+4
2013-04-02ipvs: convert services to rcuJulian Anastasov1-19/+9
2013-04-02ipvs: convert dests to rcuJulian Anastasov1-1/+1
2013-04-02ipvs: convert sched_lock to spin lockJulian Anastasov1-1/+1
2013-04-02ipvs: do not expect result from done_serviceJulian Anastasov1-2/+2
2013-04-02ipvs: reorganize dest trashJulian Anastasov1-0/+9
2013-04-02ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov1-0/+10
2013-04-02ipvs: preparations for using rcu in schedulersJulian Anastasov1-0/+6
2013-04-02ipvs: avoid kmem_cache_zalloc in ip_vs_conn_newJulian Anastasov1-0/+15