mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Many small changes across the subystem, some highlights:
- Usual driver cleanups in qedr, siw, erdma, hfi1, mlx4/5, irdma, mthca,
hns, and bnxt_re
- siw now works over tunnel and other netdevs with a MAC address by
removing assumptions about a MAC/GID from the connection manager
- "Doorbell Pacing" for bnxt_re - this is a best effort scheme to allow
userspace to slow down the doorbell rings if the HW gets full
- irdma egress VLAN priority, better QP/WQ sizing
- rxe bug fixes in queue draining and srq resizing
- Support more ethernet speed options in the core layer
- DMABUF support for bnxt_re
- Multi-stage MTT support for erdma to allow much bigger MR registrations
- A irdma fix with a CVE that came in too late to go to -rc, missing
bounds checking for 0 length MRs
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQRRRCHOFoQz/8F5bUaFwuHvBreFYQUCZPEqkAAKCRCFwuHvBreF
YZrNAPoCBfU+VjCKNr2yqF7s52os5ZdBV7Uuh4txHcXWW9H7GAD/f19i2u62fzNu
C27jj4cztemMBb8mgwyxPw/wLg7NLwY=
=pC6k
-----END PGP SIGNATURE-----
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma updates from Jason Gunthorpe:
"Many small changes across the subystem, some highlights:
- Usual driver cleanups in qedr, siw, erdma, hfi1, mlx4/5, irdma,
mthca, hns, and bnxt_re
- siw now works over tunnel and other netdevs with a MAC address by
removing assumptions about a MAC/GID from the connection manager
- "Doorbell Pacing" for bnxt_re - this is a best effort scheme to
allow userspace to slow down the doorbell rings if the HW gets full
- irdma egress VLAN priority, better QP/WQ sizing
- rxe bug fixes in queue draining and srq resizing
- Support more ethernet speed options in the core layer
- DMABUF support for bnxt_re
- Multi-stage MTT support for erdma to allow much bigger MR
registrations
- A irdma fix with a CVE that came in too late to go to -rc, missing
bounds checking for 0 length MRs"
* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (87 commits)
IB/hfi1: Reduce printing of errors during driver shut down
RDMA/hfi1: Move user SDMA system memory pinning code to its own file
RDMA/hfi1: Use list_for_each_entry() helper
RDMA/mlx5: Fix trailing */ formatting in block comment
RDMA/rxe: Fix redundant break statement in switch-case.
RDMA/efa: Fix wrong resources deallocation order
RDMA/siw: Call llist_reverse_order in siw_run_sq
RDMA/siw: Correct wrong debug message
RDMA/siw: Balance the reference of cep->kref in the error path
Revert "IB/isert: Fix incorrect release of isert connection"
RDMA/bnxt_re: Fix kernel doc errors
RDMA/irdma: Prevent zero-length STAG registration
RDMA/erdma: Implement hierarchical MTT
RDMA/erdma: Refactor the storage structure of MTT entries
RDMA/erdma: Renaming variable names and field names of struct erdma_mem
RDMA/hns: Support hns HW stats
RDMA/hns: Dump whole QP/CQ/MR resource in raw
RDMA/irdma: Add missing kernel-doc in irdma_setup_umode_qp()
RDMA/mlx4: Copy union directly
RDMA/irdma: Drop unused kernel push code
...
|
||
|---|---|---|
| .. | ||
| affinity.c | ||
| affinity.h | ||
| aspm.c | ||
| aspm.h | ||
| chip_registers.h | ||
| chip.c | ||
| chip.h | ||
| common.h | ||
| debugfs.c | ||
| debugfs.h | ||
| device.c | ||
| device.h | ||
| driver.c | ||
| efivar.c | ||
| efivar.h | ||
| eprom.c | ||
| eprom.h | ||
| exp_rcv.c | ||
| exp_rcv.h | ||
| fault.c | ||
| fault.h | ||
| file_ops.c | ||
| firmware.c | ||
| hfi.h | ||
| init.c | ||
| intr.c | ||
| iowait.c | ||
| iowait.h | ||
| ipoib_main.c | ||
| ipoib_rx.c | ||
| ipoib_tx.c | ||
| ipoib.h | ||
| Kconfig | ||
| mad.c | ||
| mad.h | ||
| Makefile | ||
| mmu_rb.c | ||
| mmu_rb.h | ||
| msix.c | ||
| msix.h | ||
| netdev_rx.c | ||
| netdev.h | ||
| opa_compat.h | ||
| opfn.c | ||
| opfn.h | ||
| pcie.c | ||
| pin_system.c | ||
| pinning.h | ||
| pio_copy.c | ||
| pio.c | ||
| pio.h | ||
| platform.c | ||
| platform.h | ||
| qp.c | ||
| qp.h | ||
| qsfp.c | ||
| qsfp.h | ||
| rc.c | ||
| rc.h | ||
| ruc.c | ||
| sdma_txreq.h | ||
| sdma.c | ||
| sdma.h | ||
| sysfs.c | ||
| tid_rdma.c | ||
| tid_rdma.h | ||
| trace_ctxts.h | ||
| trace_dbg.h | ||
| trace_ibhdrs.h | ||
| trace_iowait.h | ||
| trace_misc.h | ||
| trace_mmu.h | ||
| trace_rc.h | ||
| trace_rx.h | ||
| trace_tid.h | ||
| trace_tx.h | ||
| trace.c | ||
| trace.h | ||
| uc.c | ||
| ud.c | ||
| user_exp_rcv.c | ||
| user_exp_rcv.h | ||
| user_pages.c | ||
| user_sdma.c | ||
| user_sdma.h | ||
| verbs_txreq.c | ||
| verbs_txreq.h | ||
| verbs.c | ||
| verbs.h | ||
| vnic_main.c | ||
| vnic_sdma.c | ||
| vnic.h | ||