aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+2
2021-09-21net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-10/+38
2021-08-09net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl1-15/+16
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce3-3/+5
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul4-7/+33
2021-08-05net: Remove redundant if statementsYajun Deng2-4/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce1-2/+3
2021-06-21net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter1-3/+3
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce6-108/+143
2021-06-16net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce4-1/+99
2021-06-16net/smc: Add netlink support for SMC statisticsGuvenc Gulce3-0/+286
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce7-21/+395
2021-06-03net/smc: no need to flush smcd_dev's event_wq before destroying itJulian Wiedmann1-1/+0
2021-06-03net/smc: avoid possible duplicate dmb unregistrationKarsten Graul1-15/+0
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+10
2021-05-17net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann1-1/+10
2021-05-13net/smc: properly handle workqueue allocation failureAnirudh Rayabharam1-2/+8
2021-05-13Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-05-05smc: disallow TCP_ULP in smc_setsockopt()Cong Wang1-1/+3
2021-04-27net/smc: Remove redundant assignment to rcJiapeng Chong1-1/+0
2021-04-01net: smc: Remove repeated struct declarationWan Jiabing1-1/+0
2021-01-12net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce3-10/+16
2021-01-12smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski1-1/+2
2020-12-16net/smc: fix access to parent of an ib deviceKarsten Graul1-13/+23
2020-12-01net/smc: Add support for obtaining SMCR device listGuvenc Gulce4-1/+165
2020-12-01net/smc: Add support for obtaining SMCD device listGuvenc Gulce4-0/+126
2020-12-01net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce3-0/+136
2020-12-01net/smc: Introduce SMCR get link commandGuvenc Gulce4-17/+106
2020-12-01net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce3-0/+91
2020-12-01net/smc: Add support for obtaining system informationGuvenc Gulce6-0/+82
2020-12-01net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce4-2/+86
2020-12-01net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce3-10/+15
2020-12-01net/smc: Add diagnostic information to link structureGuvenc Gulce2-0/+12
2020-12-01net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce3-0/+48
2020-12-01net/smc: Add link counters for IB device portsGuvenc Gulce2-0/+15
2020-12-01net/smc: Add connection counters for linksGuvenc Gulce2-2/+15
2020-12-01net/smc: Use active link of the connectionGuvenc Gulce1-5/+5
2020-12-01net/smc: use helper smc_conn_abort() in listen processingKarsten Graul1-12/+5
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+7
2020-11-19net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul1-3/+3
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul2-2/+4
2020-11-07net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais2-11/+9
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-10-31net/smc: improve return codes for SMC-Dv2Karsten Graul3-20/+47
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-2/+2
2020-10-30net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-10-26net/smc: fix suppressed return codeKarsten Graul1-2/+5
2020-10-26net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul1-3/+4