summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c
Commit message (Expand)AuthorAgeFilesLines
* net: ena: Update NUMA TPH hint register upon NUMA node updateDavid Arinzon2022-12-301-9/+18
* net: ena: Set default value for RX interrupt moderationDavid Arinzon2022-12-301-1/+2
* net: ena: Fix rx_copybreak value updateDavid Arinzon2022-12-301-0/+18
* net: ena: Use bitmask to indicate packet redirectionDavid Arinzon2022-12-301-10/+16
* 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
* 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-281-6/+6
|/
* 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-311-1/+1
* 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-071-31/+14
* net: ena: Change the name of bad_csum variableArthur Kiyanovski2022-01-071-2/+2
* 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-071-30/+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-071-7/+2
* 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
* | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
|/
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* 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-081-1/+1
* | 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-081-8/+20
* | net: ena: use build_skb() in RX pathShay Agroskin2021-06-081-25/+41
* | net: ena: optimize data access in fast-path codeShay Agroskin2021-06-081-12/+11
|/
* net: ena: remove extra words from commentsYixing Liu2021-03-311-1/+1
* bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-12/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-1/+5
|\
| * net: ena: Update XDP verdict upon failureShay Agroskin2021-02-061-1/+5
* | net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-4/+3
* | net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+1
|/
* net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin2020-12-091-12/+71
* net: ena: use xdp_return_frame() to free xdp framesShay Agroskin2020-12-091-2/+1
* net: ena: introduce XDP redirect implementationShay Agroskin2020-12-091-32/+51
* net: ena: use xdp_frame in XDP TX flowShay Agroskin2020-12-091-24/+29
* net: ena: aggregate stats increase into a functionShay Agroskin2020-12-091-99/+68