aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-4/+2
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-04-30eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski1-3/+1
2022-01-31net: ena: Do not waste napi skb cacheHyeonggon Yoo1-3/+2
2022-01-07net: ena: Extract recurring driver reset code into a functionArthur Kiyanovski1-31/+14
2022-01-07net: ena: Change the name of bad_csum variableArthur Kiyanovski1-2/+2
2022-01-07net: ena: Add debug prints for invalid req_id resetsArthur Kiyanovski1-4/+4
2022-01-07net: ena: Remove ena_calc_queue_size_ctx structArthur Kiyanovski1-30/+19
2022-01-07net: ena: Move reset completion print to the reset functionArthur Kiyanovski1-2/+2
2022-01-07net: ena: Remove redundant return code checkArthur Kiyanovski1-1/+1
2022-01-07net: ena: Change ENI stats support check to use capabilities fieldArthur Kiyanovski1-7/+2
2022-01-07net: ena: Change return value of ena_calc_io_queue_size() to voidArthur Kiyanovski1-5/+3
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-20/+29
2022-01-02net: ena: Fix error handling when calculating max IO queues numberArthur Kiyanovski1-4/+0
2022-01-02net: ena: Fix wrong rx request id by resetting deviceArthur Kiyanovski1-2/+9
2022-01-02net: ena: Fix undefined state when tx request id is out of boundsArthur Kiyanovski1-14/+20
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+0
2021-06-24ena: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-3/+0
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+28
2021-06-09net: ena: make symbol 'ena_alloc_map_page' staticWei Yongjun1-1/+2
2021-06-08net: ena: fix DMA mapping function issues in XDPShay Agroskin1-26/+28
2021-06-08net: ena: re-organize code to improve readabilityShay Agroskin1-1/+1
2021-06-08net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin1-22/+36
2021-06-08net: ena: aggregate doorbell common operations into a functionShay Agroskin1-20/+18
2021-06-08net: ena: Remove module param and change message severityShay Agroskin1-5/+2
2021-06-08net: ena: add jiffies of last napi call to statsShay Agroskin1-8/+20
2021-06-08net: ena: use build_skb() in RX pathShay Agroskin1-25/+41
2021-06-08net: ena: optimize data access in fast-path codeShay Agroskin1-12/+11
2021-03-31net: ena: remove extra words from commentsYixing Liu1-1/+1
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-12/+9
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+5
2021-02-06net: ena: Update XDP verdict upon failureShay Agroskin1-1/+5
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+3
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+1
2020-12-09net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin1-12/+71
2020-12-09net: ena: use xdp_return_frame() to free xdp framesShay Agroskin1-2/+1
2020-12-09net: ena: introduce XDP redirect implementationShay Agroskin1-32/+51
2020-12-09net: ena: use xdp_frame in XDP TX flowShay Agroskin1-24/+29
2020-12-09net: ena: aggregate stats increase into a functionShay Agroskin1-99/+68
2020-12-09net: ena: add device distinct log prefix to filesShay Agroskin1-0/+2
2020-12-09net: ena: use constant value for net_device allocationShay Agroskin1-23/+23
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-24net: ena: fix packet's addresses for rx_offset featureShay Agroskin1-9/+11
2020-11-24net: ena: set initial DMA width to avoid intel iommu issueShay Agroskin1-9/+8
2020-11-24net: ena: handle bad request id in ena_netdevShay Agroskin1-32/+11
2020-09-21net: ena: Fix all static chekers' warningsShay Agroskin1-1/+1
2020-09-21net: ena: Remove redundant print of placement policyShay Agroskin1-8/+2