aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04net: ena: xdp: update napi budget for DROP and ABORTEDSameeh Jubran1-4/+4
2020-06-04net: ena: xdp: XDP_TX: fix memory leakSameeh Jubran1-1/+1
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-22net: ena: reduce driver load timeArthur Kiyanovski4-10/+33
2020-05-22net: ena: cosmetic: minor code changesArthur Kiyanovski4-7/+7
2020-05-22net: ena: cosmetic: fix spacing issuesArthur Kiyanovski4-6/+6
2020-05-22net: ena: cosmetic: code reorderingsArthur Kiyanovski2-11/+11
2020-05-22net: ena: cosmetic: remove unnecessary codeArthur Kiyanovski2-14/+3
2020-05-22net: ena: cosmetic: fix line break issuesArthur Kiyanovski2-12/+9
2020-05-22net: ena: cosmetic: fix spelling and grammar mistakes in commentsArthur Kiyanovski3-17/+17
2020-05-22net: ena: cosmetic: set queue sizes to u32 for consistencyArthur Kiyanovski1-2/+2
2020-05-22net: ena: cosmetic: rename ena_update_tx/rx_rings_intr_moderation()Arthur Kiyanovski1-4/+4
2020-05-22net: ena: simplify ena_com_update_intr_delay_resolution()Arthur Kiyanovski1-6/+2
2020-05-22net: ena: fix ena_com_comp_status_to_errno() return valueArthur Kiyanovski1-4/+1
2020-05-22net: ena: use explicit variable size for clarityArthur Kiyanovski1-4/+3
2020-05-22net: ena: rename ena_com_free_desc to make API more uniformArthur Kiyanovski2-6/+5
2020-05-22net: ena: add support for the rx offset featureArthur Kiyanovski5-8/+28
2020-05-14ena: Add XDP frame size to amazon NIC driverJesper Dangaard Brouer2-2/+4
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-03net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski1-18/+30
2020-05-03net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macrosSameeh Jubran1-7/+7
2020-05-03net: ena: use SHUTDOWN as reset reason when closing interfaceSameeh Jubran1-0/+2
2020-05-03net: ena: drop superfluous prototypeArthur Kiyanovski1-12/+0
2020-05-03net: ena: add support for reporting of packet dropsSameeh Jubran3-0/+15
2020-05-03net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran3-0/+5
2020-05-03net: ena: remove code that does nothingSameeh Jubran1-4/+1
2020-05-03net: ena: changes to RSS hash key allocationSameeh Jubran1-11/+5
2020-05-03net: ena: change default RSS hash function to ToeplitzArthur Kiyanovski1-1/+1
2020-05-03net: ena: allow setting the hash function without changing the keySameeh Jubran3-14/+32
2020-05-03net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski1-2/+4
2020-05-03net: ena: avoid unnecessary admin command when RSS function set failsArthur Kiyanovski1-1/+3
2020-04-28net/ena: Fix build warning in ena_xdp_set()Gavin Shan1-1/+1
2020-03-30net: ena: Make some functions staticYueHaibing1-7/+6
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-18/+60
2020-03-25net: ena: Add PCI shutdown handler to allow safe kexecGuilherme G. Piccoli1-10/+41
2020-03-17net: ena: fix continuous keep-alive resetsArthur Kiyanovski1-0/+1
2020-03-17net: ena: avoid memory access violation by validating req_id properlyArthur Kiyanovski1-4/+11
2020-03-17net: ena: fix request of incorrect number of IRQ vectorsArthur Kiyanovski1-3/+6
2020-03-17net: ena: fix incorrect setting of the number of msix vectorsArthur Kiyanovski1-1/+1
2020-03-14net: ena: ethtool: clean up minor indentation issueColin Ian King1-1/+1
2020-03-10net: ena: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-02-26net: ena: fix broken interface between ENA driver and FWArthur Kiyanovski2-1/+16
2020-02-24net/amazon: Ensure that driver version is aligned to the linux kernelLeon Romanovsky3-27/+2
2020-02-23net: ena: ethtool: remove redundant non-zero check on rcColin Ian King1-4/+0
2020-02-17net: ena: remove set but not used variable 'hash_key'YueHaibing1-4/+0
2020-02-11net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski1-0/+5
2020-02-11net: ena: ethtool: use correct value for crc32 hashSameeh Jubran1-2/+2
2020-02-11net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski3-0/+16
2020-02-11net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski1-28/+0
2020-02-11net: ena: fix incorrectly saving queue numbers when setting RSS indirection tableArthur Kiyanovski2-1/+25