summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+18
2025-07-15smc: Fix various oops due to inet_sock type confusion.Kuniyuki Iwashima2-4/+18
2025-07-10net/smc: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+1
2025-06-24net: make sk->sk_rcvtimeo locklessEric Dumazet2-4/+4
2025-06-24net: make sk->sk_sndtimeo locklessEric Dumazet1-2/+2
2025-06-24net: remove sock_i_uid()Eric Dumazet1-1/+1
2025-06-24net/smc: replace strncpy with strscpyPranav Tyagi1-1/+1
2025-06-21net/smc: remove unused function smc_lo_supports_v2Wang Liang1-6/+0
2025-06-20net/smc: remove unused input parameters in smc_buf_get_slotWang Liang1-3/+2
2025-04-12smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima1-0/+5
2025-03-14net/smc: use the correct ndev to find pnetid by pnetid tableGuangguan Wang1-3/+5
2025-02-22net: better track kernel sockets lifetimeEric Dumazet1-4/+1
2025-01-14net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang3-21/+26
2025-01-12net/smc: delete pointless divide by oneDan Carpenter2-2/+2
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-8/+58
2024-12-15net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang1-0/+5
2024-12-15net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang2-1/+9
2024-12-15net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang3-3/+16
2024-12-15net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang3-2/+14
2024-12-15net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang1-0/+7
2024-12-15net/smc: protect link down work from execute after lgr freedGuangguan Wang1-2/+7
2024-12-12net/smc: support ipv4 mapped ipv6 addr client for smc-r v2Guangguan Wang1-1/+4
2024-12-12net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1Guangguan Wang5-30/+52
2024-12-03net/smc: fix LGR and link use-after-free issueWen Gu1-0/+2
2024-12-03net/smc: initialize close_work early to avoid warningWen Gu1-3/+1
2024-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-10/+6
2024-11-07net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet1-1/+3
2024-11-07net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang2-9/+3
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-2/+6
2024-10-15net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
2024-10-15net/smc: Fix memory leak when using percpu refsKai Shen1-1/+5
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+11
2024-10-10net/smc: Address spelling errorsSimon Horman4-5/+5
2024-10-10net/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