summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* net: ena: Take xdp packets stats into account in ena_get_stats64()David Arinzon2024-01-031-3/+10
* net: ena: Make queue stats code cleaner by removing the if blockDavid Arinzon2024-01-031-10/+7
* net: ena: Always register RX queue infoDavid Arinzon2024-01-033-4/+13
* net: ena: Add more debug prints to XDP related functionDavid Arinzon2024-01-031-0/+4
* net: ena: Refactor napi functionsDavid Arinzon2024-01-032-23/+30
* net: ena: Don't check if XDP program is loaded in ena_xdp_execute()David Arinzon2024-01-031-3/+0
* net: ena: Use tx_ring instead of xdp_ring for XDP channel TXDavid Arinzon2024-01-034-65/+61
* net: ena: Introduce total_tx_size field in ena_tx_buffer structDavid Arinzon2024-01-032-2/+5
* net: ena: Put orthogonal fields in ena_tx_buffer in a unionDavid Arinzon2024-01-031-5/+7
* net: ena: Pass ena_adapter instead of net_device to ena_xmit_common()David Arinzon2024-01-034-11/+10
* net: ena: Move XDP code to its new filesDavid Arinzon2024-01-036-657/+679
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-142-30/+26
|\
| * net: ena: Fix XDP redirection errorDavid Arinzon2023-12-121-3/+0
| * net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon2023-12-121-14/+9
| * net: ena: Fix xdp drops handling due to multibuf packetsDavid Arinzon2023-12-121-7/+10
| * net: ena: Destroy correct number of xdp queues upon failureDavid Arinzon2023-12-121-6/+7
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-14/+14
* | net: ena: replace deprecated strncpy with strscpyjustinstitt@google.com2023-12-101-2/+2
* | net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-2/+2
|/
* net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2023-10-031-1/+1
* net: ena: Flush XDP packets on error.Sebastian Andrzej Siewior2023-09-211-0/+3
* net: ena: Use pci_dev_id() to simplify the codeJialin Zhang2023-08-171-1/+1
* eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* net: ena: fix shift-out-of-bounds in exponential backoffKrister Johansen2023-07-121-0/+3
* net: ena: Add dynamic recycling mechanism for rx buffersDavid Arinzon2023-06-153-42/+104
* net: ena: removed unused tx_bytes variableSimon Horman2023-03-291-2/+0
* net: ena: Advertise TX push supportShay Agroskin2023-03-271-1/+10
* net: ena: Add support to changing tx_push_buf_lenShay Agroskin2023-03-274-12/+82
* net: ena: Recalculate TX state variables every device resetShay Agroskin2023-03-271-1/+9
* net: ena: Add an option to configure large LLQ headersDavid Arinzon2023-03-272-22/+76
* net: ena: Make few cosmetic preparations to support large LLQShay Agroskin2023-03-271-66/+67
* net: ena: take into account xdp_features setting tx/rx queuesLorenzo Bianconi2023-03-102-5/+16
* drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+4
* net: ena: Update NUMA TPH hint register upon NUMA node updateDavid Arinzon2022-12-302-11/+22
* net: ena: Set default value for RX interrupt moderationDavid Arinzon2022-12-301-1/+2
* net: ena: Fix rx_copybreak value updateDavid Arinzon2022-12-303-5/+21
* net: ena: Use bitmask to indicate packet redirectionDavid Arinzon2022-12-302-10/+25
* net: ena: Account for the number of processed bytes in XDPDavid Arinzon2022-12-301-0/+1
* net: ena: Don't register memory info on XDP exchangeDavid Arinzon2022-12-301-3/+5
* net: ena: Fix toeplitz initial hash valueDavid Arinzon2022-12-301-20/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-1/+7
|\
| * net: ena: Fix error handling in ena_init()Yuan Can2022-11-151-1/+7
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-282-8/+8
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-4/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-3/+3
* eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-301-3/+1
* net: ena: Do not waste napi skb cacheHyeonggon Yoo2022-01-311-3/+2
* net: ena: Extract recurring driver reset code into a functionArthur Kiyanovski2022-01-072-31/+23
* net: ena: Change the name of bad_csum variableArthur Kiyanovski2022-01-073-4/+4
* net: ena: Add debug prints for invalid req_id resetsArthur Kiyanovski2022-01-071-4/+4