summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon/ena/ena_eth_com.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-27net: ena: Add validation for completion descriptors consistencyDavid Arinzon1-10/+27
2024-02-01net: ena: Reduce lines with longer column width boundaryDavid Arinzon1-29/+20
2023-12-13net: ena: Fix XDP redirection errorDavid Arinzon1-3/+0
2021-06-09net: ena: Improve error logging in driverShay Agroskin1-5/+23
2021-06-09net: ena: optimize data access in fast-path codeShay Agroskin1-1/+1
2020-12-10net: ena: fix coding style nitsShay Agroskin1-2/+3
2020-12-10net: ena: add device distinct log prefix to filesShay Agroskin1-24/+42
2020-11-25net: ena: handle bad request id in ena_netdevShay Agroskin1-0/+3
2020-09-21net: ena: Fix all static chekers' warningsShay Agroskin1-7/+10
2020-09-21net: ena: Capitalize all log strings and improve code readabilityShay Agroskin1-17/+19
2020-09-21net: ena: Change license into format to SPDX in all filesShay Agroskin1-29/+2
2020-07-22net: ena: support new LLQ acceleration modeArthur Kiyanovski1-15/+36
2020-05-23net: ena: cosmetic: minor code changesArthur Kiyanovski1-4/+4
2020-05-23net: ena: add support for the rx offset featureArthur Kiyanovski1-6/+12
2019-09-27net: ena: clean up indentation issueColin Ian King1-2/+2
2019-06-12net: ena: remove inline keyword from functions in *.cSameeh Jubran1-13/+13
2019-06-03net: ena: add handling of llq max tx burst sizeSameeh Jubran1-17/+11
2018-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2018-10-11net: ena: use CSUM_CHECKED device indication to report skb's checksum statusArthur Kiyanovski1-0/+3
2018-10-11net: ena: add functions for handling Low Latency Queues in ena_comArthur Kiyanovski1-52/+179
2018-10-11net: ena: minor performance improvementArthur Kiyanovski1-43/+0
2018-10-09net: ena: fix auto casting to booleanArthur Kiyanovski1-4/+4
2018-09-09net: ena: fix incorrect usage of memory barriersNetanel Belgazal1-0/+6
2018-01-02net: ena: add detection and recovery mechanism for handling missed/misrouted ...Netanel Belgazal1-0/+11
2017-06-23net: ena: add support for out of order rx buffers refillNetanel Belgazal1-0/+5
2017-02-10net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal1-4/+4
2016-08-13net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)Netanel Belgazal1-0/+501