summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang2024-12-151-0/+5
* net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang2024-12-152-1/+9
* net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang2024-12-153-3/+16
* net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang2024-12-153-2/+14
* net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang2024-12-151-0/+7
* net/smc: protect link down work from execute after lgr freedGuangguan Wang2024-12-151-2/+7
* net/smc: fix LGR and link use-after-free issueWen Gu2024-12-031-0/+2
* net/smc: initialize close_work early to avoid warningWen Gu2024-12-031-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-073-10/+6
|\
| * net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet2024-11-071-1/+3
| * net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang2024-11-072-9/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-212-2/+6
|\|
| * net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing2024-10-151-1/+1
| * net/smc: Fix memory leak when using percpu refsKai Shen2024-10-141-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-0/+11
|\|
| * net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe2024-10-101-0/+11
* | net/smc: Address spelling errorsSimon Horman2024-10-104-5/+5
|/
* net/smc: add sysctl for smc_limit_hsD. Wythe2024-09-102-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-052-1/+10
|\
| * net/smc: prevent NULL pointer dereference in txopt_getJeongjun Park2024-08-302-1/+10
* | net/smc: introduce statistics for ringbufs usage of net namespaceWen Gu2024-08-203-16/+40
* | net/smc: introduce statistics for allocated ringbufs of link groupWen Gu2024-08-202-4/+44
* | net/smc: Use static_assert() to check struct sizesGustavo A. R. Silva2024-08-121-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-081-1/+1
|\|
| * net/smc: add the max value of fallback reason countZhengchao Shao2024-08-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-011-3/+4
|\|
| * net/smc: prevent UAF in inet_create()D. Wythe2024-07-301-3/+4
* | net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao2024-07-311-2/+2
* | net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao2024-07-311-4/+0
* | net/smc: remove the fallback in __smc_connectZhengchao Shao2024-07-311-4/+0
* | net/smc: remove unreferenced header in smc_loopback.h fileZhengchao Shao2024-07-311-1/+0
|/
* net/smc: Introduce IPPROTO_SMCD. Wythe2024-06-174-3/+196
* net/smc: expose smc proto operationsD. Wythe2024-06-172-30/+63
* net/smc: refactoring initialization of smc sockD. Wythe2024-06-172-38/+53
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-20/+2
|\
| * net/smc: avoid overwriting when adjusting sock bufsizesWen Gu2024-06-051-20/+2
* | net/smc: change SMCR_RMBE_SIZES from 5 to 15Guangguan Wang2024-06-031-1/+1
* | net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang2024-06-031-2/+3
|/
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-2/+2
* net: change proto and proto_ops accept typeJens Axboe2024-05-131-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-7/+12
|\
| * net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu2024-05-091-7/+12
* | net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados2024-05-031-3/+3
* | net/smc: implement DMB-merged operations of loopback-ismWen Gu2024-04-302-15/+108
* | net/smc: adapt cursor update when sndbuf and peer DMB are mergedWen Gu2024-04-301-2/+34
* | net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu2024-04-303-1/+77
* | net/smc: add operations to merge sndbuf with peer DMBWen Gu2024-04-302-0/+44
* | net/smc: register loopback-ism into SMC-D device listWen Gu2024-04-303-16/+35
* | net/smc: ignore loopback-ism when dumping SMC-D devicesWen Gu2024-04-302-0/+7
* | net/smc: mark optional smcd_ops and check for support when calledWen Gu2024-04-301-1/+8