lvs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 0/8] sysctl: Remove sentinel elements from networking
 2024-04-27  8:14 UTC  (14+ messages)
` [PATCH v5 1/8] net: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v5 2/8] net: ipv{6,4}: "
` [PATCH v5 3/8] net: rds: "
` [PATCH v5 4/8] net: sunrpc: "
` [PATCH v5 5/8] net: Remove ctl_table sentinel elements from several networking subsystems
` [PATCH v5 6/8] netfilter: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v5 7/8] appletalk: "
` [PATCH v5 8/8] ax.25: x.25: "

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-27  7:40 UTC  (18+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH v4 0/8] sysctl: Remove sentinel elements from networking
 2024-04-26 14:19 UTC  (12+ messages)
` [PATCH v4 1/8] net: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v4 2/8] net: ipv{6,4}: "
` [PATCH v4 3/8] net: rds: "
` [PATCH v4 4/8] net: sunrpc: "
` [PATCH v4 5/8] net: Remove ctl_table sentinel elements from several networking subsystems
` [PATCH v4 6/8] netfilter: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v4 7/8] appletalk: "
` [PATCH v4 8/8] ax.25: x.25: "

[PATCH v3] ipvs: Fix checksumming on GSO of SCTP packets
 2024-04-25 20:50 UTC  (4+ messages)

[PATCH v2] ipvs: Fix checksumming on GSO of SCTP packets
 2024-04-24 22:21 UTC  (3+ messages)

[PATCH net-next v3 1/2] ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthresh
 2024-04-22  7:34 UTC  (5+ messages)
` [PATCH net-next v3 2/2] ipvs: allow some sysctls in non-init user namespaces

[PATCH] ipvs: Fix checksumming on GSO of SCTP packets
 2024-04-21 15:58 UTC  (4+ messages)

[PATCH net-next v2 1/2] ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthresh
 2024-04-18 15:01 UTC  (4+ messages)
` [PATCH net-next v2 2/2] ipvs: allow some sysctls in non-init user namespaces

[PATCH net-next] ipvs: allow some sysctls in non-init user namespaces
 2024-04-18 11:05 UTC  (3+ messages)

[PATCH v3 0/4] sysctl: Remove sentinel elements from networking
 2024-04-16 12:32 UTC  (10+ messages)
` [PATCH v3 1/4] networking: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v3 2/4] netfilter: "
` [PATCH v3 3/4] appletalk: "
` [PATCH v3 4/4] ax.25: "

[PATCH v2 0/4] sysctl: Remove sentinel elements from networking
 2024-04-12 14:50 UTC  (12+ messages)
` [PATCH v2 1/4] networking: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v2 2/4] netfilter: "
` [PATCH v2 3/4] appletalk: "
` [PATCH v2 4/4] ax.25: "

[PATCHv3 net-next 00/14] ipvs: per-net tables and optimizations
 2024-03-31 14:04 UTC  (15+ messages)
` [PATCHv3 net-next 01/14] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCHv3 net-next 02/14] ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
` [PATCHv3 net-next 03/14] ipvs: some service readers can use RCU
` [PATCHv3 net-next 04/14] ipvs: use single svc table
` [PATCHv3 net-next 05/14] ipvs: do not keep dest_dst after dest is removed
` [PATCHv3 net-next 06/14] ipvs: use more counters to avoid service lookups
` [PATCHv3 net-next 07/14] ipvs: add resizable hash tables
` [PATCHv3 net-next 08/14] ipvs: use resizable hash table for services
` [PATCHv3 net-next 09/14] ipvs: switch to per-net connection table
` [PATCHv3 net-next 10/14] ipvs: show the current conn_tab size to users
` [PATCHv3 net-next 11/14] ipvs: no_cport and dropentry counters can be per-net
` [PATCHv3 net-next 12/14] ipvs: use more keys for connection hashing
` [PATCHv3 net-next 13/14] ipvs: add ip_vs_status info
` [PATCHv3 net-next 14/14] ipvs: add conn_lfactor and svc_lfactor sysctl vars

[net] Question about ipvs->sysctl_sync_threshold and READ_ONCE
 2024-03-20 18:03 UTC  (3+ messages)

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH 0/4] sysctl: Remove sentinel elements from networking
 2024-03-15 14:58 UTC  (7+ messages)
` [PATCH 1/4] networking: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH 2/4] netfilter: "
` [PATCH 3/4] appletalk: "
` [PATCH 4/4] ax.25: "

[PATCH] ipvs: allow netlink configuration from non-initial user namespace
 2024-03-08 11:17 UTC  (3+ messages)

