aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)Author
2020-07-11net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski
2020-06-08net/ena: Fix build warning in ena_xdp_set()Gavin Shan
2020-05-21net: ena: Add PCI shutdown handler to allow safe kexecGuilherme G. Piccoli
2020-05-15net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski
2020-05-15net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski
2020-05-15net: ena: ethtool: use correct value for crc32 hashSameeh Jubran
2020-05-15net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski
2020-05-15net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski
2020-05-15net: ena: rss: store hash function as values and not bitsArthur Kiyanovski
2020-05-15net: ena: rss: fix failure to get indirection tableSameeh Jubran
2020-05-15net: ena: rss: do not allocate key when not supportedSameeh Jubran
2020-05-15net: ena: fix incorrect default RSS keyArthur Kiyanovski
2020-05-15net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski
2020-05-15net: ena: fix uses of round_jiffies()Arthur Kiyanovski
2020-05-15net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski
2020-03-07net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal
2020-02-24net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-04net: ena: gcc 8: fix compilation warningSameeh Jubran
2019-05-04net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran
2019-05-04net: ena: improve latency by disabling adaptive interrupt moderation by defaultSameeh Jubran
2019-05-04net: ena: fix return value of ena_com_config_llq_info()Sameeh Jubran
2019-05-04net: ena: fix incorrect test of supported hash functionSameeh Jubran
2019-05-04net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran
2019-05-04net: ena: fix: set freed objects to NULL to avoid failing future allocationsSameeh Jubran
2019-05-04net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-02-12net: ena: update driver version from 2.0.2 to 2.0.3Arthur Kiyanovski
2019-02-12net: ena: fix race between link up and device initalizationArthur Kiyanovski
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-11-19net: ena: update driver version from 2.0.1 to 2.0.2Arthur Kiyanovski
2018-11-19net: ena: fix crash during ena_remove()Arthur Kiyanovski
2018-11-19net: ena: fix crash during failed resume from hibernationArthur Kiyanovski
2018-10-22net: ena: fix compilation error in xtensa architectureArthur Kiyanovski
2018-10-17net: ena: enable Low Latency QueuesArthur Kiyanovski
2018-10-17net: ena: Fix Kconfig dependency on X86Netanel Belgazal
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-11net: ena: fix indentations in ena_defs for better readabilityArthur Kiyanovski
2018-10-11net: ena: update driver version to 2.0.1Arthur Kiyanovski
2018-10-11net: ena: remove redundant parameter in ena_com_admin_init()Arthur Kiyanovski
2018-10-11net: ena: change rx copybreak default to reduce kernel memory pressureArthur Kiyanovski
2018-10-11net: ena: limit refill Rx threshold to 256 to avoid latency issuesArthur Kiyanovski
2018-10-11net: ena: explicit casting and initialization, and clearer error handlingArthur Kiyanovski
2018-10-11net: ena: use CSUM_CHECKED device indication to report skb's checksum statusArthur Kiyanovski
2018-10-11net: ena: add functions for handling Low Latency Queues in ena_netdevArthur Kiyanovski
2018-10-11net: ena: add functions for handling Low Latency Queues in ena_comArthur Kiyanovski