summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: cavium: use module_pci_driver to simplify the codeWei Yongjun2018-03-291-12/+1
* net: bcmgenet: return NULL instead of plain integerWei Yongjun2018-03-291-1/+1
* qede: Ethtool flash update support.Sudarsana Reddy Kalluru2018-03-291-0/+9
* qed: Adapter flash update support.Sudarsana Reddy Kalluru2018-03-291-0/+338
* qed: Add APIs for flash access.Sudarsana Reddy Kalluru2018-03-294-1/+168
* qed: Fix PTT entry leak in the selftest error flow.Sudarsana Reddy Kalluru2018-03-291-1/+2
* qed: Populate nvm image attribute shadow.Sudarsana Reddy Kalluru2018-03-295-38/+120
* qed*: Utilize FW 8.33.11.0Michal Kalderon2018-03-297-999/+1155
* liquidio: Prioritize control messagesIntiyaz Basha2018-03-292-3/+8
* Merge tag 'mlx5-updates-2018-03-27' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-03-2911-142/+359
|\
| * net/mlx5e: Recover Send Queue (SQ) from error stateEran Ben Elisha2018-03-275-2/+134
| * net/mlx5e: Dump xmit error completionsEran Ben Elisha2018-03-273-0/+24
| * mlx5_{ib,core}: Add query SQ state helper functionEran Ben Elisha2018-03-271-0/+25
| * net/mlx5e: Move all TX timeout logic to be under state lockEran Ben Elisha2018-03-271-27/+34
| * net/mlx5e: Remove unused max inline related codeGal Pressman2018-03-274-45/+2
| * net/mlx5e: Add ethtool priv-flag for Striding RQTariq Toukan2018-03-274-8/+60
| * net/mlx5e: Do not reset Receive Queue params on every type changeTariq Toukan2018-03-273-11/+10
| * net/mlx5e: Remove rq_headroom field from paramsTariq Toukan2018-03-272-6/+15
| * net/mlx5e: Remove RQ MPWQE fields from paramsTariq Toukan2018-03-273-23/+35
| * net/mlx5e: Use no-offset function in skb header copyTariq Toukan2018-03-271-3/+2
| * net/mlx5e: Separate dma base address and offset in dma_sync callTariq Toukan2018-03-271-4/+2
| * net/mlx5e: Remove unused define MLX5_MPWRQ_STRIDES_PER_PAGETariq Toukan2018-03-271-2/+0
| * net/mlx5e: Disable Striding RQ when PCI is slower than linkTariq Toukan2018-03-271-3/+6
| * net/mlx5e: Unify slow PCI heuristicTariq Toukan2018-03-272-17/+19
* | net: bgmac: Mask interrupts during probeFlorian Fainelli2018-03-291-0/+2
* | net: bgmac: Use interface name to request interruptFlorian Fainelli2018-03-291-1/+1
* | net: ethernet: nixge: Add support for National Instruments XGE netdevMoritz Fischer2018-03-295-0/+1340
|/
* sfc: fix flow type handling for RSS filtersEdward Cree2018-03-271-5/+6
* sfc: protect list of RSS contexts under a mutexEdward Cree2018-03-276-32/+89
* sfc: return a better error if filter insertion collides with MC rebootEdward Cree2018-03-271-0/+7
* sfc: use a semaphore to lock farch filters tooEdward Cree2018-03-272-36/+33
* sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree2018-03-273-213/+151
* sfc: replace asynchronous filter operationsEdward Cree2018-03-278-208/+124
* net: mvpp2: Use relaxed I/O in data pathYan Markman2018-03-271-13/+30
* Merge tag 'mlx5-updates-2018-03-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-03-2716-79/+396
|\
| * net/mlx5e: Add VLAN offload features to hw_enc_featuresAviv Heller2018-03-261-0/+3
| * net/mlx5e: Add a helper macro in set features ndoGal Pressman2018-03-261-15/+11
| * net/mlx5e: Make choose LRO timeout function staticGal Pressman2018-03-262-2/+1
| * net/mlx5e: Remove redundant check in get ethtool statsGal Pressman2018-03-261-3/+0
| * net/mlx5: Protect from command bit overflowLeon Romanovsky2018-03-261-1/+1
| * net/mlx5e: Offload tc vlan push/pop using HW actionOr Gerlitz2018-03-263-11/+40
| * net/mlx5: Add core support for vlan push/pop steering actionOr Gerlitz2018-03-264-5/+14
| * net/mlx5: E-Switch, Use same source for offloaded actions checkOr Gerlitz2018-03-261-2/+2
| * net/mlx5e: Add interface down dropped packets statisticsMoshe Shemesh2018-03-264-29/+69
| * net/mlx5: Add packet dropped while vport down statisticsMoshe Shemesh2018-03-262-5/+52
| * net/mlx5e: Add vnic steering drop statisticsMoshe Shemesh2018-03-262-0/+70
| * net/mlx5: Add support for QUERY_VNIC_ENV commandMoshe Shemesh2018-03-261-0/+2
| * net/mlx5e: PFC stall prevention supportInbar Karmy2018-03-262-8/+113
| * net/mlx5e: Expose PFC stall prevention countersInbar Karmy2018-03-262-1/+21
* | liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2018-03-272-57/+0