summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Merge 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-05Merge 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-22Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-11/+19
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2020-09-21net/mlx5e: Enhanced TX MPWQE for SKBsMaxim Mikityanskiy1-0/+4
2020-09-21net/mlx5e: Rename xmit-related structs to generalize themMaxim Mikityanskiy1-11/+11
2020-09-21net/mlx5e: Support multiple SKBs in a TX WQEMaxim Mikityanskiy1-0/+4
2020-09-21net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()Alaa Hleihel1-1/+0
2020-09-21net/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-02net/mlx5e: Move RQ helpers to txrx.hAya Levin1-20/+0
2020-06-27net/mlx5e: kTLS, Improve rx handler function callTariq Toukan1-0/+1
2020-06-27net/mlx5e: kTLS, Improve TLS feature modularityTariq Toukan1-11/+3
2020-06-27net/mlx5e: Turn XSK ICOSQ into a general asynchronous oneTariq Toukan1-3/+5
2020-05-31Merge 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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+1
2020-05-22net/mlx5e: Fix inner tirs handlingRoi Dayan1-1/+1
2020-05-21mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-6/+1
2020-05-15net/mlx5e: Take DCBNL-related definitions into dedicated filesTariq Toukan1-49/+1
2020-05-15net/mlx5e: IPoIB, Enable loopback packets for IPoIB interfacesErez Shitrit1-1/+2
2020-05-15net/mlx5: Move internal timer read function to clock libraryEran Ben Elisha1-1/+0
2020-05-14mlx5: 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
2020-04-30net/mlx5e: Rename ICOSQ WQE info struct and fieldMaxim Mikityanskiy1-2/+2
2020-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-3/+3
2020-04-23net/mlx5: Update transobj.c new cmd interfaceLeon Romanovsky1-3/+3
2020-04-20net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overrunsMaxim Mikityanskiy1-1/+2
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-03-24net/mlx5e: Fix ICOSQ recovery flow with Striding RQAya Levin1-0/+1
2020-03-24net/mlx5e: Enhance ICOSQ WQE info fieldsAya Levin1-0/+1
2020-03-09net/mlx5e: Show/set Rx network flow classification rules on ul repVlad Buslov1-0/+3
2020-03-09net/mlx5e: Show/set Rx flow indir table and RSS hash key on ul repVlad Buslov1-0/+3
2020-03-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-1/+1
2020-03-03net/mlx5e: Use devlink virtual flavour for VF devlink portParav Pandit1-1/+1