How to increase conversions on your website?
 2024-03-01  8:45 UTC 

[PATCH] ipvs: generic netlink multicast event group
 2024-02-29 18:38 UTC  (5+ messages)

[horms-ipvs-next:main 7/9] ld.lld: error: undefined symbol: xt_recseq
 2024-02-05 11:51 UTC 

[PATCH net] ipvs: Simplify the allocation of ip_vs_conn slab caches
 2024-01-22  7:35 UTC  (6+ messages)

[PATCHv2 RFC net-next 00/14] ipvs: per-net tables and optimizations
 2024-01-17 13:09 UTC  (17+ messages)
` [PATCHv2 RFC net-next 01/14] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCHv2 RFC net-next 02/14] ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
` [PATCHv2 RFC net-next 03/14] ipvs: some service readers can use RCU
` [PATCHv2 RFC net-next 04/14] ipvs: use single svc table
` [PATCHv2 RFC net-next 05/14] ipvs: do not keep dest_dst after dest is removed
` [PATCHv2 RFC net-next 06/14] ipvs: use more counters to avoid service lookups
` [PATCHv2 RFC net-next 07/14] ipvs: add resizable hash tables
` [PATCHv2 RFC net-next 08/14] ipvs: use resizable hash table for services
` [PATCHv2 RFC net-next 09/14] ipvs: switch to per-net connection table
` [PATCHv2 RFC net-next 10/14] ipvs: show the current conn_tab size to users
` [PATCHv2 RFC net-next 11/14] ipvs: no_cport and dropentry counters can be per-net
` [PATCHv2 RFC net-next 12/14] ipvs: use more keys for connection hashing
` [PATCHv2 RFC net-next 13/14] ipvs: add ip_vs_status info
` [PATCHv2 RFC net-next 14/14] ipvs: add conn_lfactor and svc_lfactor sysctl vars

[PATCH net] net: ipvs: avoid stat macros calls from preemptible context
 2024-01-17 12:44 UTC  (4+ messages)

Spare parts for separation mills
 2023-12-27  8:31 UTC 

Prosím kontaktujte
 2023-12-11  8:45 UTC 

Bezplatná 60denní zkušební verze: Vylepšete své výrobní procesy
 2023-12-08  9:00 UTC 

[PATCH] ipvs: add a stateless type of service and a stateless Maglev hashing scheduler
 2023-12-07  5:33 UTC  (5+ messages)

[PATCH] net: make config lines follow common pattern
 2023-11-27 10:25 UTC  (2+ messages)

PSA: this list has moved to new vger infra (no action required)
 2023-11-23  2:46 UTC 

:once again
 2023-11-16 13:12 UTC 

[PATCH] selftests: netfilter: Avoid hanging ipvs.sh
 2023-10-13 20:01 UTC 

[PATCH net v6 0/3] Insulate Kernel Space From SOCK_ADDR Hooks
 2023-10-01 18:40 UTC  (5+ messages)
` [PATCH net v6 1/3] net: replace calls to sock->ops->connect() with kernel_connect()
` [PATCH net v6 2/3] net: prevent rewrite of msg_name and msg_namelen in sock_sendmsg()
` [PATCH net v6 3/3] net: prevent address rewrite in kernel_bind()

[GIT PULL] sysctl changes for v6.6-rc1
 2023-09-06 12:35 UTC  (4+ messages)

[PATCH -stable,4.14.y,4.19.y 0/1] ipvs: backport 1b90af292e71 and 5310760af1d4
 2023-08-26 16:36 UTC  (3+ messages)
  ` [PATCH -stable,4.14.y,4.19.y 1/1] ipvs: Improve robustness to the ipvs sysctl

[PATCH RFC net-next 00/14] ipvs: per-net tables and optimizations
 2023-08-16 22:54 UTC  (12+ messages)
` [PATCH RFC net-next 01/14] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCH RFC net-next 08/14] ipvs: use resizable hash table for services
` [PATCH RFC net-next 09/14] ipvs: switch to per-net connection table
` [PATCH RFC net-next 10/14] ipvs: show the current conn_tab size to users
` [PATCH RFC net-next 11/14] ipvs: no_cport and dropentry counters can be per-net
` [PATCH RFC net-next 12/14] ipvs: use more keys for connection hashing
` [PATCH RFC net-next 13/14] ipvs: add ip_vs_status info
` [PATCH RFC net-next 14/14] ipvs: add conn_lfactor and svc_lfactor sysctl vars

[PATCH v3 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-15 22:27 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).