summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)AuthorFilesLines
2024-04-11net: ena: Set tx_info->xdpf value to NULLDavid Arinzon1-1/+3
2024-04-11net: ena: Fix incorrect descriptor free behaviorDavid Arinzon1-3/+11
2024-04-11net: ena: Wrong missing IO completions check orderDavid Arinzon1-9/+12
2024-04-11net: ena: Fix potential sign extension issueDavid Arinzon1-1/+1
2024-02-18net: ena: Remove ena_select_queueKamal Heib1-17/+0
2024-02-15net: ena: Remove unlikely() from IS_ERR() conditionKamal Heib1-1/+1
2024-02-14net: ena: Remove redundant assignmentKamal Heib1-1/+0
2024-02-01net: ena: Reduce lines with longer column width boundaryDavid Arinzon4-260/+151
2024-02-01net: ena: handle ena_calc_io_queue_size() possible errorsDavid Arinzon1-3/+21
2024-02-01net: ena: Change default print level for netif_ printsDavid Arinzon1-2/+2
2024-02-01net: ena: Relocate skb_tx_timestamp() to improve time stamping accuracyDavid Arinzon1-2/+2
2024-02-01net: ena: Add more information on TX timeoutsDavid Arinzon2-14/+64
2024-02-01net: ena: Change error print during ena_device_init()David Arinzon1-1/+2
2024-02-01net: ena: Remove CQ tail pointer updateDavid Arinzon5-39/+2
2024-02-01net: ena: Enable DIM by defaultDavid Arinzon1-0/+6
2024-02-01net: ena: Minor cosmetic changesDavid Arinzon1-4/+2
2024-02-01net: ena: Remove an unused fieldDavid Arinzon2-4/+0
2024-01-04net: ena: Take xdp packets stats into account in ena_get_stats64()David Arinzon1-3/+10
2024-01-04net: ena: Make queue stats code cleaner by removing the if blockDavid Arinzon1-10/+7
2024-01-04net: ena: Always register RX queue infoDavid Arinzon3-4/+13
2024-01-04net: ena: Add more debug prints to XDP related functionDavid Arinzon1-0/+4
2024-01-04net: ena: Refactor napi functionsDavid Arinzon2-23/+30
2024-01-04net: ena: Don't check if XDP program is loaded in ena_xdp_execute()David Arinzon1-3/+0
2024-01-04net: ena: Use tx_ring instead of xdp_ring for XDP channel TXDavid Arinzon4-65/+61
2024-01-04net: ena: Introduce total_tx_size field in ena_tx_buffer structDavid Arinzon2-2/+5
2024-01-04net: ena: Put orthogonal fields in ena_tx_buffer in a unionDavid Arinzon1-5/+7
2024-01-04net: ena: Pass ena_adapter instead of net_device to ena_xmit_common()David Arinzon4-11/+10
2024-01-04net: ena: Move XDP code to its new filesDavid Arinzon6-657/+679
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-30/+26
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-14/+14
2023-12-13net: ena: Fix XDP redirection errorDavid Arinzon1-3/+0
2023-12-13net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon1-14/+9
2023-12-13net: ena: Fix xdp drops handling due to multibuf packetsDavid Arinzon1-7/+10
2023-12-13net: ena: Destroy correct number of xdp queues upon failureDavid Arinzon1-6/+7
2023-12-10net: ena: replace deprecated strncpy with strscpyjustinstitt@google.com1-2/+2
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-2/+2
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2023-09-21net: ena: Flush XDP packets on error.Sebastian Andrzej Siewior1-0/+3
2023-08-18net: ena: Use pci_dev_id() to simplify the codeJialin Zhang1-1/+1
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski1-0/+1
2023-07-13net: ena: fix shift-out-of-bounds in exponential backoffKrister Johansen1-0/+3
2023-06-16net: ena: Add dynamic recycling mechanism for rx buffersDavid Arinzon3-42/+104
2023-03-30net: ena: removed unused tx_bytes variableSimon Horman1-2/+0
2023-03-28net: ena: Advertise TX push supportShay Agroskin1-1/+10
2023-03-28net: ena: Add support to changing tx_push_buf_lenShay Agroskin4-12/+82
2023-03-28net: ena: Recalculate TX state variables every device resetShay Agroskin1-1/+9
2023-03-28net: ena: Add an option to configure large LLQ headersDavid Arinzon2-22/+76
2023-03-28net: ena: Make few cosmetic preparations to support large LLQShay Agroskin1-66/+67
2023-03-11net: ena: take into account xdp_features setting tx/rx queuesLorenzo Bianconi2-5/+16
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+4