summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: avoid fallback in case of non-blocking connectUrsula Braun2019-08-051-3/+4
* net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun2019-08-051-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-282-1/+7
|\
| * net/smc: Fix error path in smc_initYueHaibing2019-06-261-1/+4
| * net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou2019-06-261-0/+3
* | net/smc: common release code for non-accepted socketsUrsula Braun2019-06-271-41/+32Star
* | net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-031-4/+7
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-8/+8
|\
| * net/smc: Use rdma_read_gid_l2_fields to L2 fieldsParav Pandit2019-05-031-8/+8
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-175-24/+68
|\ \
| * | net/smc: move unhash before release of clcsockUrsula Braun2019-04-111-3/+3
| * | net/smc: fix return code from FLUSH commandKarsten Graul2019-04-111-1/+2
| * | net/smc: propagate file from SMC to TCP socketUrsula Braun2019-04-111-10/+28
| * | net/smc: fix a NULL pointer dereferenceKangjie Lu2019-04-111-0/+5
| * | net/smc: wait for pending work before clcsock release_sockKarsten Graul2019-04-113-10/+30
| |/
* | net/smc: improve smc_conn_create reason codesKarsten Graul2019-04-124-59/+58Star
* | net/smc: improve smc_listen_work reason codesKarsten Graul2019-04-122-46/+54
* | net/smc: code cleanup smc_listen_workKarsten Graul2019-04-121-15/+14Star
* | net/smc: cleanup of get vlan idKarsten Graul2019-04-123-6/+10
* | net/smc: consolidate function parametersKarsten Graul2019-04-127-141/+139Star
* | net/smc: check for ip prefix and subnetKarsten Graul2019-04-122-3/+10
* | net/smc: fallback to TCP after connect problemsKarsten Graul2019-04-121-4/+4
* | net/smc: nonblocking connect reworkUrsula Braun2019-04-122-42/+47
* | genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1Star
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-1/+0Star
|\
| * pipe: stop using ->can_mergeJann Horn2019-02-011-1/+0Star
* | net/smc: allow pnetid-less configurationUrsula Braun2019-02-281-1/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-3/+3
|\ \
| * | net/smc: fix smc_poll in SMC_INIT stateUrsula Braun2019-02-211-3/+3
* | | net/smc: allow PCI IDs as ib device names in the pnet tableHans Wippel2019-02-211-2/+4
* | | net/smc: add pnet table namespace supportHans Wippel2019-02-214-43/+162
* | | net/smc: add smcd support to the pnet tableHans Wippel2019-02-211-7/+80
* | | net/smc: rework pnet tableHans Wippel2019-02-214-194/+249
* | | net/smc: cleanup for smcr_tx_sndbuf_nonemptyUrsula Braun2019-02-211-3/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-152-12/+11Star
|\| |
| * | net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2019-02-092-12/+11Star
* | | net/smc: check port_idx of ib eventKarsten Graul2019-02-121-8/+16
* | | net/smc: check connections in smc_lgr_free_workKarsten Graul2019-02-121-4/+2Star
* | | net/smc: reduce amount of status updates to peerKarsten Graul2019-02-121-14/+8Star
* | | net/smc: no delay for free tx buffer waitKarsten Graul2019-02-121-1/+1
* | | net/smc: move wake up of close waiterKarsten Graul2019-02-122-2/+7
* | | net/smc: reset cursor update required flagKarsten Graul2019-02-122-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0913-67/+158
|\| |
| * | net/smc: correct state change for peer closingUrsula Braun2019-02-041-8/+1Star
| * | net/smc: delete rkey first before switching to unusedUrsula Braun2019-02-041-1/+1
| * | net/smc: fix sender_free computationUrsula Braun2019-02-043-4/+30
| * | net/smc: preallocated memory for rdma work requestsUrsula Braun2019-02-047-33/+92