summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c
AgeCommit message (Expand)Author
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: optimize data access in fast-path codeShay Agroskin
2021-03-31net: ena: remove extra words from commentsYixing Liu
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-06net: ena: Update XDP verdict upon failureShay Agroskin
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-09net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin
2020-12-09net: ena: use xdp_return_frame() to free xdp framesShay Agroskin
2020-12-09net: ena: introduce XDP redirect implementationShay Agroskin
2020-12-09net: ena: use xdp_frame in XDP TX flowShay Agroskin
2020-12-09net: ena: aggregate stats increase into a functionShay Agroskin
2020-12-09net: ena: add device distinct log prefix to filesShay Agroskin
2020-12-09net: ena: use constant value for net_device allocationShay Agroskin
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-24net: ena: fix packet's addresses for rx_offset featureShay Agroskin
2020-11-24net: ena: set initial DMA width to avoid intel iommu issueShay Agroskin
2020-11-24net: ena: handle bad request id in ena_netdevShay Agroskin
2020-09-21net: ena: Fix all static chekers' warningsShay Agroskin
2020-09-21net: ena: Remove redundant print of placement policyShay Agroskin
2020-09-21net: ena: Capitalize all log strings and improve code readabilityShay Agroskin
2020-09-21net: ena: Change log message to netif/dev functionShay Agroskin
2020-09-21net: ena: Change license into format to SPDX in all filesShay Agroskin
2020-09-10net: ena: xdp: add queue counters for xdp actionsSameeh Jubran
2020-09-10net: ena: ethtool: Add new device statisticsSameeh Jubran
2020-08-19net: ena: Make missed_tx stat incrementalShay Agroskin
2020-08-19net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin
2020-08-19net: ena: Prevent reset after device destructionShay Agroskin
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-21net: ena: support new LLQ acceleration modeArthur Kiyanovski
2020-07-21net: ena: move llq configuration from ena_probe to ena_device_init()Arthur Kiyanovski
2020-07-21net: ena: enable support of rss hash key and function changesArthur Kiyanovski
2020-07-21net: ena: add support for traffic mirroringArthur Kiyanovski
2020-07-21net: ena: cosmetic: satisfy gcc warningArthur Kiyanovski
2020-07-21net: ena: avoid unnecessary rearming of interrupt vector when busy-pollingArthur Kiyanovski
2020-07-20net: ena: Fix using plain integer as NULL pointer in ena_init_napi_in_rangeWang Hai
2020-07-01ena_netdev: use generic power managementVaibhav Gupta
2020-06-04net: ena: xdp: update napi budget for DROP and ABORTEDSameeh Jubran