summaryrefslogtreecommitdiff
path: root/net/smc/smc_sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados1-3/+3
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2023-11-24net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang1-0/+12
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang1-0/+12
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+2
2023-08-16networking: Update to register_net_sysctl_szJoel Granados1-1/+2
2023-08-09net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer1-2/+8
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu1-0/+21
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu1-0/+9
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu1-0/+11
2022-03-27net/smc: fix a memory leak in smc_sysctl_net_exit()Eric Dumazet1-0/+5
2022-03-07net/smc: fix compile warning for smc_sysctlDust Li1-17/+2
2022-03-01net/smc: add sysctl for autocorkingDust Li1-0/+10
2022-03-01net/smc: add sysctl interface for SMCDust Li1-0/+70