aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov1-12/+6
2018-04-09ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov1-75/+80
2017-12-02ipvs: switch to sock_recvmsg()Al Viro1-6/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-04-28ipvs: change comparison on sync_refresh_periodAaron Conole1-1/+1
2017-03-30netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao1-2/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-10-28netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann1-2/+5
2016-07-07ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage1-2/+4
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman1-2/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman1-3/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_proc_sync_connEric W. Biederman1-3/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_proc_connEric W. Biederman1-6/+6
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman1-3/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_conn_v0Eric W. Biederman1-4/+3
2015-09-24ipvs: Pass ipvs not net to ip_vs_process_messageEric W. Biederman1-4/+3
2015-09-24ipvs: Store ipvs not net in struct ip_vs_sync_thread_dataEric W. Biederman1-5/+5
2015-09-24ipvs: Pass ipvs not net to make_receive_sockEric W. Biederman1-4/+3
2015-09-24ipvs: Pass ipvs not net to make_send_sockEric W. Biederman1-4/+3
2015-09-24ipvs: Pass ipvs not net to stop_sync_threadEric W. Biederman1-4/+3
2015-09-24ipvs: Pass ipvs not net to start_sync_threadEric W. Biederman1-6/+5
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_find_destEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman1-8/+8
2015-08-21ipvs: add more mcast parameters for the sync daemonJulian Anastasov1-23/+115
2015-08-21ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov1-74/+63
2015-08-21ipvs: call rtnl_lock earlyJulian Anastasov1-2/+0
2015-07-14ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov1-1/+1
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman1-21/+9
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-2/+2
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-0/+2
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner1-2/+19
2015-02-22ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov1-0/+3
2014-11-20netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
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/+8
2014-07-16ipvs: remove null test before kfreeFabian Frederick1-2/+1
2013-12-27ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven1-1/+4
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra1-5/+2
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov1-0/+12
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov1-3/+4
2013-04-23ipvs: Use network byte order for sync message sizeSimon Horman1-13/+8
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov1-14/+10
2013-04-02ipvs: convert dests to rcuJulian Anastasov1-7/+4
2013-04-02ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov1-2/+2
2013-01-28ipvs: freeing uninitialized pointer on errorDan Carpenter1-0/+2