aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/en.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/mellanox/linuxSaeed Mahameed1-1/+1
2020-03-03net/mlx5e: Use devlink virtual flavour for VF devlink portParav Pandit1-1/+1
2020-02-27net/mlx5e: Add support for devlink-port in non-representors modeVladyslav Tarasiuk1-0/+1
2020-02-25net/mlx5e: Add context to the preactivate hookMaxim Mikityanskiy1-4/+11
2020-02-25net/mlx5e: Fix configuration of XPS cpumasks and netdev queues in corner casesMaxim Mikityanskiy1-1/+10
2020-02-25net/mlx5e: Use preactivate hook to set the indirection tableMaxim Mikityanskiy1-0/+1
2020-02-25net/mlx5e: Rename hw_modify to preactivateMaxim Mikityanskiy1-3/+3
2020-02-19net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-22net/mlx5e: Convert stats groups array to array of group pointersSaeed Mahameed1-1/+1
2020-01-22net/mlx5e: Profile specific stats groupsSaeed Mahameed1-1/+2
2020-01-07net/mlx5: Increase the max number of channels to 128Fan Li1-3/+3
2019-12-19net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy1-1/+1
2019-12-05net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha1-1/+1
2019-10-18net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan1-0/+1
2019-10-18net/mlx5e: kTLS, Save only the frag page to release at completionTariq Toukan1-1/+1
2019-08-28net/mlx5e: Change function's position to a more fitting fileAya Levin1-6/+0
2019-08-28net/mlx5e: Support LAG TX port affinity distributionMaxim Mikityanskiy1-1/+10
2019-08-28net/mlx5e: Expose new function for TIS destroy loopTariq Toukan1-0/+1
2019-08-22net/mlx5e: Add mlx5e HV VHCA stats agentEran Ben Elisha1-0/+13
2019-08-20net/mlx5e: Report and recover from CQE with error on RQAya Levin1-0/+3
2019-08-20net/mlx5e: Report and recover from CQE error on ICOSQAya Levin1-0/+8
2019-08-20net/mlx5e: Add support to rx reporter diagnoseAya Levin1-0/+21
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+9
2019-08-15net/mlx5e: Fix compatibility issue with ethtool flash deviceEran Ben Elisha1-0/+2
2019-08-08net/mlx5e: kTLS, Fix progress params context WQE layoutTariq Toukan1-2/+7
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+3
2019-08-01net/mlx5e: Tx, Soften inline mode VLAN dependenciesTariq Toukan1-1/+1
2019-08-01net/mlx5e: XDP, Close TX MPWQE session when no room for inline packet leftShay Agroskin1-2/+0
2019-07-25net/mlx5e: Fix wrong max num channels indicationTariq Toukan1-9/+3
2019-07-11Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+1
2019-07-11net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed1-0/+1
2019-07-05net/mlx5e: Add kTLS TX HW offload supportTariq Toukan1-1/+7
2019-07-05net/mlx5e: Re-work TIS creation functionsTariq Toukan1-2/+1
2019-07-05net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan1-0/+1
2019-07-05net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan1-102/+0
2019-07-05Merge tag 'mlx5-updates-2019-07-04-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+1
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+1
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-15/+140
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas1-1/+1
2019-06-28net/mlx5e: Don't refresh TIRs when updating representor SQsGavi Teitz1-0/+2
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-10/+88
2019-06-27net/mlx5e: Share the XDP SQ for XDP_TX between RQsMaxim Mikityanskiy1-1/+3
2019-06-27net/mlx5e: Refactor struct mlx5e_xdp_infoMaxim Mikityanskiy1-5/+41
2019-06-27net/mlx5e: Allow ICO SQ to be used by multiple RQsMaxim Mikityanskiy1-0/+9