aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/ipoib (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-01net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy2-2/+0
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-22net/mlx5e: Make all ttc functions of en_fs get fs struct as argumentLama Kayal1-2/+2
2022-08-22net/mlx5e: Make flow steering arfs independent of privLama Kayal1-4/+6
2022-08-22net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal2-0/+2
2022-08-22net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethtool steeringLama Kayal1-2/+2
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal1-3/+5
2022-07-28net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_mainLama Kayal1-1/+2
2022-07-28net/mlx5e: Add mdev to flow_steering structLama Kayal1-1/+1
2022-07-28net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal1-4/+15
2022-07-19net/mlx5e: Report header-data split state through ethtoolGal Pressman1-1/+1
2022-05-17net/mlx5e: IPoIB, Improve ethtool rxnfc callback structure in IPoIBGal Pressman1-4/+10
2021-12-21net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan1-1/+1
2021-12-21net/mlx5e: Use bitmap field for profile featuresTariq Toukan2-2/+0
2021-12-02mlx5: fix mlx5i_grp_sw_update_stats() stack usageArnd Bergmann1-3/+9
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-16net/mlx5e: Support ethtool cq modeSaeed Mahameed1-2/+2
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+5
2021-10-26net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa1-4/+3
2021-10-25net/mlx5: Fix unused function warning of mlx5i_flow_type_maskShay Drory1-5/+5
2021-10-25RDMA/mlx5: Use dev_addr_mod()Jakub Kicinski1-3/+5
2021-10-15net/mlx5i: Enable Rx steering for IPoIB via ethtoolMoosa Baransi2-0/+33
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-09-30net/mlx5e: Keep the value for maximum number of channels in-syncTariq Toukan1-2/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb1-4/+2
2021-08-02net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb1-8/+4
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-32/+13
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-2/+2
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy1-10/+7
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-12/+18
2021-07-26net/mlx5e: Move mlx5e_build_rss_params() call to init_rxMaxim Mikityanskiy1-0/+2
2021-07-26net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy1-2/+4
2021-07-26net/mlx5e: Prohibit inner indir TIRs in IPoIBMaxim Mikityanskiy1-16/+2
2021-06-03net/mlx5e: IPoIB, Add support for NDR speedMeir Lichtinger1-0/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2021-04-16net/mlx5e: Cleanup safe switch channels API by passing paramsMaxim Mikityanskiy1-5/+5
2021-04-16net/mlx5e: Refactor on-the-fly configuration changesMaxim Mikityanskiy1-1/+1
2021-04-16net/mlx5e: Use mlx5e_safe_switch_channels when channels are closedMaxim Mikityanskiy1-10/+1
2021-03-29net:mlx5e: Add PTP-TIR and PTP-RQTAya Levin2-0/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-1/+1
2021-03-25net/mlx5e: Generalize direct-TIRs and direct-RQTs APIAya Levin1-6/+9
2021-03-25net/mlx5e: Move params logic into its dedicated fileTariq Toukan1-0/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2021-03-16net/mlx5: Move mlx5e hw resources into a sub objectRoi Dayan1-1/+1
2021-03-10net/mlx5: Set QP timestamp mode to defaultMaor Gottlieb1-0/+1
2021-03-10net/mlx5e: Fix error flow in change profileRoi Dayan1-1/+2
2021-02-01net/mlx5e: Move netif_carrier_off() out of mlx5e_priv_init()Roi Dayan1-0/+1
2021-02-01net/mlx5e: Refactor mlx5e_netdev_init/cleanup to mlx5e_priv_init/cleanupRoi Dayan1-2/+2
2021-02-01net/mlx5e: Separate between netdev objects and mlx5e profiles initializationSaeed Mahameed3-20/+14