summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ena: Remove ena_calc_queue_size_ctx structArthur Kiyanovski2022-01-072-42/+19
* net: ena: Move reset completion print to the reset functionArthur Kiyanovski2022-01-071-2/+2
* net: ena: Remove redundant return code checkArthur Kiyanovski2022-01-071-1/+1
* net: ena: Change ENI stats support check to use capabilities fieldArthur Kiyanovski2022-01-073-13/+10
* net: ena: Add capabilities field with support for ENI stats capabilityArthur Kiyanovski2022-01-073-1/+30
* net: ena: Change return value of ena_calc_io_queue_size() to voidArthur Kiyanovski2022-01-071-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-20/+29
|\
| * net: ena: Fix error handling when calculating max IO queues numberArthur Kiyanovski2022-01-021-4/+0
| * net: ena: Fix wrong rx request id by resetting deviceArthur Kiyanovski2022-01-021-2/+9
| * net: ena: Fix undefined state when tx request id is out of boundsArthur Kiyanovski2022-01-021-14/+20
* | net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-291-0/+1
* | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-281-3/+0
|\
| * ena: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-26/+28
|\ \ | |/ |/|
| * net: ena: fix DMA mapping function issues in XDPShay Agroskin2021-06-081-26/+28
* | net: ena: make symbol 'ena_alloc_map_page' staticWei Yongjun2021-06-091-1/+2
* | net: ena: re-organize code to improve readabilityShay Agroskin2021-06-083-9/+14
* | net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin2021-06-081-22/+36
* | net: ena: aggregate doorbell common operations into a functionShay Agroskin2021-06-081-20/+18
* | net: ena: Remove module param and change message severityShay Agroskin2021-06-081-5/+2
* | net: ena: add jiffies of last napi call to statsShay Agroskin2021-06-082-8/+21