summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_sync.c
AgeCommit message (Expand)Author
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-04-22ipvs: Remove {Enter,Leave}FunctionSimon Horman
2023-04-22ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2020-11-22ipvs: replace atomic_add_return()Yejune Deng
2020-09-22ipvs: Remove unused macrosYueHaibing
2020-07-22ipvs: fix the connection sync failed in some casesguodeqing
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti
2019-06-25ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov
2018-04-09ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov
2017-12-02ipvs: switch to sock_recvmsg()Al Viro
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland
2017-04-28ipvs: change comparison on sync_refresh_periodAaron Conole
2017-03-30netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-10-28netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann
2016-07-07ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_proc_sync_connEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_proc_connEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_conn_v0Eric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_process_messageEric W. Biederman
2015-09-24ipvs: Store ipvs not net in struct ip_vs_sync_thread_dataEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to make_receive_sockEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to make_send_sockEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to stop_sync_threadEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to start_sync_threadEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman
2015-08-21ipvs: add more mcast parameters for the sync daemonJulian Anastasov
2015-08-21ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov
2015-08-21ipvs: call rtnl_lock earlyJulian Anastasov