summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net/smc: implement DMB-related operations of loopback-ismWen Gu2024-04-302-3/+139
* | net/smc: implement ID-related operations of loopback-ismWen Gu2024-04-302-5/+60
* | net/smc: introduce loopback-ism for SMC intra-OS shortcutWen Gu2024-04-305-1/+223
* | net/smc: decouple ism_client from SMC-D DMB registrationWen Gu2024-04-301-5/+2
* | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* | net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-032-12/+20
* | net: add sk_wake_async_rcu() helperEric Dumazet2024-03-291-2/+2
* | net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao2024-03-291-4/+2
|/
* net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet2024-03-051-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+1
|\
| * net: smc: fix spurious error message from __sock_release()Dmitry Antipov2024-02-141-0/+1
* | net/smc: change the term virtual ISM to Emulated-ISMWen Gu2024-02-076-24/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-3/+9
|\|
| * net/smc: fix incorrect SMC-D link group matching logicWen Gu2024-01-261-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-251-1/+1
|\|
| * net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu2024-01-191-1/+1
* | sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet2024-01-231-0/+1
|/