summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorLines
2025-01-13net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang-21/+26
2025-01-11net/smc: delete pointless divide by oneDan Carpenter-2/+2
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+58
2024-12-15net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang-0/+5
2024-12-15net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang-1/+9
2024-12-15net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang-3/+16
2024-12-15net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang-2/+14
2024-12-15net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang-0/+7
2024-12-15net/smc: protect link down work from execute after lgr freedGuangguan Wang-2/+7
2024-12-12net/smc: support ipv4 mapped ipv6 addr client for smc-r v2Guangguan Wang-1/+4
2024-12-12net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1Guangguan Wang-30/+52
2024-12-03net/smc: fix LGR and link use-after-free issueWen Gu-0/+2
2024-12-03net/smc: initialize close_work early to avoid warningWen Gu-3/+1
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+6
2024-11-07net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet-1/+3
2024-11-07net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang-9/+3
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-2/+6
2024-10-15net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing-1/+1
2024-10-14net/smc: Fix memory leak when using percpu refsKai Shen-1/+5
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+11
2024-10-10net/smc: Address spelling errorsSimon Horman-5/+5
2024-10-10net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe-0/+11
2024-09-10net/smc: add sysctl for smc_limit_hsD. Wythe-3/+11
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+10
2024-08-30net/smc: prevent NULL pointer dereference in txopt_getJeongjun Park-1/+10
2024-08-20net/smc: introduce statistics for ringbufs usage of net namespaceWen Gu-16/+40
2024-08-20net/smc: introduce statistics for allocated ringbufs of link groupWen Gu-4/+44
2024-08-12net/smc: Use static_assert() to check struct sizesGustavo A. R. Silva-0/+4
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-08-07net/smc: add the max value of fallback reason countZhengchao Shao-1/+1
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+4
2024-07-31net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao-2/+2
2024-07-31net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao-4/+0
2024-07-31net/smc: remove the fallback in __smc_connectZhengchao Shao-4/+0
2024-07-31net/smc: remove unreferenced header in smc_loopback.h fileZhengchao Shao-1/+0
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe-3/+4
2024-06-17net/smc: Introduce IPPROTO_SMCD. Wythe-3/+196
2024-06-17net/smc: expose smc proto operationsD. Wythe-30/+63
2024-06-17net/smc: refactoring initialization of smc sockD. Wythe-38/+53
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+2
2024-06-05net/smc: avoid overwriting when adjusting sock bufsizesWen Gu-20/+2
2024-06-03net/smc: change SMCR_RMBE_SIZES from 5 to 15Guangguan Wang-1/+1
2024-06-03net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang-2/+3
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-2/+2
2024-05-13net: change proto and proto_ops accept typeJens Axboe-3/+3
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+12
2024-05-09net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu-7/+12
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados-3/+3
2024-04-30net/smc: implement DMB-merged operations of loopback-ismWen Gu-15/+108
2024-04-30net/smc: adapt cursor update when sndbuf and peer DMB are mergedWen Gu-2/+34