summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)Author
2025-10-19net: ena: return 0 in ena_get_rxfh_key_size() when RSS hash key is not config...Kohei Enju
2024-06-16net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon
2024-06-16net: ena: Fix redundant device NUMA node overrideShay Agroskin
2024-06-16net: ena: Reduce lines with longer column width boundaryDavid Arinzon
2024-06-16net: ena: Add dynamic recycling mechanism for rx buffersDavid Arinzon
2024-06-16net: ena: Do not waste napi skb cacheHyeonggon Yoo
2024-06-16net: ena: Extract recurring driver reset code into a functionArthur Kiyanovski
2024-06-16net: ena: Add capabilities field with support for ENI stats capabilityArthur Kiyanovski
2024-04-17net: ena: Fix incorrect descriptor free behaviorDavid Arinzon
2024-04-17net: ena: Wrong missing IO completions check orderDavid Arinzon
2024-04-17net: ena: Fix potential sign extension issueDavid Arinzon
2024-03-26net: ena: Remove ena_select_queueKamal Heib
2023-12-20net: ena: Fix XDP redirection errorDavid Arinzon
2023-12-20net: ena: Fix xdp drops handling due to multibuf packetsDavid Arinzon
2023-12-20net: ena: Destroy correct number of xdp queues upon failureDavid Arinzon
2023-10-19eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2023-10-06net: ena: Flush XDP packets on error.Sebastian Andrzej Siewior
2023-07-27ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2023-07-23net: ena: fix shift-out-of-bounds in exponential backoffKrister Johansen
2023-01-12net: ena: Update NUMA TPH hint register upon NUMA node updateDavid Arinzon
2023-01-12net: ena: Set default value for RX interrupt moderationDavid Arinzon
2023-01-12net: ena: Fix rx_copybreak value updateDavid Arinzon
2023-01-12net: ena: Use bitmask to indicate packet redirectionDavid Arinzon
2023-01-12net: ena: Account for the number of processed bytes in XDPDavid Arinzon
2023-01-12net: ena: Don't register memory info on XDP exchangeDavid Arinzon
2023-01-12net: ena: Fix toeplitz initial hash valueDavid Arinzon
2022-11-26net: ena: Fix error handling in ena_init()Yuan Can
2022-01-11net: ena: Fix error handling when calculating max IO queues numberArthur Kiyanovski
2022-01-11net: ena: Fix wrong rx request id by resetting deviceArthur Kiyanovski
2022-01-11net: ena: Fix undefined state when tx request id is out of boundsArthur Kiyanovski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-24ena: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-09net: ena: make symbol 'ena_alloc_map_page' staticWei Yongjun
2021-06-08net: ena: fix DMA mapping function issues in XDPShay Agroskin
2021-06-08net: ena: re-organize code to improve readabilityShay Agroskin
2021-06-08net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin
2021-06-08net: ena: aggregate doorbell common operations into a functionShay Agroskin
2021-06-08net: ena: Remove module param and change message severityShay Agroskin
2021-06-08net: ena: add jiffies of last napi call to statsShay Agroskin
2021-06-08net: ena: use build_skb() in RX pathShay Agroskin
2021-06-08net: ena: Improve error logging in driverShay Agroskin
2021-06-08net: ena: Remove unused codeShay Agroskin
2021-06-08net: ena: optimize data access in fast-path codeShay Agroskin
2021-03-31net: ena: remove extra words from commentsYixing Liu
2021-03-31net: ena: fix inaccurate print typeYixing Liu
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-17ena: Update driver to use ethtool_sprintfAlexander Duyck