summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-11net: ena: Fix error handling when calculating max IO queues numberArthur Kiyanovski1-4/+0
2022-01-11net: ena: Fix wrong rx request id by resetting deviceArthur Kiyanovski1-2/+9
2022-01-11net: ena: Fix undefined state when tx request id is out of boundsArthur Kiyanovski1-14/+20
2021-06-29Merge 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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+28
2021-06-10net: ena: make symbol 'ena_alloc_map_page' staticWei Yongjun1-1/+2
2021-06-09net: ena: fix DMA mapping function issues in XDPShay Agroskin1-26/+28
2021-06-09net: ena: re-organize code to improve readabilityShay Agroskin1-1/+1
2021-06-09net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin1-22/+36
2021-06-09net: ena: aggregate doorbell common operations into a functionShay Agroskin1-20/+18
2021-06-09net: ena: Remove module param and change message severityShay Agroskin1-5/+2
2021-06-09net: ena: add jiffies of last napi call to statsShay Agroskin1-8/+20
2021-06-09net: ena: use build_skb() in RX pathShay Agroskin1-25/+41
2021-06-09net: ena: optimize data access in fast-path codeShay Agroskin1-12/+11
2021-04-01net: 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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+5
2021-02-07net: ena: Update XDP verdict upon failureShay Agroskin1-1/+5
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+3
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+1
2020-12-10net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin1-12/+71
2020-12-10net: ena: use xdp_return_frame() to free xdp framesShay Agroskin1-2/+1
2020-12-10net: ena: introduce XDP redirect implementationShay Agroskin1-32/+51
2020-12-10net: ena: use xdp_frame in XDP TX flowShay Agroskin1-24/+29
2020-12-10net: ena: aggregate stats increase into a functionShay Agroskin1-99/+68
2020-12-10net: ena: add device distinct log prefix to filesShay Agroskin1-0/+2
2020-12-10net: 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-25net: ena: fix packet's addresses for rx_offset featureShay Agroskin1-9/+11
2020-11-25net: ena: set initial DMA width to avoid intel iommu issueShay Agroskin1-9/+8
2020-11-25net: 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
2020-09-21net: ena: Capitalize all log strings and improve code readabilityShay Agroskin1-29/+35
2020-09-21net: ena: Change log message to netif/dev functionShay Agroskin1-19/+23
2020-09-21net: ena: Change license into format to SPDX in all filesShay Agroskin1-29/+2
2020-09-11net: ena: xdp: add queue counters for xdp actionsSameeh Jubran1-3/+18
2020-09-11net: ena: ethtool: Add new device statisticsSameeh Jubran1-0/+18
2020-08-20net: ena: Make missed_tx stat incrementalShay Agroskin1-1/+4
2020-08-20net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin1-7/+4
2020-08-20net: ena: Prevent reset after device destructionShay Agroskin1-9/+10
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-6/+0
2020-07-22net: ena: support new LLQ acceleration modeArthur Kiyanovski1-3/+13
2020-07-22net: ena: move llq configuration from ena_probe to ena_device_init()Arthur Kiyanovski1-63/+73
2020-07-22net: ena: enable support of rss hash key and function changesArthur Kiyanovski1-1/+2
2020-07-22net: ena: add support for traffic mirroringArthur Kiyanovski1-6/+9
2020-07-22net: ena: cosmetic: satisfy gcc warningArthur Kiyanovski1-1/+1
2020-07-22net: ena: avoid unnecessary rearming of interrupt vector when busy-pollingArthur Kiyanovski1-1/+7