summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* net: ena: cosmetic: fix line break issuesArthur Kiyanovski2020-05-222-12/+9
* net: ena: cosmetic: fix spelling and grammar mistakes in commentsArthur Kiyanovski2020-05-223-17/+17
* net: ena: cosmetic: set queue sizes to u32 for consistencyArthur Kiyanovski2020-05-221-2/+2
* net: ena: cosmetic: rename ena_update_tx/rx_rings_intr_moderation()Arthur Kiyanovski2020-05-221-4/+4
* net: ena: simplify ena_com_update_intr_delay_resolution()Arthur Kiyanovski2020-05-221-6/+2
* net: ena: fix ena_com_comp_status_to_errno() return valueArthur Kiyanovski2020-05-221-4/+1
* 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-152-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-071-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-041-18/+30
* | net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macrosSameeh Jubran2020-05-041-7/+7
* | net: ena: use SHUTDOWN as reset reason when closing interfaceSameeh Jubran2020-05-041-0/+2
* | net: ena: drop superfluous prototypeArthur Kiyanovski2020-05-041-12/+0
* | 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