Age | Commit message (Expand) | Author | Files | Lines |
2021-01-13 | net/smc: use memcpy instead of snprintf to avoid out of bounds read | Guvenc Gulce | 3 | -10/+16 |
2021-01-13 | smc: fix out of bound access in smc_nl_get_sys_info() | Jakub Kicinski | 1 | -1/+2 |
2020-12-17 | net/smc: fix access to parent of an ib device | Karsten Graul | 1 | -13/+23 |
2020-12-02 | net/smc: Add support for obtaining SMCR device list | Guvenc Gulce | 4 | -1/+165 |
2020-12-02 | net/smc: Add support for obtaining SMCD device list | Guvenc Gulce | 4 | -0/+126 |
2020-12-02 | net/smc: Add SMC-D Linkgroup diagnostic support | Guvenc Gulce | 3 | -0/+136 |
2020-12-02 | net/smc: Introduce SMCR get link command | Guvenc Gulce | 4 | -17/+106 |
2020-12-02 | net/smc: Introduce SMCR get linkgroup command | Guvenc Gulce | 3 | -0/+91 |
2020-12-02 | net/smc: Add support for obtaining system information | Guvenc Gulce | 6 | -0/+82 |
2020-12-02 | net/smc: Introduce generic netlink interface for diagnostic purposes | Guvenc Gulce | 4 | -2/+86 |
2020-12-02 | net/smc: Refactor smc ism v2 capability handling | Guvenc Gulce | 3 | -10/+15 |
2020-12-02 | net/smc: Add diagnostic information to link structure | Guvenc Gulce | 2 | -0/+12 |
2020-12-02 | net/smc: Add diagnostic information to smc ib-device | Guvenc Gulce | 3 | -0/+48 |
2020-12-02 | net/smc: Add link counters for IB device ports | Guvenc Gulce | 2 | -0/+15 |
2020-12-02 | net/smc: Add connection counters for links | Guvenc Gulce | 2 | -2/+15 |
2020-12-02 | net/smc: Use active link of the connection | Guvenc Gulce | 1 | -5/+5 |
2020-12-02 | net/smc: use helper smc_conn_abort() in listen processing | Karsten Graul | 1 | -12/+5 |
2020-11-20 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -5/+7 |
2020-11-19 | net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid() | Karsten Graul | 1 | -3/+3 |
2020-11-19 | net/smc: fix matching of existing link groups | Karsten Graul | 2 | -2/+4 |
2020-11-07 | net: smc: convert tasklets to use new tasklet_setup() API | Allen Pais | 2 | -11/+9 |
2020-11-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
2020-11-01 | net/smc: improve return codes for SMC-Dv2 | Karsten Graul | 3 | -20/+47 |
2020-11-01 | Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -2/+2 |
2020-10-31 | net/smc: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -2/+2 |
2020-10-27 | net/smc: fix suppressed return code | Karsten Graul | 1 | -2/+5 |
2020-10-27 | net/smc: fix null pointer dereference in smc_listen_decline() | Karsten Graul | 1 | -3/+4 |
2020-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -13/+11 |
2020-10-15 | net/smc: fix invalid return code in smcd_new_buf_create() | Karsten Graul | 1 | -1/+2 |
2020-10-15 | net/smc: fix valid DMBE buffer sizes | Karsten Graul | 1 | -1/+1 |
2020-10-15 | net/smc: fix use-after-free of delayed events | Karsten Graul | 1 | -8/+5 |
2020-10-10 | net: smc: fix missing brace warning for old compilers | Pujin Shi | 1 | -2/+2 |
2020-10-10 | net: smc: fix missing brace warning for old compilers | Pujin Shi | 1 | -1/+1 |
2020-10-10 | net/smc: restore smcd_version when all ISM V2 devices failed to init | Karsten Graul | 1 | -1/+5 |
2020-10-10 | net/smc: cleanup buffer usage in smc_listen_work() | Karsten Graul | 1 | -6/+3 |
2020-10-10 | net/smc: consolidate unlocking in same function | Karsten Graul | 1 | -37/+40 |
2020-10-04 | net/smc: use an array to check fields in system EID | Karsten Graul | 1 | -1/+1 |
2020-10-04 | net/smc: send ISM devices with unique chid in CLC proposal | Karsten Graul | 1 | -1/+17 |
2020-09-29 | net/smc: CLC decline - V2 enhancements | Ursula Braun | 3 | -15/+30 |
2020-09-29 | net/smc: introduce CLC first contact extension | Ursula Braun | 6 | -5/+91 |
2020-09-29 | net/smc: CLC accept / confirm V2 | Ursula Braun | 3 | -57/+170 |
2020-09-29 | net/smc: determine accepted ISM devices | Ursula Braun | 4 | -34/+208 |
2020-09-29 | net/smc: build and send V2 CLC proposal | Ursula Braun | 4 | -42/+210 |
2020-09-29 | net/smc: determine proposed ISM devices | Ursula Braun | 8 | -58/+135 |
2020-09-29 | net/smc: introduce list of pnetids for Ethernet devices | Ursula Braun | 3 | -7/+153 |
2020-09-29 | net/smc: introduce CHID callback for ISM devices | Ursula Braun | 4 | -0/+9 |
2020-09-29 | net/smc: introduce System Enterprise ID (SEID) | Ursula Braun | 3 | -2/+28 |
2020-09-29 | net/smc: prepare for more proposed ISM devices | Ursula Braun | 6 | -44/+69 |
2020-09-29 | net/smc: split CLC confirm/accept data to be sent | Ursula Braun | 2 | -12/+15 |
2020-09-29 | net/smc: separate find device functions | Ursula Braun | 3 | -46/+84 |