summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)AuthorLines
2019-06-26Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski-184/+11
2019-06-23net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran-2/+2
2019-06-12net: ena: update driver version from 2.0.3 to 2.1.0Sameeh Jubran-2/+2
2019-06-12net: ena: remove inline keyword from functions in *.cSameeh Jubran-24/+24
2019-06-12net: ena: add ethtool function for changing io queue sizesSameeh Jubran-1/+40
2019-06-12net: ena: allow queue allocation backoff when low on memorySameeh Jubran-42/+127
2019-06-12net: ena: make ethtool show correct current and max queue sizesSameeh Jubran-6/+6
2019-06-12net: ena: enable negotiating larger Rx ring sizeSameeh Jubran-49/+110
2019-06-12net: ena: add MAX_QUEUES_EXT get feature admin commandArthur Kiyanovski-30/+105
2019-06-03net: ena: use dev_info_once instead of static variableSameeh Jubran-3/+1
2019-06-03net: ena: add good checksum counterSameeh Jubran-2/+7
2019-06-03net: ena: optimise calculations for CQ doorbellSameeh Jubran-9/+11
2019-06-03net: ena: add support for changing max_header_size in LLQ modeSameeh Jubran-6/+4
2019-06-03net: ena: allow automatic fallback to polling modeSameeh Jubran-9/+39
2019-06-03net: ena: add newline at the end of pr_err printsSameeh Jubran-8/+8
2019-06-03net: ena: arrange ena_probe() function variables in reverse christmas treeSameeh Jubran-6/+6
2019-06-03net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ringSameeh Jubran-31/+28
2019-06-03net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski-11/+184
2019-06-03net: ena: add handling of llq max tx burst sizeSameeh Jubran-17/+85
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+3
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-20/+30
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+27
2019-05-04net: ena: gcc 8: fix compilation warningSameeh Jubran-1/+1
2019-05-04net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran-0/+1
2019-05-04net: ena: improve latency by disabling adaptive interrupt moderation by defaultSameeh Jubran-1/+5
2019-05-04net: ena: fix return value of ena_com_config_llq_info()Sameeh Jubran-1/+1
2019-05-04net: ena: fix incorrect test of supported hash functionSameeh Jubran-1/+1
2019-05-04net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran-0/+1
2019-05-04net: ena: fix: set freed objects to NULL to avoid failing future allocationsSameeh Jubran-10/+15
2019-05-04net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran-2/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-1/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal-1/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni-3/+2
2019-02-12net: ena: update driver version from 2.0.2 to 2.0.3Arthur Kiyanovski-1/+1
2019-02-12net: ena: fix race between link up and device initalizationArthur Kiyanovski-5/+5
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-30/+31
2018-11-19net: ena: update driver version from 2.0.1 to 2.0.2Arthur Kiyanovski-1/+1
2018-11-19net: ena: fix crash during ena_remove()Arthur Kiyanovski-11/+10
2018-11-19net: ena: fix crash during failed resume from hibernationArthur Kiyanovski-1/+1
2018-10-22net: ena: fix compilation error in xtensa architectureArthur Kiyanovski-0/+1
2018-10-17net: ena: enable Low Latency QueuesArthur Kiyanovski-14/+4
2018-10-17net: ena: Fix Kconfig dependency on X86Netanel Belgazal-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+16
2018-10-11net: ena: fix indentations in ena_defs for better readabilityArthur Kiyanovski-425/+338
2018-10-11net: ena: update driver version to 2.0.1Arthur Kiyanovski-3/+3
2018-10-11net: ena: remove redundant parameter in ena_com_admin_init()Arthur Kiyanovski-9/+4
2018-10-11net: ena: change rx copybreak default to reduce kernel memory pressureArthur Kiyanovski-1/+1
2018-10-11net: ena: limit refill Rx threshold to 256 to avoid latency issuesArthur Kiyanovski-3/+6
2018-10-11net: ena: explicit casting and initialization, and clearer error handlingArthur Kiyanovski-30/+36
2018-10-11net: ena: use CSUM_CHECKED device indication to report skb's checksum statusArthur Kiyanovski-3/+26