summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)AuthorLines
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-3/+0
2021-06-24ena: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen-3/+0
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-26/+28
2021-06-09net: ena: make symbol 'ena_alloc_map_page' staticWei Yongjun-1/+2
2021-06-08net: ena: fix DMA mapping function issues in XDPShay Agroskin-26/+28
2021-06-08net: ena: re-organize code to improve readabilityShay Agroskin-9/+14
2021-06-08net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin-22/+36
2021-06-08net: ena: aggregate doorbell common operations into a functionShay Agroskin-20/+18
2021-06-08net: ena: Remove module param and change message severityShay Agroskin-5/+2
2021-06-08net: ena: add jiffies of last napi call to statsShay Agroskin-8/+21
2021-06-08net: ena: use build_skb() in RX pathShay Agroskin-25/+41
2021-06-08net: ena: Improve error logging in driverShay Agroskin-5/+23
2021-06-08net: ena: Remove unused codeShay Agroskin-13/+0
2021-06-08net: ena: optimize data access in fast-path codeShay Agroskin-17/+19
2021-03-31net: ena: remove extra words from commentsYixing Liu-1/+1
2021-03-31net: ena: fix inaccurate print typeYixing Liu-2/+2
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-12/+9
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi-12/+9
2021-03-17ena: Update driver to use ethtool_sprintfAlexander Duyck-14/+11
2021-03-15ethernet: amazon: ena: A typo fix in the file ena_com.hBhaskar Chowdhury-1/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+5
2021-02-06net: ena: Update XDP verdict upon failureShay Agroskin-1/+5
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi-4/+3
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi-2/+1
2020-12-09net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin-12/+72
2020-12-09net: ena: use xdp_return_frame() to free xdp framesShay Agroskin-8/+1
2020-12-09net: ena: introduce XDP redirect implementationShay Agroskin-32/+53
2020-12-09net: ena: use xdp_frame in XDP TX flowShay Agroskin-24/+29
2020-12-09net: ena: aggregate stats increase into a functionShay Agroskin-99/+68
2020-12-09net: ena: fix coding style nitsShay Agroskin-5/+6
2020-12-09net: ena: store values in their appropriate variables typesShay Agroskin-9/+8
2020-12-09net: ena: add device distinct log prefix to filesShay Agroskin-184/+312
2020-12-09net: ena: use constant value for net_device allocationShay Agroskin-23/+23
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel-1/+1
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-50/+33
2020-11-24net: ena: fix packet's addresses for rx_offset featureShay Agroskin-9/+11
2020-11-24net: ena: set initial DMA width to avoid intel iommu issueShay Agroskin-9/+8
2020-11-24net: ena: handle bad request id in ena_netdevShay Agroskin-32/+14
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+1
2020-09-25drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg-1/+1
2020-09-21net: ena: Fix all static chekers' warningsShay Agroskin-8/+13
2020-09-21net: ena: Change RSS related macros and variables namesShay Agroskin-14/+15
2020-09-21net: ena: Remove redundant print of placement policyShay Agroskin-8/+2
2020-09-21net: ena: Capitalize all log strings and improve code readabilityShay Agroskin-155/+179
2020-09-21net: ena: Change log message to netif/dev functionShay Agroskin-19/+23
2020-09-21net: ena: Change license into format to SPDX in all filesShay Agroskin-348/+24
2020-09-10net: ena: xdp: add queue counters for xdp actionsSameeh Jubran-3/+28