summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)Author
2020-03-30net: ena: Make some functions staticYueHaibing
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25net: ena: Add PCI shutdown handler to allow safe kexecGuilherme G. Piccoli
2020-03-17net: ena: fix continuous keep-alive resetsArthur Kiyanovski
2020-03-17net: ena: avoid memory access violation by validating req_id properlyArthur Kiyanovski
2020-03-17net: ena: fix request of incorrect number of IRQ vectorsArthur Kiyanovski
2020-03-17net: ena: fix incorrect setting of the number of msix vectorsArthur Kiyanovski
2020-03-14net: ena: ethtool: clean up minor indentation issueColin Ian King
2020-03-10net: ena: reject unsupported coalescing paramsJakub Kicinski
2020-02-26net: ena: fix broken interface between ENA driver and FWArthur Kiyanovski
2020-02-24net/amazon: Ensure that driver version is aligned to the linux kernelLeon Romanovsky
2020-02-23net: ena: ethtool: remove redundant non-zero check on rcColin Ian King
2020-02-17net: ena: remove set but not used variable 'hash_key'YueHaibing
2020-02-11net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski
2020-02-11net: ena: ethtool: use correct value for crc32 hashSameeh Jubran
2020-02-11net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski
2020-02-11net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski
2020-02-11net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski
2020-02-11net: ena: rss: store hash function as values and not bitsArthur Kiyanovski
2020-02-11net: ena: rss: fix failure to get indirection tableSameeh Jubran
2020-02-11net: ena: rss: do not allocate key when not supportedSameeh Jubran
2020-02-11net: ena: fix incorrect default RSS keyArthur Kiyanovski
2020-02-11net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski
2020-02-11net: ena: fix uses of round_jiffies()Arthur Kiyanovski
2020-02-11net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski
2019-12-27net: ena: remove set but not used variable 'rx_ring'YueHaibing
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-20net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski
2019-12-20net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-12net: ena: Add first_interrupt field to napi structSameeh Jubran
2019-12-12net: ena: Implement XDP_TX actionSameeh Jubran
2019-12-12net: ena: implement XDP drop supportSameeh Jubran
2019-12-10net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal
2019-10-07net: ena: ethtool: support set_channels callbackSameeh Jubran
2019-10-07net: ena: remove redundant print of number of queuesSameeh Jubran
2019-10-07net: ena: make ethtool -l show correct max number of queuesSameeh Jubran
2019-10-07net: ena: ethtool: get_channels: use combined onlySameeh Jubran
2019-10-07net: ena: multiple queue creation related cleanupsSameeh Jubran
2019-10-07net: ena: change num_queues to num_io_queues for clarity and consistencySameeh Jubran
2019-09-27net: ena: clean up indentation issueColin Ian King
2019-09-22net: ena: Select DIMLIB for ENA_ETHERNETMao Wenan
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-16net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski
2019-09-16net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski
2019-09-16net: ena: fix update of interrupt moderation registerArthur Kiyanovski
2019-09-16net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski
2019-09-16net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski
2019-09-16net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski
2019-09-16net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...Arthur Kiyanovski