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