summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_sync.c
Commit message (Expand)AuthorAge
* ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-04-09
* ipvs: switch to sock_recvmsg()Al Viro2017-12-02
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-25
|/
* ipvs: change comparison on sync_refresh_periodAaron Conole2017-04-28
* netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao2017-03-30
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-27
* netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann2016-10-28
* ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage2016-07-07
* ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_proc_sync_connEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_proc_connEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_sync_conn_v0Eric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_process_messageEric W. Biederman2015-09-24
* ipvs: Store ipvs not net in struct ip_vs_sync_thread_dataEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to make_receive_sockEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to make_send_sockEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to stop_sync_threadEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to start_sync_threadEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman2015-09-24
* ipvs: add more mcast parameters for the sync daemonJulian Anastasov2015-08-21
* ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov2015-08-21
* ipvs: call rtnl_lock earlyJulian Anastasov2015-08-21
* ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov2015-07-14
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-11
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-11
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-09
|\
| * ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-02-22
* | ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner2015-02-25
|/
* netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-20
* ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell2014-09-16
* ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell2014-09-16
* ipvs: remove null test before kfreeFabian Frederick2014-07-16
* ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven2013-12-27
* sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2013-10-04
* ipvs: add sync_persist_mode flagJulian Anastasov2013-06-26
* ipvs: replace the SCTP state machineJulian Anastasov2013-06-26
* ipvs: Use network byte order for sync message sizeSimon Horman2013-04-23
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-02
* ipvs: convert dests to rcuJulian Anastasov2013-04-02
* ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov2013-04-02
* ipvs: freeing uninitialized pointer on errorDan Carpenter2013-01-28
* ipvs: add support for sync threadsPablo Neira Ayuso2012-05-08
* ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-08