summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: fix fastopen for non-blocking connect()Ursula Braun2019-11-161-1/+1
* net/smc: fix refcount non-blocking connect() -part 2Ursula Braun2019-11-121-0/+1
* net/smc: fix ethernet interface refcountingUrsula Braun2019-11-061-2/+0
* net/smc: fix refcounting for non-blocking connect()Ursula Braun2019-10-291-2/+2
* net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun2019-10-251-1/+1
* net/smc: fix closing of fallback SMC socketsUrsula Braun2019-10-251-0/+7
* net: remove unnecessary variables and callbackTaehee Yoo2019-10-242-2/+2
* net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul2019-10-101-5/+20
* net/smc: receive returns without dataKarsten Graul2019-10-101-3/+1
* net/smc: fix SMCD link group creation with VLAN idUrsula Braun2019-10-101-1/+4
* net/smc: make sure EPOLLOUT is raisedJason Baron2019-08-201-4/+2
* 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-272-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/+32
* | net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-021-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/+58
* | net/smc: improve smc_listen_work reason codesKarsten Graul2019-04-122-46/+54
* | net/smc: code cleanup smc_listen_workKarsten Graul2019-04-121-15/+14
* | net/smc: cleanup of get vlan idKarsten Graul2019-04-123-6/+10
* | net/smc: consolidate function parametersKarsten Graul2019-04-127-141/+139
* | 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/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-1/+0
|\
| * pipe: stop using ->can_mergeJann Horn2019-02-011-1/+0
* | 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/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-152-12/+11
|\| |
| * | net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2019-02-082-12/+11