summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: always initialize frag->last_in_pageQian Cai2019-08-091-3/+2Star
* net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed2019-06-041-0/+13
* net/mlx5e: Fix the max MTU check in case of XDPMaxim Mikityanskiy2019-05-021-2/+3
* net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed2019-02-271-0/+2
* net/mlx5: EQ, Use the right place to store/read IRQ affinity hintSaeed Mahameed2019-02-121-1/+1
* net/mlx5e: RX, Verify MPWQE stride size is in rangeMoshe Shemesh2019-01-091-0/+5
* net/mlx5e: Cancel DIM work on close SQTal Gilboa2019-01-091-0/+1
* net/mlx5e: RX, verify received packet size in Linear Striding RQMoshe Shemesh2018-11-231-1/+3
* net/mlx5e: Adjust to max number of channles when re-attachingYuval Avnery2018-11-231-5/+22
* net/mlx5e: Claim TC hw offloads support only under a proper build configOr Gerlitz2018-11-231-0/+6
* net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel2018-10-011-1/+1
* mlx5: remove ndo_poll_controllerEric Dumazet2018-09-241-19/+0Star
* net/mlx5e: clock.c depends on CONFIG_PTP_1588_CLOCKMoshe Shemesh2018-08-131-1/+3
* net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering supportSaeed Mahameed2018-08-131-7/+7
* net/mlx5: Rename modify/query_vport state related enumsEran Ben Elisha2018-08-091-6/+6
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-1/+2
|\
| * net/mlx5e: Fix null pointer access when setting MTU of vport representorAdi Nissim2018-07-311-1/+2
* | net/mlx5e: Fix uninitialized variableGustavo A. R. Silva2018-08-011-1/+1
* | net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed2018-07-281-12/+9Star
* | net/mlx5e: Vxlan, rename from mlx5e to mlx5Saeed Mahameed2018-07-281-10/+11
* | net/mlx5e: Vxlan, move netdev only logic to en_main.cSaeed Mahameed2018-07-281-0/+51
* | net/mlx5e: Vxlan, cleanup an unused member in vxlan workGal Pressman2018-07-281-2/+2
* | net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan2018-07-271-6/+30
* | net/mlx5e: Refactor XDP countersTariq Toukan2018-07-271-0/+1
* | net/mlx5e: Make XDP xmit functions more genericTariq Toukan2018-07-271-5/+5
* | net/mlx5e: Move XDP related code into new XDP filesTariq Toukan2018-07-271-0/+1
* | net/mlx5e: Restrict the combination of large MTU and XDPTariq Toukan2018-07-271-8/+31
* | net/mlx5e: Gather all XDP pre-requisite checks in a single functionTariq Toukan2018-07-271-11/+22
* | net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan2018-07-271-1/+1
* | net/mlx5e: Use PARTIAL_GSO for UDP segmentationBoris Pismenny2018-07-241-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-151-1/+0Star
|\ \
| * | xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0Star
* | | net/mlx5: Use 2-factor allocator callsKees Cook2018-07-101-5/+9
|/ /
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-6/+6
|\|
| * net/mlx5e: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz2018-06-271-6/+6
* | net/mlx5e: Update NIC HW stats on demand onlySaeed Mahameed2018-06-281-5/+5
* | net/mlx5e: Convert large order kzalloc allocations to kvzallocTariq Toukan2018-06-281-22/+22
* | net/mlx5e: Add UDP GSO supportBoris Pismenny2018-06-281-0/+3
* | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
|/
* treewide: Use array_size() in kvzalloc_node()Kees Cook2018-06-131-3/+3
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-5/+5
* net/mlx5e: fix error return code in mlx5e_alloc_rq()Wei Yongjun2018-06-051-1/+3
* net/mlx5e: RX, Always prefer Linear SKB configurationTariq Toukan2018-06-021-3/+10
* net/mlx5e: RX, Enhance legacy Receive Queue memory schemeTariq Toukan2018-06-021-58/+180
* net/mlx5e: RX, Use cyclic WQ in legacy RQTariq Toukan2018-06-021-38/+51
* net/mlx5e: RX, Split WQ objects for different RQ typesTariq Toukan2018-06-021-40/+88
* net/mlx5e: RX, Remove HW LRO support in legacy RQTariq Toukan2018-06-021-14/+19
* net/mlx5e: Support configurable MTU for vport representorsAdi Nissim2018-06-021-4/+10
* net/mlx5e: Remove redundant active_channels indicationEran Ben Elisha2018-06-021-7/+0Star
* net/mlx5e: Present SW stats when state is not openedEran Ben Elisha2018-06-021-6/+13