summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
5 daysnet/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
6 daysnet/smc: Fix memory leak when using percpu refsKai Shen1-1/+5
10 daysnet/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe1-0/+11
2024-09-10net/smc: add sysctl for smc_limit_hsD. Wythe2-3/+11
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+10
2024-08-30net/smc: prevent NULL pointer dereference in txopt_getJeongjun Park2-1/+10
2024-08-20net/smc: introduce statistics for ringbufs usage of net namespaceWen Gu3-16/+40
2024-08-20net/smc: introduce statistics for allocated ringbufs of link groupWen Gu2-4/+44
2024-08-13net/smc: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+4
2024-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-08-08net/smc: add the max value of fallback reason countZhengchao Shao1-1/+1
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2024-07-31net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao1-2/+2
2024-07-31net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao1-4/+0
2024-07-31net/smc: remove the fallback in __smc_connectZhengchao Shao1-4/+0
2024-07-31net/smc: remove unreferenced header in smc_loopback.h fileZhengchao Shao1-1/+0
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe1-3/+4
2024-06-17net/smc: Introduce IPPROTO_SMCD. Wythe4-3/+196
2024-06-17net/smc: expose smc proto operationsD. Wythe2-30/+63
2024-06-17net/smc: refactoring initialization of smc sockD. Wythe2-38/+53
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-20/+2
2024-06-05net/smc: avoid overwriting when adjusting sock bufsizesWen Gu1-20/+2
2024-06-03net/smc: change SMCR_RMBE_SIZES from 5 to 15Guangguan Wang1-1/+1
2024-06-03net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang1-2/+3
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-2/+2
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-3/+3
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+12
2024-05-09net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu1-7/+12
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados1-3/+3
2024-04-30net/smc: implement DMB-merged operations of loopback-ismWen Gu2-15/+108
2024-04-30net/smc: adapt cursor update when sndbuf and peer DMB are mergedWen Gu1-2/+34
2024-04-30net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu3-1/+77
2024-04-30net/smc: add operations to merge sndbuf with peer DMBWen Gu2-0/+44
2024-04-30net/smc: register loopback-ism into SMC-D device listWen Gu3-16/+35
2024-04-30net/smc: ignore loopback-ism when dumping SMC-D devicesWen Gu2-0/+7
2024-04-30net/smc: mark optional smcd_ops and check for support when calledWen Gu1-1/+8
2024-04-30net/smc: implement DMB-related operations of loopback-ismWen Gu2-3/+139
2024-04-30net/smc: implement ID-related operations of loopback-ismWen Gu2-5/+60
2024-04-30net/smc: introduce loopback-ism for SMC intra-OS shortcutWen Gu5-1/+223
2024-04-30net/smc: decouple ism_client from SMC-D DMB registrationWen Gu1-5/+2
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-04-03net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-12/+20
2024-03-30net: add sk_wake_async_rcu() helperEric Dumazet1-2/+2
2024-03-29net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao1-4/+2
2024-03-05net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet1-0/+10
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-14net: smc: fix spurious error message from __sock_release()Dmitry Antipov1-0/+1
2024-02-08net/smc: change the term virtual ISM to Emulated-ISMWen Gu6-24/+24
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+9
2024-01-27net/smc: fix incorrect SMC-D link group matching logicWen Gu1-3/+9