aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-20net/smc: make sure EPOLLOUT is raisedJason Baron1-4/+2
2019-08-05net/smc: avoid fallback in case of non-blocking connectUrsula Braun1-3/+4
2019-08-05net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun1-2/+6
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+7
2019-06-27net/smc: common release code for non-accepted socketsUrsula Braun1-41/+32
2019-06-26net/smc: Fix error path in smc_initYueHaibing1-1/+4
2019-06-26net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou1-0/+3
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal1-4/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+8
2019-05-03net/smc: Use rdma_read_gid_l2_fields to L2 fieldsParav Pandit1-8/+8
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+4
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-24/+68
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul4-59/+58
2019-04-12net/smc: improve smc_listen_work reason codesKarsten Graul2-46/+54
2019-04-12net/smc: code cleanup smc_listen_workKarsten Graul1-15/+14
2019-04-12net/smc: cleanup of get vlan idKarsten Graul3-6/+10
2019-04-12net/smc: consolidate function parametersKarsten Graul7-141/+139
2019-04-12net/smc: check for ip prefix and subnetKarsten Graul2-3/+10
2019-04-12net/smc: fallback to TCP after connect problemsKarsten Graul1-4/+4
2019-04-12net/smc: nonblocking connect reworkUrsula Braun2-42/+47
2019-04-11net/smc: move unhash before release of clcsockUrsula Braun1-3/+3
2019-04-11net/smc: fix return code from FLUSH commandKarsten Graul1-1/+2
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun1-10/+28
2019-04-11net/smc: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-04-11net/smc: wait for pending work before clcsock release_sockKarsten Graul3-10/+30
2019-03-22genetlink: make policy common to familyJohannes Berg1-4/+1
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2019-02-28net/smc: allow pnetid-less configurationUrsula Braun1-1/+41
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-02-21net/smc: allow PCI IDs as ib device names in the pnet tableHans Wippel1-2/+4
2019-02-21net/smc: add pnet table namespace supportHans Wippel4-43/+162
2019-02-21net/smc: add smcd support to the pnet tableHans Wippel1-7/+80
2019-02-21net/smc: rework pnet tableHans Wippel4-194/+249
2019-02-21net/smc: cleanup for smcr_tx_sndbuf_nonemptyUrsula Braun1-3/+2
2019-02-21net/smc: fix smc_poll in SMC_INIT stateUrsula Braun1-3/+3
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+11
2019-02-12net/smc: check port_idx of ib eventKarsten Graul1-8/+16
2019-02-12net/smc: check connections in smc_lgr_free_workKarsten Graul1-4/+2
2019-02-12net/smc: reduce amount of status updates to peerKarsten Graul1-14/+8
2019-02-12net/smc: no delay for free tx buffer waitKarsten Graul1-1/+1
2019-02-12net/smc: move wake up of close waiterKarsten Graul2-2/+7
2019-02-12net/smc: reset cursor update required flagKarsten Graul2-4/+4
2019-02-08net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2-12/+11
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-67/+158
2019-02-07net/smc: original socket family in inet_sock_diagKarsten Graul1-2/+1
2019-02-07net/smc: move code to clear the conn->lgr fieldKarsten Graul1-2/+3
2019-02-07net/smc: use client and server LGR pending locks for SMC-RHans Wippel1-16/+28
2019-02-07net/smc: unlock LGR pending lock earlier for SMC-DHans Wippel1-5/+9