summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-10net/mlx5e: RX, Mind the MPWQE gaps when calculating offsetsTariq Toukan1-3/+4
2021-02-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller1-0/+3
2021-02-17net/mlx5: Add cyc2time HW translation mode supportAya Levin1-0/+3
2021-02-02net/mlx5e: Increase indirection RQ table size to 256Noam Stolero1-2/+2
2021-02-02net/mlx5e: Refactor mlx5e_netdev_init/cleanup to mlx5e_priv_init/cleanupRoi Dayan1-4/+4
2021-02-02net/mxl5e: Add change profile methodSaeed Mahameed1-2/+5
2021-02-02net/mlx5e: Separate between netdev objects and mlx5e profiles initializationSaeed Mahameed1-13/+10
2021-01-28net/mlx5e: Add listener to trap eventAya Levin1-0/+1
2021-01-28net/mlx5e: Add trap entity to ETH driverAya Levin1-0/+7
2021-01-28net/mlx5e: Expose RX dma info helpersAya Levin1-0/+2
2021-01-23net/mlx5e: Support HTB offloadMaxim Mikityanskiy1-1/+26
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-15net/mlx5: Replace irq_to_desc() abuseThomas Gleixner1-1/+1
2020-12-08net/mlx5e: Add TX port timestamp supportEran Ben Elisha1-0/+1
2020-12-08net/mlx5e: Add TX PTP port object supportEran Ben Elisha1-1/+28
2020-12-08net/mlx5e: Change skb fifo push/pop API to be used without SQEran Ben Elisha1-2/+8
2020-12-08net/mlx5e: Allow SQ outside of channel contextEran Ben Elisha1-1/+3
2020-12-08net/mlx5e: Allow RQ outside of channel contextAya Levin1-1/+2
2020-12-08net/mlx5e: Allow CQ outside of channel contextAya Levin1-3/+13
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+7
2020-10-02net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTUAya Levin1-1/+7
2020-09-23Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-11/+19
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2020-09-22net/mlx5e: Enhanced TX MPWQE for SKBsMaxim Mikityanskiy1-0/+4
2020-09-22net/mlx5e: Rename xmit-related structs to generalize themMaxim Mikityanskiy1-11/+11
2020-09-22net/mlx5e: Support multiple SKBs in a TX WQEMaxim Mikityanskiy1-0/+4
2020-09-22net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()Alaa Hleihel1-1/+0
2020-09-22net/mlx5e: Use RCU to protect rq->xdp_progMaxim Mikityanskiy1-1/+1
2020-09-15net/mlx5e: Add CQE compression support for multi-strides packetsOfer Levi1-0/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-9/+10
2020-08-03net/mlx5: convert to new udp_tunnel infrastructureJakub Kicinski1-2/+3
2020-07-28net/mlx5e: Add support for PCI relaxed orderingAya Levin1-0/+1
2020-07-28net/mlx5e: Move exposure of datapath function to txrx headerTariq Toukan1-23/+0
2020-07-28net/mlx5e: RX, Re-work initializaiton of RX function pointersTariq Toukan1-21/+10
2020-07-03net/mlx5e: Move RQ helpers to txrx.hAya Levin1-20/+0
2020-06-28net/mlx5e: kTLS, Improve rx handler function callTariq Toukan1-0/+1
2020-06-28net/mlx5e: kTLS, Improve TLS feature modularityTariq Toukan1-11/+3
2020-06-28net/mlx5e: Turn XSK ICOSQ into a general asynchronous oneTariq Toukan1-3/+5
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+6
2020-05-29net/mlx5e: Properly set default values when disabling adaptive moderationTal Gilboa1-4/+6
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+1
2020-05-23net/mlx5e: Fix inner tirs handlingRoi Dayan1-1/+1
2020-05-22mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-6/+1
2020-05-16net/mlx5e: Take DCBNL-related definitions into dedicated filesTariq Toukan1-49/+1
2020-05-16net/mlx5e: IPoIB, Enable loopback packets for IPoIB interfacesErez Shitrit1-1/+2
2020-05-16net/mlx5: Move internal timer read function to clock libraryEran Ben Elisha1-1/+0
2020-05-15mlx5: Rx queue setup time determine frame_sz for XDPJesper Dangaard Brouer1-0/+1
2020-05-09net/mlx5e: Take TX WQE info structures out of general EN headerTariq Toukan1-27/+0
2020-05-09net/mlx5e: Return void from mlx5e_sq_xmit and mlx5i_sq_xmitMaxim Mikityanskiy1-2/+2