aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima1-2/+2
2020-11-22ipvs: replace atomic_add_return()Yejune Deng1-2/+2
2020-09-22ipvs: Remove unused macrosYueHaibing1-3/+0
2020-07-22ipvs: fix the connection sync failed in some casesguodeqing1-4/+8
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti1-3/+10
2019-06-25ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov1-62/+72
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