aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c
AgeCommit message (Expand)Author
2024-04-25Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2024-04-17net: ena: Fix incorrect descriptor free behaviorDavid Arinzon
2024-04-17net: ena: Wrong missing IO completions check orderDavid Arinzon
2024-03-28Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2024-03-26net: ena: Remove ena_select_queueKamal Heib
2023-12-27Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
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-11Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-10-06net: ena: Flush XDP packets on error.Sebastian Andrzej Siewior
2023-01-12Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
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
2022-12-14Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2022-12-14net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-11-15net: ena: Fix error handling in ena_init()Yuan Can
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-04-30eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-01-31net: ena: Do not waste napi skb cacheHyeonggon Yoo
2022-01-07net: ena: Extract recurring driver reset code into a functionArthur Kiyanovski
2022-01-07net: ena: Change the name of bad_csum variableArthur Kiyanovski
2022-01-07net: ena: Add debug prints for invalid req_id resetsArthur Kiyanovski
2022-01-07net: ena: Remove ena_calc_queue_size_ctx structArthur Kiyanovski
2022-01-07net: ena: Move reset completion print to the reset functionArthur Kiyanovski
2022-01-07net: ena: Remove redundant return code checkArthur Kiyanovski
2022-01-07net: ena: Change ENI stats support check to use capabilities fieldArthur Kiyanovski
2022-01-07net: ena: Change return value of ena_calc_io_queue_size() to voidArthur Kiyanovski
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-02net: ena: Fix error handling when calculating max IO queues numberArthur Kiyanovski
2022-01-02net: ena: Fix wrong rx request id by resetting deviceArthur Kiyanovski
2022-01-02net: ena: Fix undefined state when tx request id is out of boundsArthur Kiyanovski
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
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: optimize data access in fast-path codeShay Agroskin