summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-4/+4
|\
| * net: prevent address rewrite in kernel_bind()Jordan Rife2023-10-011-2/+2
| * net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2023-10-011-2/+2
* | inet: implement lockless IP_MTU_DISCOVEREric Dumazet2023-10-011-1/+1
* | inet: implement lockless IP_MULTICAST_TTLEric Dumazet2023-10-011-1/+1
* | ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-151-6/+2
|/
* inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-3/+1
* ipvs: Remove {Enter,Leave}FunctionSimon Horman2023-04-221-5/+0
* ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman2023-04-221-1/+1
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-241-2/+2
* ipvs: replace atomic_add_return()Yejune Deng2020-11-221-2/+2
* ipvs: Remove unused macrosYueHaibing2020-09-221-3/+0
* ipvs: fix the connection sync failed in some casesguodeqing2020-07-221-4/+8
* ipvs: fix spelling mistake "to" -> "too"Colin Ian King2020-01-241-1/+1
* ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti2019-10-241-3/+10
* 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/+6
* ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-04-091-75/+80
* ipvs: switch to sock_recvmsg()Al Viro2017-12-021-6/+3
* 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-271-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/+1
* ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman2015-09-241-3/+1
* ipvs: Pass ipvs not net to ip_vs_proc_sync_connEric W. Biederman2015-09-241-3/+2
* 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/+2
* ipvs: Pass ipvs not net to ip_vs_sync_conn_v0Eric W. Biederman2015-09-241-4/+3
* ipvs: Pass ipvs not net to ip_vs_process_messageEric W. Biederman2015-09-241-4/+3
* 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/+3
* ipvs: Pass ipvs not net to make_send_sockEric W. Biederman2015-09-241-4/+3
* ipvs: Pass ipvs not net to stop_sync_threadEric W. Biederman2015-09-241-4/+3
* ipvs: Pass ipvs not net to start_sync_threadEric W. Biederman2015-09-241-6/+5
* 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/+63
* ipvs: call rtnl_lock earlyJulian Anastasov2015-08-211-2/+0