| Commit message (Expand) | Author | Age | Files | Lines |
* | net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid() | Karsten Graul | 2020-11-19 | 1 | -3/+3 |
* | net/smc: fix matching of existing link groups | Karsten Graul | 2020-11-19 | 2 | -2/+4 |
* | Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s... | Linus Torvalds | 2020-10-31 | 1 | -2/+2 |
|\ |
|
| * | net/smc: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-10-30 | 1 | -2/+2 |
* | | net/smc: fix suppressed return code | Karsten Graul | 2020-10-26 | 1 | -2/+5 |
* | | net/smc: fix null pointer dereference in smc_listen_decline() | Karsten Graul | 2020-10-26 | 1 | -3/+4 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-10-15 | 2 | -13/+11 |
|\ |
|
| * | net/smc: fix invalid return code in smcd_new_buf_create() | Karsten Graul | 2020-10-15 | 1 | -1/+2 |
| * | net/smc: fix valid DMBE buffer sizes | Karsten Graul | 2020-10-15 | 1 | -1/+1 |
| * | net/smc: fix use-after-free of delayed events | Karsten Graul | 2020-10-15 | 1 | -8/+5 |
| * | net: smc: fix missing brace warning for old compilers | Pujin Shi | 2020-10-10 | 1 | -2/+2 |
| * | net: smc: fix missing brace warning for old compilers | Pujin Shi | 2020-10-10 | 1 | -1/+1 |
* | | net/smc: restore smcd_version when all ISM V2 devices failed to init | Karsten Graul | 2020-10-09 | 1 | -1/+5 |
* | | net/smc: cleanup buffer usage in smc_listen_work() | Karsten Graul | 2020-10-09 | 1 | -6/+3 |
* | | net/smc: consolidate unlocking in same function | Karsten Graul | 2020-10-09 | 1 | -37/+40 |
* | | net/smc: use an array to check fields in system EID | Karsten Graul | 2020-10-03 | 1 | -1/+1 |
* | | net/smc: send ISM devices with unique chid in CLC proposal | Karsten Graul | 2020-10-03 | 1 | -1/+17 |
* | | net/smc: CLC decline - V2 enhancements | Ursula Braun | 2020-09-28 | 3 | -15/+30 |
* | | net/smc: introduce CLC first contact extension | Ursula Braun | 2020-09-28 | 6 | -5/+91 |
* | | net/smc: CLC accept / confirm V2 | Ursula Braun | 2020-09-28 | 3 | -57/+170 |
* | | net/smc: determine accepted ISM devices | Ursula Braun | 2020-09-28 | 4 | -34/+208 |
* | | net/smc: build and send V2 CLC proposal | Ursula Braun | 2020-09-28 | 4 | -42/+210 |
* | | net/smc: determine proposed ISM devices | Ursula Braun | 2020-09-28 | 8 | -58/+135 |
* | | net/smc: introduce list of pnetids for Ethernet devices | Ursula Braun | 2020-09-28 | 3 | -7/+153 |
* | | net/smc: introduce CHID callback for ISM devices | Ursula Braun | 2020-09-28 | 4 | -0/+9 |
* | | net/smc: introduce System Enterprise ID (SEID) | Ursula Braun | 2020-09-28 | 3 | -2/+28 |
* | | net/smc: prepare for more proposed ISM devices | Ursula Braun | 2020-09-28 | 6 | -44/+69 |
* | | net/smc: split CLC confirm/accept data to be sent | Ursula Braun | 2020-09-28 | 2 | -12/+15 |
* | | net/smc: separate find device functions | Ursula Braun | 2020-09-28 | 3 | -46/+84 |
* | | net/smc: CLC header fields renaming | Ursula Braun | 2020-09-28 | 3 | -23/+25 |
* | | net/smc: remove constant and introduce helper to check for a pnet id | Karsten Graul | 2020-09-28 | 1 | -8/+12 |
* | | net/smc: fix double kfree in smc_listen_work() | Ursula Braun | 2020-09-17 | 1 | -2/+2 |
* | | net/smc: check variable before dereferencing in smc_close.c | Karsten Graul | 2020-09-16 | 1 | -3/+4 |
* | | net/smc: use separate work queues for different worker types | Karsten Graul | 2020-09-10 | 7 | -18/+49 |
* | | net/smc: use the retry mechanism for netlink messages | Guvenc Gulce | 2020-09-10 | 1 | -7/+23 |
* | | net/smc: immediate freeing in smc_lgr_cleanup_early() | Ursula Braun | 2020-09-10 | 2 | -20/+4 |
* | | net/smc: reduce smc_listen_decline() calls | Ursula Braun | 2020-09-10 | 1 | -16/+6 |
* | | net/smc: improve server ISM device determination | Ursula Braun | 2020-09-10 | 3 | -16/+7 |
* | | net/smc: common routine for CLC accept and confirm | Ursula Braun | 2020-09-10 | 4 | -143/+118 |
* | | net/smc: dynamic allocation of CLC proposal buffer | Ursula Braun | 2020-09-10 | 3 | -49/+67 |
* | | net/smc: introduce better field names | Ursula Braun | 2020-09-10 | 6 | -57/+55 |
* | | net/smc: reduce active tcp_listen workers | Ursula Braun | 2020-09-10 | 3 | -11/+36 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-09-03 | 3 | -8/+25 |
|\ |
|
| * | net/smc: fix sock refcounting in case of termination | Ursula Braun | 2020-09-03 | 1 | -7/+8 |
| * | net/smc: reset sndbuf_desc if freed | Ursula Braun | 2020-09-03 | 1 | -0/+1 |
| * | net/smc: set rx_off for SMCR explicitly | Ursula Braun | 2020-09-03 | 1 | -0/+2 |
| * | net/smc: fix toleration of fake add_link messages | Karsten Graul | 2020-09-03 | 1 | -1/+14 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
|/ |
|
* | net/smc: Prevent kernel-infoleak in __smc_diag_dump() | Peilin Ye | 2020-08-20 | 1 | -7/+9 |
* | net/smc: unique reason code for exceeded max dmb count | Karsten Graul | 2020-07-27 | 3 | -6/+12 |