summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Support offloading tc priorities and chains for eswitch flowsPaul Blakey2018-10-171-3/+0
* net/mlx5e: Do not ignore netdevice TX/RX queues numberFeras Daoud2018-10-101-12/+13
* net/mlx5e: Use non-delayed work for update statsSaeed Mahameed2018-10-101-8/+16
* net/mlx5e: Initialize all netdev common structures in one placeSaeed Mahameed2018-10-101-34/+29
* net/mlx5e: Always initialize update stats delayed workFeras Daoud2018-10-101-2/+3
* net/mlx5e: Gather common netdev init/cleanup functionality in one placeFeras Daoud2018-10-101-18/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-1/+1
|\
| * net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel2018-10-011-1/+1
* | net/mlx5e: Allow reporting of checksum unnecessaryOr Gerlitz2018-10-011-0/+4
* | net/mlx5e: Expose function for building RSS paramsGavi Teitz2018-10-011-4/+9
* | net/mlx5e: Provide explicit directive if to create inner indirect tirsOr Gerlitz2018-10-011-7/+7
* | net/mlx5e: Change VF representors' RQ typeGavi Teitz2018-10-011-12/+18
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-19/+0
|\ \ | |/
| * mlx5: remove ndo_poll_controllerEric Dumazet2018-09-231-19/+0
* | net/mlx5e: Move Q counters allocation and drop RQ to init_rxRoi Dayan2018-09-051-23/+22
|/
* 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-081-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-271-12/+9
* | net/mlx5e: Vxlan, rename from mlx5e to mlx5Saeed Mahameed2018-07-271-10/+11
* | net/mlx5e: Vxlan, move netdev only logic to en_main.cSaeed Mahameed2018-07-271-0/+51
* | net/mlx5e: Vxlan, cleanup an unused member in vxlan workGal Pressman2018-07-271-2/+2
* | net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan2018-07-261-6/+30
* | net/mlx5e: Refactor XDP countersTariq Toukan2018-07-261-0/+1
* | net/mlx5e: Make XDP xmit functions more genericTariq Toukan2018-07-261-5/+5
* | net/mlx5e: Move XDP related code into new XDP filesTariq Toukan2018-07-261-0/+1
* | net/mlx5e: Restrict the combination of large MTU and XDPTariq Toukan2018-07-261-8/+31
* | net/mlx5e: Gather all XDP pre-requisite checks in a single functionTariq Toukan2018-07-261-11/+22
* | net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan2018-07-261-1/+1
* | net/mlx5e: Use PARTIAL_GSO for UDP segmentationBoris Pismenny2018-07-231-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-141-1/+0
|\ \
| * | xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0
* | | net/mlx5: Use 2-factor allocator callsKees Cook2018-07-091-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-261-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-121-3/+3
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-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-011-3/+10
* net/mlx5e: RX, Enhance legacy Receive Queue memory schemeTariq Toukan2018-06-011-58/+180
* net/mlx5e: RX, Use cyclic WQ in legacy RQTariq Toukan2018-06-011-38/+51
* net/mlx5e: RX, Split WQ objects for different RQ typesTariq Toukan2018-06-011-40/+88
* net/mlx5e: RX, Remove HW LRO support in legacy RQTariq Toukan2018-06-011-14/+19
OpenPOWER on IntegriCloud