summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-136-10/+38
|\
| * net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce2021-08-093-3/+5
| * net/smc: fix wait on already cleared linkKarsten Graul2021-08-094-7/+33
* | net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl2021-08-091-15/+16
* | net: Remove redundant if statementsYajun Deng2021-08-052-4/+2
|/
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* net/smc: Ensure correct state of the socket in send pathGuvenc Gulce2021-06-251-2/+3
* net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter2021-06-211-3/+3
* net/smc: Make SMC statistics network namespace awareGuvenc Gulce2021-06-166-108/+143
* net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce2021-06-164-1/+99
* net/smc: Add netlink support for SMC statisticsGuvenc Gulce2021-06-163-0/+286
* net/smc: Add SMC statistics supportGuvenc Gulce2021-06-167-21/+395
* net/smc: no need to flush smcd_dev's event_wq before destroying itJulian Wiedmann2021-06-031-1/+0
* net/smc: avoid possible duplicate dmb unregistrationKarsten Graul2021-06-031-15/+0
* Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-261-1/+10
|\
| * net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann2021-05-171-1/+10
* | net/smc: properly handle workqueue allocation failureAnirudh Rayabharam2021-05-131-2/+8
* | Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman2021-05-131-5/+0
|/
* smc: disallow TCP_ULP in smc_setsockopt()Cong Wang2021-05-051-1/+3
* net/smc: Remove redundant assignment to rcJiapeng Chong2021-04-271-1/+0
* net: smc: Remove repeated struct declarationWan Jiabing2021-04-011-1/+0
* net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce2021-01-123-10/+16
* smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski2021-01-121-1/+2
* net/smc: fix access to parent of an ib deviceKarsten Graul2020-12-161-13/+23
* net/smc: Add support for obtaining SMCR device listGuvenc Gulce2020-12-014-1/+165
* net/smc: Add support for obtaining SMCD device listGuvenc Gulce2020-12-014-0/+126
* net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce2020-12-013-0/+136
* net/smc: Introduce SMCR get link commandGuvenc Gulce2020-12-014-17/+106
* net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce2020-12-013-0/+91
* net/smc: Add support for obtaining system informationGuvenc Gulce2020-12-016-0/+82
* net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce2020-12-014-2/+86
* net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce2020-12-013-10/+15
* net/smc: Add diagnostic information to link structureGuvenc Gulce2020-12-012-0/+12
* net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce2020-12-013-0/+48
* net/smc: Add link counters for IB device portsGuvenc Gulce2020-12-012-0/+15
* net/smc: Add connection counters for linksGuvenc Gulce2020-12-012-2/+15
* net/smc: Use active link of the connectionGuvenc Gulce2020-12-011-5/+5
* net/smc: use helper smc_conn_abort() in listen processingKarsten Graul2020-12-011-12/+5
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-193-5/+7
|\
| * net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul2020-11-191-3/+3
| * net/smc: fix matching of existing link groupsKarsten Graul2020-11-192-2/+4
* | net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-072-11/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-2/+2
|\|
| * Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2020-10-311-2/+2
| |\
| | * net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-301-2/+2
* | | net/smc: improve return codes for SMC-Dv2Karsten Graul2020-10-313-20/+47
|/ /
* | net/smc: fix suppressed return codeKarsten Graul2020-10-261-2/+5
* | net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul2020-10-261-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-152-13/+11
|\
| * net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul2020-10-151-1/+2