index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-29
mlx5: avoid 64-bit division
Michal Kubecek
1
-1
/
+1
2019-05-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-231
/
+431
2019-05-06
RDMA/mlx5: Remove MAYEXEC flag
Leon Romanovsky
1
-1
/
+1
2019-05-06
IB/mlx5: Add steering SW ICM device memory type
Ariel Levkovich
1
-7
/
+135
2019-05-06
IB/mlx5: Warn on allocated MEMIC buffers during cleanup
Ariel Levkovich
1
-0
/
+2
2019-05-06
IB/mlx5: Support device memory type attribute
Ariel Levkovich
1
-47
/
+88
2019-05-04
Merge tag 'mlx5-updates-2019-04-30' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
1
-5
/
+11
2019-05-03
RDMA: Introduce and use GID attr helper to read RoCE L2 fields
Parav Pandit
1
-36
/
+6
2019-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+7
2019-05-01
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
1
-5
/
+11
2019-04-30
IB/mlx5: Restrict 'DELAY_DROP_TIMEOUT' subtype to Ethernet interfaces
Aya Levin
1
-1
/
+5
2019-04-30
net/mlx5: Separate and generalize dma device from pci device
Vu Pham
1
-4
/
+6
2019-04-24
Merge branch 'rdma_mmap' into rdma.git for-next
Jason Gunthorpe
1
-10
/
+13
2019-04-24
RDMA: Remove rdma_user_mmap_page
Jason Gunthorpe
1
-6
/
+6
2019-04-24
RDMA/mlx5: Use get_zeroed_page() for clock_info
Jason Gunthorpe
1
-2
/
+3
2019-04-24
RDMA/mlx5: Use rdma_user_map_io for mapping BAR pages
Jason Gunthorpe
1
-5
/
+3
2019-04-24
RDMA/mlx5: Do not allow the user to write to the clock page
Jason Gunthorpe
1
-0
/
+2
2019-04-23
Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...
Saeed Mahameed
1
-109
/
+140
2019-04-22
RDMA/mlx5: Don't create IB representors when in multiport RoCE mode
Mark Bloch
1
-1
/
+2
2019-04-22
RDMA/mlx5: Initialize roce port info before multiport master init
Mark Bloch
1
-7
/
+3
2019-04-22
RDMA/mlx5: Allow DEVX and raw creation flow on reps
Mark Bloch
1
-0
/
+3
2019-04-22
RDMA/mlx5: Create flow table with max size supported
Mark Bloch
1
-6
/
+4
2019-04-22
RDMA/mlx5: Access the prio bypass inside the FDB flow table namespace
Mark Bloch
1
-11
/
+20
2019-04-18
IB/mlx5: Fix scatter to CQE in DCT QP creation
Guy Levi
1
-0
/
+2
2019-04-10
RDMA/mlx5: Remove VF representor profile
Mark Bloch
1
-30
/
+16
2019-04-10
RDMA/mlx5: Move to single device multiport ports in switchdev mode
Mark Bloch
1
-4
/
+22
2019-04-10
RDMA/mlx5: Move SMI caps logic
Mark Bloch
1
-5
/
+5
2019-04-10
RDMA/mlx5: Refactor netdev affinity code
Mark Bloch
1
-10
/
+37
2019-04-10
RDMA/mlx5: Move rep into port struct
Mark Bloch
1
-9
/
+13
2019-04-10
RDMA/mlx5: Use correct size for device resources
Mark Bloch
1
-3
/
+1
2019-04-10
RDMA/mlx5: Move ports allocation to outside of INIT stage
Mark Bloch
1
-12
/
+12
2019-04-10
RDMA/mlx5: Free IB device on remove
Mark Bloch
1
-2
/
+2
2019-04-10
RDMA/mlx5: Move netdev info into the port struct
Mark Bloch
1
-16
/
+16
2019-04-10
Merge branch 'mlx5-next' into rdma.git for-next
Jason Gunthorpe
1
-4
/
+4
2019-04-08
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
1
-12
/
+24
2019-04-08
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
1
-0
/
+2
2019-04-06
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
1
-4
/
+4
2019-04-02
net/mlx5: Add explicit bar address field
Huy Nguyen
1
-4
/
+4
2019-04-01
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
1
-8
/
+9
2019-04-01
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
1
-1
/
+4
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
1
-15
/
+15
2019-03-18
IB/mlx5: Fix mapping of link-mode to IB width and speed
Aya Levin
1
-0
/
+7
2019-02-23
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
1
-21
/
+14
2019-02-22
IB/mlx5: Protect against prefetch of invalid MR
Moni Shoua
1
-12
/
+1
2019-02-21
Merge branch 'mlx5-next' into rdma.git for-next
Jason Gunthorpe
1
-18
/
+77
2019-02-14
IB/mlx5: Add support for 50Gbps per lane link modes
Aya Levin
1
-5
/
+61
2019-02-14
net/mlx5: Add support to ext_* fields introduced in Port Type and Speed register
Aya Levin
1
-1
/
+2
2019-02-14
net/mlx5: Refactor queries to speed fields in Port Type and Speed register
Aya Levin
1
-2
/
+4
2019-02-14
IB/mlx5: Use unified register/load function for uplink and VF vports
Bodong Wang
1
-13
/
+13
2019-02-09
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
1
-25
/
+23
[next]