aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-29net/mlx5e: Use the new mlx5 core notifier APISaeed Mahameed1-13/+14
2018-11-20net/mlx5: EQ, Different EQ typesSaeed Mahameed1-4/+4
2018-11-20net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed1-7/+3
2018-11-20net/mlx5: EQ, irq_info and rmap belong to eq_tableSaeed Mahameed1-2/+2
2018-11-20net/mlx5: EQ, Use the right place to store/read IRQ affinity hintSaeed Mahameed1-1/+1
2018-10-17net/mlx5e: Support offloading tc priorities and chains for eswitch flowsPaul Blakey1-3/+0
2018-10-10net/mlx5e: Do not ignore netdevice TX/RX queues numberFeras Daoud1-12/+13
2018-10-10net/mlx5e: Use non-delayed work for update statsSaeed Mahameed1-8/+16
2018-10-10net/mlx5e: Initialize all netdev common structures in one placeSaeed Mahameed1-34/+29
2018-10-10net/mlx5e: Always initialize update stats delayed workFeras Daoud1-2/+3
2018-10-10net/mlx5e: Gather common netdev init/cleanup functionality in one placeFeras Daoud1-18/+35
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-10-01net/mlx5e: Allow reporting of checksum unnecessaryOr Gerlitz1-0/+4
2018-10-01net/mlx5e: Expose function for building RSS paramsGavi Teitz1-4/+9
2018-10-01net/mlx5e: Provide explicit directive if to create inner indirect tirsOr Gerlitz1-7/+7
2018-10-01net/mlx5e: Change VF representors' RQ typeGavi Teitz1-12/+18
2018-10-01net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel1-1/+1
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+0
2018-09-23mlx5: remove ndo_poll_controllerEric Dumazet1-19/+0
2018-09-05net/mlx5e: Move Q counters allocation and drop RQ to init_rxRoi Dayan1-23/+22
2018-08-13net/mlx5e: clock.c depends on CONFIG_PTP_1588_CLOCKMoshe Shemesh1-1/+3
2018-08-13net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering supportSaeed Mahameed1-7/+7
2018-08-08net/mlx5: Rename modify/query_vport state related enumsEran Ben Elisha1-6/+6
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-08-01net/mlx5e: Fix uninitialized variableGustavo A. R. Silva1-1/+1
2018-07-31net/mlx5e: Fix null pointer access when setting MTU of vport representorAdi Nissim1-1/+2
2018-07-27net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed1-12/+9
2018-07-27net/mlx5e: Vxlan, rename from mlx5e to mlx5Saeed Mahameed1-10/+11
2018-07-27net/mlx5e: Vxlan, move netdev only logic to en_main.cSaeed Mahameed1-0/+51
2018-07-27net/mlx5e: Vxlan, cleanup an unused member in vxlan workGal Pressman1-2/+2
2018-07-26net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan1-6/+30
2018-07-26net/mlx5e: Refactor XDP countersTariq Toukan1-0/+1
2018-07-26net/mlx5e: Make XDP xmit functions more genericTariq Toukan1-5/+5
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan1-0/+1
2018-07-26net/mlx5e: Restrict the combination of large MTU and XDPTariq Toukan1-8/+31
2018-07-26net/mlx5e: Gather all XDP pre-requisite checks in a single functionTariq Toukan1-11/+22
2018-07-26net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan1-1/+1
2018-07-23net/mlx5e: Use PARTIAL_GSO for UDP segmentationBoris Pismenny1-4/+5
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-07-09net/mlx5: Use 2-factor allocator callsKees Cook1-5/+9
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2018-06-28net/mlx5e: Update NIC HW stats on demand onlySaeed Mahameed1-5/+5
2018-06-28net/mlx5e: Convert large order kzalloc allocations to kvzallocTariq Toukan1-22/+22
2018-06-28net/mlx5e: Add UDP GSO supportBoris Pismenny1-0/+3
2018-06-26net/mlx5e: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz1-6/+6
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-1/+1
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook1-3/+3
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-5/+5
2018-06-05net/mlx5e: fix error return code in mlx5e_alloc_rq()Wei Yongjun1-1/+3