aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-85/+84
2021-07-26net/mlx5e: Move mlx5e_build_rss_params() call to init_rxMaxim Mikityanskiy1-5/+3
2021-07-26net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy1-168/+55
2021-07-26net/mlx5e: Block LRO if firmware asks for tunneled LROMaxim Mikityanskiy1-0/+15
2021-07-25IB/mlx5: Rename is_apu_thread_cq function to is_apu_cqTal Gilboa1-1/+1
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+4
2021-06-22net/mlx5: Optimize mlx5e_feature_checks for non IPsec packetHuy Nguyen1-3/+5
2021-06-22Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe1-4/+4
2021-06-22RDMA/mlx5: Refactor get_ts_format functions to simplify codeAharon Landau1-4/+4
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+6
2021-06-14net/mlx5: Change ownership model for lagMark Bloch1-2/+2
2021-06-09net/mlx5e: Block offload of outer header csum for GRE tunnelAya Levin1-6/+3
2021-06-09net/mlx5e: Block offload of outer header csum for UDP tunnelsAya Levin1-7/+3
2021-06-09net/mlx5e: Don't update netdev RQs with PTP-RQAya Levin1-2/+0
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-15/+62
2021-06-03net/mlx5e: Disable TLS device offload in kdump modeAlaa Hleihel1-1/+1
2021-06-03net/mlx5e: Disable TX MPWQE in kdump modeAlaa Hleihel1-4/+2
2021-06-03mlx5: count all link eventsJakub Kicinski1-1/+5
2021-06-01net/mlx5e: Fix HW TS with CQE compression according to profileAya Levin1-15/+52
2021-06-01net/mlx5e: Disable TLS offload for uplink representorRoi Dayan1-0/+10
2021-05-18mlx5e: add add missing BH locking around napi_schdule()Jakub Kicinski1-2/+5
2021-05-18net/mlx5e: Fix error path of updating netdev queuesAya Levin1-1/+1
2021-05-18net/mlx5e: reset XPS on error flow if netdev isn't registered yetSaeed Mahameed1-0/+7
2021-04-19net/mlx5e: RX, Add checks for calculated Striding RQ attributesTariq Toukan1-1/+4
2021-04-19net/mlx5e: Fix possible non-initialized struct usageVladyslav Tarasiuk1-2/+8
2021-04-16net/mlx5e: Cleanup safe switch channels API by passing paramsMaxim Mikityanskiy1-50/+49
2021-04-16net/mlx5e: Refactor on-the-fly configuration changesMaxim Mikityanskiy1-91/+60
2021-04-16net/mlx5e: Use mlx5e_safe_switch_channels when channels are closedMaxim Mikityanskiy1-44/+21
2021-04-16net/mlx5e: Allow mlx5e_safe_switch_channels to work with channels closedMaxim Mikityanskiy1-13/+27
2021-04-16net/mlx5e: kTLS, Add resiliency to RX resync failuresTariq Toukan1-0/+11
2021-04-16net/mlx5e: Remove non-essential TLS SQ state bitTariq Toukan1-2/+0
2021-04-14net/mlx5e: Fix RQ creation flow for queues which doesn't support XDPAya Levin1-2/+3
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-04-02net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham1-1/+2
2021-03-31net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQTariq Toukan1-1/+20
2021-03-29net/mlx5e: Update ethtool setting of CQE compressionAya Levin1-1/+1
2021-03-29net/mlx5e: Allow coexistence of CQE compression and HW TS PTPAya Levin1-12/+31
2021-03-29net:mlx5e: Add PTP-TIR and PTP-RQTAya Levin1-4/+36
2021-03-29net/mlx5e: Add PTP-RX statisticsAya Levin1-0/+7
2021-03-29net/mlx5e: Add states to PTP channelAya Levin1-0/+3
2021-03-25net/mlx5e: Generalize PTP implementationAya Levin1-16/+14
2021-03-25net/mlx5e: Generalize direct-TIRs and direct-RQTs APIAya Levin1-20/+23
2021-03-25net/mlx5e: Generalize close RQAya Levin1-5/+8
2021-03-25net/mlx5e: Generalize RQ activationAya Levin1-1/+4
2021-03-25net/mlx5e: Generalize open RQAya Levin1-61/+65
2021-03-25net/mlx5: Add helper to set time-stamp translator on a queueAya Levin1-6/+2
2021-03-25net/mlx5e: Allow creating mpwqe info without channelAya Levin1-5/+4
2021-03-25net/mlx5e: Restrict usage of mlx5e_priv in params logic functionsTariq Toukan1-3/+3
2021-03-25net/mlx5e: Move params logic into its dedicated fileTariq Toukan1-454/+0
2021-03-25net/mlx5e: Pass q_counter indentifier as parameter to rq_param buildersTariq Toukan1-5/+8