summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-06-251-62/+72
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* ipvs: add assured state for conn templatesJulian Anastasov2018-07-181-12/+6Star
* ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-04-091-75/+80
* ipvs: switch to sock_recvmsg()Al Viro2017-12-031-6/+3Star
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-251-1/+1
|/
* ipvs: change comparison on sync_refresh_periodAaron Conole2017-04-281-1/+1
* netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao2017-03-301-2/+2
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann2016-10-281-2/+5
* ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage2016-07-071-2/+4
* ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman2015-09-241-2/+1Star
* ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman2015-09-241-3/+1Star
* ipvs: Pass ipvs not net to ip_vs_proc_sync_connEric W. Biederman2015-09-241-3/+2Star
* ipvs: Pass ipvs not net to ip_vs_proc_connEric W. Biederman2015-09-241-6/+6
* ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman2015-09-241-3/+2Star
* ipvs: Pass ipvs not net to ip_vs_sync_conn_v0Eric W. Biederman2015-09-241-4/+3Star
* ipvs: Pass ipvs not net to ip_vs_process_messageEric W. Biederman2015-09-241-4/+3Star
* ipvs: Store ipvs not net in struct ip_vs_sync_thread_dataEric W. Biederman2015-09-241-5/+5
* ipvs: Pass ipvs not net to make_receive_sockEric W. Biederman2015-09-241-4/+3Star
* ipvs: Pass ipvs not net to make_send_sockEric W. Biederman2015-09-241-4/+3Star
* ipvs: Pass ipvs not net to stop_sync_threadEric W. Biederman2015-09-241-4/+3Star
* ipvs: Pass ipvs not net to start_sync_threadEric W. Biederman2015-09-241-6/+5Star
* ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman2015-09-241-1/+1
* ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman2015-09-241-1/+1
* ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman2015-09-241-8/+8
* ipvs: add more mcast parameters for the sync daemonJulian Anastasov2015-08-211-23/+115
* ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov2015-08-211-74/+63Star
* ipvs: call rtnl_lock earlyJulian Anastasov2015-08-211-2/+0Star
* ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov2015-07-141-1/+1
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-21/+9Star
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-2/+2
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-191-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-101-0/+3
|\
| * ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-02-221-0/+3
* | ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner2015-02-251-2/+19
|/
* netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-201-2/+1Star
* ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell2014-09-161-1/+2
* ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell2014-09-161-2/+8
* ipvs: remove null test before kfreeFabian Frederick2014-07-161-2/+1Star
* ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven2013-12-271-1/+4
* sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2013-10-041-5/+2Star
* ipvs: add sync_persist_mode flagJulian Anastasov2013-06-261-0/+12
* ipvs: replace the SCTP state machineJulian Anastasov2013-06-261-3/+4
* ipvs: Use network byte order for sync message sizeSimon Horman2013-04-231-13/+8Star
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-14/+10Star
* ipvs: convert dests to rcuJulian Anastasov2013-04-021-7/+4Star
* ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov2013-04-021-2/+2