aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/sysctl.c')
-rw-r--r--net/tipc/sysctl.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tipc/sysctl.c b/net/tipc/sysctl.c
index 6159d327db76..58ab3d6dcdce 100644
--- a/net/tipc/sysctl.c
+++ b/net/tipc/sysctl.c
@@ -35,6 +35,7 @@
#include "core.h"
#include "trace.h"
+#include "crypto.h"
#include <linux/sysctl.h>
@@ -64,6 +65,16 @@ static struct ctl_table tipc_table[] = {
.mode = 0644,
.proc_handler = proc_doulongvec_minmax,
},
+#ifdef CONFIG_TIPC_CRYPTO
+ {
+ .procname = "max_tfms",
+ .data = &sysctl_tipc_max_tfms,
+ .maxlen = sizeof(sysctl_tipc_max_tfms),
+ .mode = 0644,
+ .proc_handler = proc_dointvec_minmax,
+ .extra1 = SYSCTL_ONE,
+ },
+#endif
{}
};
ion of rep's default flow ruleGavi Teitz1-9/+16 2018-10-01net/mlx5e: Enable stateless offloads for VF representor netdevsGavi Teitz1-0/+10 2018-10-01net/mlx5e: Change VF representors' RQ typeGavi Teitz3-18/+25 2018-10-01net/mlx5e: Ethtool steering, Support masks for l3/l4 filtersOr Gerlitz1-40/+16 2018-09-29openvswitch: Use correct reply values in datapath and vport opsYifeng Sun1-10/+10 2018-09-29tls: Remove redundant vars from tls record structureVakul Garg2-53/+45 2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen3-6/+64 2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy3-5/+22 2018-09-29tipc: refactor function tipc_sk_filter_connect()Jon Maloy1-58/+43 2018-09-29tipc: refactor function tipc_sk_timeout()Jon Maloy1-24/+38 2018-09-29tipc: refactor function tipc_msg_reverse()Jon Maloy1-30/+28 2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng3-46/+8 2018-09-29hns3: Another build fix.David S. Miller1-1/+1 2018-09-29hns3: Fix the build.David S. Miller1-1/+1 2018-09-28qed: fix spelling mistake "b_cb_registred" -> "b_cb_registered"Colin Ian King2-8/+8 2018-09-28net: sched: make function qdisc_free_cb() staticWei Yongjun1-1/+1