summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_eth_com.c
Commit message (Expand)AuthorAgeFilesLines
* net: ena: Improve error logging in driverShay Agroskin2021-06-081-5/+23
* net: ena: optimize data access in fast-path codeShay Agroskin2021-06-081-1/+1
* net: ena: fix coding style nitsShay Agroskin2020-12-091-2/+3
* net: ena: add device distinct log prefix to filesShay Agroskin2020-12-091-24/+42
* net: ena: handle bad request id in ena_netdevShay Agroskin2020-11-241-0/+3
* net: ena: Fix all static chekers' warningsShay Agroskin2020-09-211-7/+10
* net: ena: Capitalize all log strings and improve code readabilityShay Agroskin2020-09-211-17/+19
* net: ena: Change license into format to SPDX in all filesShay Agroskin2020-09-211-29/+2
* net: ena: support new LLQ acceleration modeArthur Kiyanovski2020-07-211-15/+36
* net: ena: cosmetic: minor code changesArthur Kiyanovski2020-05-221-4/+4
* net: ena: add support for the rx offset featureArthur Kiyanovski2020-05-221-6/+12
* net: ena: clean up indentation issueColin Ian King2019-09-271-2/+2
* net: ena: remove inline keyword from functions in *.cSameeh Jubran2019-06-121-13/+13
* net: ena: add handling of llq max tx burst sizeSameeh Jubran2019-06-031-17/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-4/+4
|\
| * net: ena: fix auto casting to booleanArthur Kiyanovski2018-10-091-4/+4
* | net: ena: use CSUM_CHECKED device indication to report skb's checksum statusArthur Kiyanovski2018-10-111-0/+3
* | net: ena: add functions for handling Low Latency Queues in ena_comArthur Kiyanovski2018-10-111-52/+179
* | net: ena: minor performance improvementArthur Kiyanovski2018-10-111-43/+0
|/
* net: ena: fix incorrect usage of memory barriersNetanel Belgazal2018-09-091-0/+6
* net: ena: add detection and recovery mechanism for handling missed/misrouted ...Netanel Belgazal2018-01-021-0/+11
* net: ena: add support for out of order rx buffers refillNetanel Belgazal2017-06-231-0/+5
* net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal2017-02-091-4/+4
* net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)Netanel Belgazal2016-08-121-0/+501