| Commit message (Expand) | Author | Age | Files | Lines |
* | RDMA/mlx5: Use IB set_netdev and get_netdev functions | Chiara Meiohas | 2024-09-13 | 1 | -11/+12 |
* | RDMA/mlx5: Initialize phys_port_cnt earlier in RDMA device creation | Chiara Meiohas | 2024-09-13 | 1 | -0/+1 |
* | {net/RDMA}/mlx5: introduce lag_for_each_peer | Shay Drory | 2023-06-07 | 1 | -36/+62 |
* | RDMA/mlx5: Free second uplink ib port | Shay Drory | 2023-06-07 | 1 | -1/+4 |
* | net/mlx5: Lag, Add single RDMA device in multiport mode | Mark Bloch | 2023-02-14 | 1 | -5/+13 |
* | RDMA/mlx5: Add shared FDB support | Mark Bloch | 2021-08-05 | 1 | -6/+69 |
* | {net, RDMA}/mlx5: Extend send to vport rules | Mark Bloch | 2021-08-05 | 1 | -1/+1 |
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Jason Gunthorpe | 2021-04-12 | 1 | -3/+2 |
|\ |
|
| * | net/mlx5: E-Switch, Refactor send to vport to be more generic | Mark Bloch | 2021-03-12 | 1 | -2/+1 |
| * | RDMA/mlx5: Use representor E-Switch when getting netdev and metadata | Mark Bloch | 2021-03-12 | 1 | -1/+1 |
* | | RDMA: Support more than 255 rdma ports | Mark Bloch | 2021-03-26 | 1 | -2/+2 |
|/ |
|
* | RDMA/mlx5: Remove IB representors dead code | Leon Romanovsky | 2020-12-06 | 1 | -24/+7 |
* | net/mlx5: Simplify eswitch mode check | Leon Romanovsky | 2020-12-06 | 1 | -5/+0 |
* | RDMA/mlx5: Convert mlx5_ib to use auxiliary bus | Leon Romanovsky | 2020-12-06 | 1 | -18/+58 |
* | IB/mlx5: Rename profile and init methods | Michael Guralnik | 2019-11-11 | 1 | -1/+1 |
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 2019-07-04 | 1 | -10/+14 |
|\ |
|
| * | net/mlx5: Introduce and use mlx5_eswitch_get_total_vports() | Parav Pandit | 2019-07-03 | 1 | -1/+1 |
| * | RDMA/mlx5: Cleanup rep when doing unload | Bodong Wang | 2019-07-02 | 1 | -7/+11 |
| * | {IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mapping | Bodong Wang | 2019-07-02 | 1 | -2/+2 |
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 2019-05-31 | 1 | -9/+10 |
|\| |
|
| * | {IB,net}/mlx5: Constify rep ops functions pointers | Parav Pandit | 2019-05-31 | 1 | -9/+10 |
* | | net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_index | Parav Pandit | 2019-05-17 | 1 | -6/+7 |
|/ |
|
* | RDMA/mlx5: Remove VF representor profile | Mark Bloch | 2019-04-10 | 1 | -39/+0 |
* | RDMA/mlx5: Move to single device multiport ports in switchdev mode | Mark Bloch | 2019-04-10 | 1 | -5/+26 |
* | RDMA/mlx5: Refactor netdev affinity code | Mark Bloch | 2019-04-10 | 1 | -0/+2 |
* | RDMA/mlx5: Move default representors SQ steering to rule to modify QP | Mark Bloch | 2019-04-10 | 1 | -13/+12 |
* | RDMA/mlx5: Move rep into port struct | Mark Bloch | 2019-04-10 | 1 | -3/+4 |
* | RDMA/mlx5: Move ports allocation to outside of INIT stage | Mark Bloch | 2019-04-10 | 1 | -2/+10 |
* | RDMA/mlx5: Free IB device on remove | Mark Bloch | 2019-04-10 | 1 | -4/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-03-10 | 1 | -2/+4 |
|\ |
|
| * | Merge branch 'mlx5-next' into rdma.git for-next | Jason Gunthorpe | 2019-02-21 | 1 | -55/+18 |
| |\ |
|
| * | | RDMA/mlx5: Fix memory leak in case we fail to add an IB device | Mark Bloch | 2019-02-11 | 1 | -1/+3 |
| * | | RDMA: Provide safe ib_alloc_device() function | Leon Romanovsky | 2019-01-30 | 1 | -1/+1 |
* | | | net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driver | Bodong Wang | 2019-02-16 | 1 | -13/+7 |
| |/
|/| |
|
* | | net/mlx5: E-Switch, Normalize the name of uplink vport number | Bodong Wang | 2019-02-14 | 1 | -2/+2 |
* | | IB/mlx5: Use unified register/load function for uplink and VF vports | Bodong Wang | 2019-02-14 | 1 | -55/+18 |
|/ |
|
* | IB/mlx5: Unify e-switch representors load approach between uplink and VFs | Mark Bloch | 2018-12-14 | 1 | -1/+10 |
* | RDMA/mlx5: Initialize SRQ tables on mlx5_ib | Leon Romanovsky | 2018-12-04 | 1 | -0/+4 |
* | RDMA/drivers: Use core provided API for registering device attributes | Parav Pandit | 2018-10-17 | 1 | -3/+0 |
* | RDMA/mlx5: Update SPDX tags to show proper license | Leon Romanovsky | 2018-06-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-23 | 1 | -3/+6 |
* | IB/mlx5: Add proper representors support | Mark Bloch | 2018-02-23 | 1 | -0/+65 |
* | IB/mlx5: E-Switch, Add rule to forward traffic to vport | Mark Bloch | 2018-02-23 | 1 | -0/+20 |
* | IB/mlx5: Add basic regiser/unregister representors code | Mark Bloch | 2018-02-23 | 1 | -0/+104 |