summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon/ena
AgeCommit message (Expand)Author
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
2022-12-30net: ena: Update NUMA TPH hint register upon NUMA node updateDavid Arinzon
2022-12-30net: ena: Set default value for RX interrupt moderationDavid Arinzon
2022-12-30net: ena: Fix rx_copybreak value updateDavid Arinzon
2022-12-30net: ena: Use bitmask to indicate packet redirectionDavid Arinzon
2022-12-30net: ena: Account for the number of processed bytes in XDPDavid Arinzon
2022-12-30net: ena: Don't register memory info on XDP exchangeDavid Arinzon
2022-12-30net: ena: Fix toeplitz initial hash valueDavid Arinzon
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-15net: ena: Fix error handling in ena_init()Yuan Can
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
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: Add capabilities field with support for ENI stats capabilityArthur 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-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
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