aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Agroskin2-12/+72
2020-12-09net: ena: use xdp_return_frame() to free xdp framesShay Agroskin2-8/+1
2020-12-09net: ena: introduce XDP redirect implementationShay Agroskin3-32/+53
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: fix coding style nitsShay Agroskin3-5/+6
2020-12-09net: ena: store values in their appropriate variables typesShay Agroskin2-9/+8
2020-12-09net: ena: add device distinct log prefix to filesShay Agroskin5-184/+312
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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-50/+33
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 Agroskin2-32/+14
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-09-25drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg1-1/+1
2020-09-21net: ena: Fix all static chekers' warningsShay Agroskin3-8/+13
2020-09-21net: ena: Change RSS related macros and variables namesShay Agroskin2-14/+15
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 Agroskin7-155/+179
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 Agroskin12-348/+24
2020-09-10net: ena: xdp: add queue counters for xdp actionsSameeh Jubran3-3/+28
2020-09-10net: ena: ethtool: add stats printing to XDP queuesSameeh Jubran1-17/+28
2020-09-10net: ena: ethtool: Add new device statisticsSameeh Jubran6-23/+170
2020-09-10net: ena: ethtool: convert stat_offset to 64 bit resolutionSameeh Jubran1-10/+8
2020-08-19net: ena: Make missed_tx stat incrementalShay Agroskin1-1/+4
2020-08-19net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin1-7/+4
2020-08-19net: ena: Prevent reset after device destructionShay Agroskin1-9/+10
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-6/+0
2020-07-21net: ena: support new LLQ acceleration modeArthur Kiyanovski7-24/+109
2020-07-21net: ena: move llq configuration from ena_probe to ena_device_init()Arthur Kiyanovski1-63/+73
2020-07-21net: ena: enable support of rss hash key and function changesArthur Kiyanovski2-2/+6
2020-07-21net: ena: add support for traffic mirroringArthur Kiyanovski2-7/+13
2020-07-21net: ena: cosmetic: change ena_com_stats_admin stats to u64Arthur Kiyanovski2-7/+7
2020-07-21net: ena: cosmetic: satisfy gcc warningArthur Kiyanovski1-1/+1
2020-07-21net: ena: add reserved PCI device IDArthur Kiyanovski1-0/+5
2020-07-21net: ena: avoid unnecessary rearming of interrupt vector when busy-pollingArthur Kiyanovski2-1/+8
2020-07-20net: ena: Fix using plain integer as NULL pointer in ena_init_napi_in_rangeWang Hai1-3/+2
2020-07-01ena_netdev: use generic power managementVaibhav Gupta1-13/+9
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-04net: ena: xdp: update napi budget for DROP and ABORTEDSameeh Jubran1-4/+4
2020-06-04net: ena: xdp: XDP_TX: fix memory leakSameeh Jubran1-1/+1
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-22net: ena: reduce driver load timeArthur Kiyanovski4-10/+33