summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorLines
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-1/+1
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce-2/+3
2021-06-21net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter-3/+3
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce-108/+143
2021-06-16net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce-1/+99
2021-06-16net/smc: Add netlink support for SMC statisticsGuvenc Gulce-0/+286
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce-21/+395
2021-06-03net/smc: no need to flush smcd_dev's event_wq before destroying itJulian Wiedmann-1/+0
2021-06-03net/smc: avoid possible duplicate dmb unregistrationKarsten Graul-15/+0
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+10
2021-05-17net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann-1/+10
2021-05-13net/smc: properly handle workqueue allocation failureAnirudh Rayabharam-2/+8
2021-05-13Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman-5/+0
2021-05-05smc: disallow TCP_ULP in smc_setsockopt()Cong Wang-1/+3
2021-04-27net/smc: Remove redundant assignment to rcJiapeng Chong-1/+0
2021-04-01net: smc: Remove repeated struct declarationWan Jiabing-1/+0
2021-01-12net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce-10/+16
2021-01-12smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski-1/+2
2020-12-16net/smc: fix access to parent of an ib deviceKarsten Graul-13/+23
2020-12-01net/smc: Add support for obtaining SMCR device listGuvenc Gulce-1/+165
2020-12-01net/smc: Add support for obtaining SMCD device listGuvenc Gulce-0/+126
2020-12-01net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce-0/+136
2020-12-01net/smc: Introduce SMCR get link commandGuvenc Gulce-17/+106
2020-12-01net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce-0/+91
2020-12-01net/smc: Add support for obtaining system informationGuvenc Gulce-0/+82
2020-12-01net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce-2/+86
2020-12-01net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce-10/+15
2020-12-01net/smc: Add diagnostic information to link structureGuvenc Gulce-0/+12
2020-12-01net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce-0/+48
2020-12-01net/smc: Add link counters for IB device portsGuvenc Gulce-0/+15
2020-12-01net/smc: Add connection counters for linksGuvenc Gulce-2/+15
2020-12-01net/smc: Use active link of the connectionGuvenc Gulce-5/+5
2020-12-01net/smc: use helper smc_conn_abort() in listen processingKarsten Graul-12/+5
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+7
2020-11-19net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul-3/+3
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul-2/+4
2020-11-07net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais-11/+9
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2020-10-31net/smc: improve return codes for SMC-Dv2Karsten Graul-20/+47
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds-2/+2
2020-10-30net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-10-26net/smc: fix suppressed return codeKarsten Graul-2/+5
2020-10-26net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul-3/+4
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+11
2020-10-15net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul-1/+2
2020-10-15net/smc: fix valid DMBE buffer sizesKarsten Graul-1/+1
2020-10-15net/smc: fix use-after-free of delayed eventsKarsten Graul-8/+5
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi-2/+2
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi-1/+1
2020-10-09net/smc: restore smcd_version when all ISM V2 devices failed to initKarsten Graul-1/+5