summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
...
* net: ena: use explicit variable size for clarityArthur Kiyanovski2020-05-221-4/+3
* net: ena: rename ena_com_free_desc to make API more uniformArthur Kiyanovski2020-05-222-6/+5
* net: ena: add support for the rx offset featureArthur Kiyanovski2020-05-225-8/+28
* ena: Add XDP frame size to amazon NIC driverJesper Dangaard Brouer2020-05-142-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-1/+1
|\
| * net/ena: Fix build warning in ena_xdp_set()Gavin Shan2020-04-281-1/+1
* | net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski2020-05-031-18/+30
* | net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macrosSameeh Jubran2020-05-031-7/+7
* | net: ena: use SHUTDOWN as reset reason when closing interfaceSameeh Jubran2020-05-031-0/+2
* | net: ena: drop superfluous prototypeArthur Kiyanovski2020-05-031-12/+0
* | net: ena: add support for reporting of packet dropsSameeh Jubran2020-05-033-0/+15
* | net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran2020-05-033-0/+5
* | net: ena: remove code that does nothingSameeh Jubran2020-05-031-4/+1
* | net: ena: changes to RSS hash key allocationSameeh Jubran2020-05-031-11/+5
* | net: ena: change default RSS hash function to ToeplitzArthur Kiyanovski2020-05-031-1/+1
* | net: ena: allow setting the hash function without changing the keySameeh Jubran2020-05-033-14/+32
* | net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski2020-05-031-2/+4
* | net: ena: avoid unnecessary admin command when RSS function set failsArthur Kiyanovski2020-05-031-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-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