summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-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-171-0/+1
| * net: ena: avoid memory access violation by validating req_id properlyArthur Kiyanovski2020-03-171-4/+11
| * net: ena: fix request of incorrect number of IRQ vectorsArthur Kiyanovski2020-03-171-3/+6
| * net: ena: fix incorrect setting of the number of msix vectorsArthur Kiyanovski2020-03-171-1/+1
* | net: ena: ethtool: clean up minor indentation issueColin Ian King2020-03-141-1/+1
* | net: ena: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+2
* | net: ena: fix broken interface between ENA driver and FWArthur Kiyanovski2020-02-262-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-231-4/+0
* | net: ena: remove set but not used variable 'hash_key'YueHaibing2020-02-171-4/+0
|/
* net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski2020-02-111-0/+5
* net: ena: ethtool: use correct value for crc32 hashSameeh Jubran2020-02-111-2/+2
* net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski2020-02-113-0/+16
* net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski2020-02-111-28/+0
* net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2020-02-112-1/+25
* net: ena: rss: store hash function as values and not bitsArthur Kiyanovski2020-02-111-1/+5
* net: ena: rss: fix failure to get indirection tableSameeh Jubran2020-02-111-0/+14
* net: ena: rss: do not allocate key when not supportedSameeh Jubran2020-02-111-3/+21
* net: ena: fix incorrect default RSS keyArthur Kiyanovski2020-02-112-0/+16
* net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski2020-02-111-0/+1
* net: ena: fix uses of round_jiffies()Arthur Kiyanovski2020-02-111-3/+3
* net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski2020-02-111-8/+9
* net: ena: remove set but not used variable 'rx_ring'YueHaibing2019-12-271-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-223-18/+18
|\
| * net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski2019-12-201-14/+10
| * net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski2019-12-201-1/+1
| * net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal2019-12-101-3/+7
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* | net: ena: Add first_interrupt field to napi structSameeh Jubran2019-12-122-2/+6
* | net: ena: Implement XDP_TX actionSameeh Jubran2019-12-123-186/+701
* | net: ena: implement XDP drop supportSameeh Jubran2019-12-122-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
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-1/+2
|\
| * net: ena: don't wake up tx queue when downSameeh Jubran2019-09-161-1/+2
* | net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski2019-09-163-4/+19
* | net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski2019-09-161-2/+3
* | net: ena: fix update of interrupt moderation registerArthur Kiyanovski2019-09-161-1/+4
* | net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski2019-09-162-252/+0
* | net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski2019-09-162-13/+0
* | net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski2019-09-162-10/+0
* | net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...Arthur Kiyanovski2019-09-161-14/+16