summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | net: ena: add support for reporting of packet dropsSameeh Jubran2020-05-043-0/+15
* | net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran2020-05-043-0/+5
* | net: ena: remove code that does nothingSameeh Jubran2020-05-041-4/+1
* | net: ena: changes to RSS hash key allocationSameeh Jubran2020-05-041-11/+5
* | net: ena: change default RSS hash function to ToeplitzArthur Kiyanovski2020-05-041-1/+1
* | net: ena: allow setting the hash function without changing the keySameeh Jubran2020-05-043-14/+32
* | net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski2020-05-041-2/+4
* | net: ena: avoid unnecessary admin command when RSS function set failsArthur Kiyanovski2020-05-041-1/+3
|/
* net: ena: Make some functions staticYueHaibing2020-03-301-7/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-261-18/+60
|\
| * net: ena: Add PCI shutdown handler to allow safe kexecGuilherme G. Piccoli2020-03-251-10/+41
| * net: ena: fix continuous keep-alive resetsArthur Kiyanovski2020-03-181-0/+1
| * net: ena: avoid memory access violation by validating req_id properlyArthur Kiyanovski2020-03-181-4/+11
| * net: ena: fix request of incorrect number of IRQ vectorsArthur Kiyanovski2020-03-181-3/+6
| * net: ena: fix incorrect setting of the number of msix vectorsArthur Kiyanovski2020-03-181-1/+1
* | net: ena: ethtool: clean up minor indentation issueColin Ian King2020-03-151-1/+1
* | net: ena: reject unsupported coalescing paramsJakub Kicinski2020-03-111-0/+2
* | net: ena: fix broken interface between ENA driver and FWArthur Kiyanovski2020-02-272-1/+16
* | net/amazon: Ensure that driver version is aligned to the linux kernelLeon Romanovsky2020-02-243-27/+2
* | net: ena: ethtool: remove redundant non-zero check on rcColin Ian King2020-02-241-4/+0
* | net: ena: remove set but not used variable 'hash_key'YueHaibing2020-02-181-4/+0
|/
* net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski2020-02-121-0/+5
* net: ena: ethtool: use correct value for crc32 hashSameeh Jubran2020-02-121-2/+2
* net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski2020-02-123-0/+16
* net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski2020-02-121-28/+0
* net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2020-02-122-1/+25
* net: ena: rss: store hash function as values and not bitsArthur Kiyanovski2020-02-121-1/+5
* net: ena: rss: fix failure to get indirection tableSameeh Jubran2020-02-121-0/+14
* net: ena: rss: do not allocate key when not supportedSameeh Jubran2020-02-121-3/+21
* net: ena: fix incorrect default RSS keyArthur Kiyanovski2020-02-122-0/+16
* net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski2020-02-121-0/+1
* net: ena: fix uses of round_jiffies()Arthur Kiyanovski2020-02-121-3/+3
* net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski2020-02-121-8/+9
* net: ena: remove set but not used variable 'rx_ring'YueHaibing2019-12-281-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-233-18/+18
|\
| * net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski2019-12-211-14/+10
| * net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski2019-12-211-1/+1
| * net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal2019-12-111-3/+7
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
* | net: ena: Add first_interrupt field to napi structSameeh Jubran2019-12-132-2/+6
* | net: ena: Implement XDP_TX actionSameeh Jubran2019-12-133-186/+701
* | net: ena: implement XDP drop supportSameeh Jubran2019-12-132-11/+233
|/
* net: ena: ethtool: support set_channels callbackSameeh Jubran2019-10-073-3/+35
* net: ena: remove redundant print of number of queuesSameeh Jubran2019-10-071-2/+2
* net: ena: make ethtool -l show correct max number of queuesSameeh Jubran2019-10-073-25/+29
* net: ena: ethtool: get_channels: use combined onlySameeh Jubran2019-10-071-8/+2
* net: ena: multiple queue creation related cleanupsSameeh Jubran2019-10-071-20/+11
* net: ena: change num_queues to num_io_queues for clarity and consistencySameeh Jubran2019-10-073-44/+44
* net: ena: clean up indentation issueColin Ian King2019-09-271-2/+2
* net: ena: Select DIMLIB for ENA_ETHERNETMao Wenan2019-09-221-0/+1