summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-1/+5
|\
| * net: ena: Update XDP verdict upon failureShay Agroskin2021-02-061-1/+5
* | net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-4/+3
* | net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+1
|/
* net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin2020-12-092-12/+72
* net: ena: use xdp_return_frame() to free xdp framesShay Agroskin2020-12-092-8/+1
* net: ena: introduce XDP redirect implementationShay Agroskin2020-12-093-32/+53
* net: ena: use xdp_frame in XDP TX flowShay Agroskin2020-12-091-24/+29
* net: ena: aggregate stats increase into a functionShay Agroskin2020-12-091-99/+68
* net: ena: fix coding style nitsShay Agroskin2020-12-093-5/+6
* net: ena: store values in their appropriate variables typesShay Agroskin2020-12-092-9/+8
* net: ena: add device distinct log prefix to filesShay Agroskin2020-12-095-184/+312
* net: ena: use constant value for net_device allocationShay Agroskin2020-12-091-23/+23
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
|\
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-272-50/+33
|\ \
| * | net: ena: fix packet's addresses for rx_offset featureShay Agroskin2020-11-241-9/+11
| * | net: ena: set initial DMA width to avoid intel iommu issueShay Agroskin2020-11-241-9/+8
| * | net: ena: handle bad request id in ena_netdevShay Agroskin2020-11-242-32/+14
| |/
* / net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
|/
* drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg2020-09-251-1/+1
* net: ena: Fix all static chekers' warningsShay Agroskin2020-09-213-8/+13
* net: ena: Change RSS related macros and variables namesShay Agroskin2020-09-212-14/+15
* net: ena: Remove redundant print of placement policyShay Agroskin2020-09-211-8/+2
* net: ena: Capitalize all log strings and improve code readabilityShay Agroskin2020-09-217-155/+179
* net: ena: Change log message to netif/dev functionShay Agroskin2020-09-211-19/+23
* net: ena: Change license into format to SPDX in all filesShay Agroskin2020-09-2112-348/+24
* net: ena: xdp: add queue counters for xdp actionsSameeh Jubran2020-09-103-3/+28
* net: ena: ethtool: add stats printing to XDP queuesSameeh Jubran2020-09-101-17/+28
* net: ena: ethtool: Add new device statisticsSameeh Jubran2020-09-106-23/+170
* net: ena: ethtool: convert stat_offset to 64 bit resolutionSameeh Jubran2020-09-101-10/+8
* net: ena: Make missed_tx stat incrementalShay Agroskin2020-08-191-1/+4
* net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin2020-08-191-7/+4
* net: ena: Prevent reset after device destructionShay Agroskin2020-08-191-9/+10
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-6/+0
* net: ena: support new LLQ acceleration modeArthur Kiyanovski2020-07-217-24/+109
* net: ena: move llq configuration from ena_probe to ena_device_init()Arthur Kiyanovski2020-07-211-63/+73
* net: ena: enable support of rss hash key and function changesArthur Kiyanovski2020-07-212-2/+6
* net: ena: add support for traffic mirroringArthur Kiyanovski2020-07-212-7/+13
* net: ena: cosmetic: change ena_com_stats_admin stats to u64Arthur Kiyanovski2020-07-212-7/+7
* net: ena: cosmetic: satisfy gcc warningArthur Kiyanovski2020-07-211-1/+1
* net: ena: add reserved PCI device IDArthur Kiyanovski2020-07-211-0/+5
* net: ena: avoid unnecessary rearming of interrupt vector when busy-pollingArthur Kiyanovski2020-07-212-1/+8
* net: ena: Fix using plain integer as NULL pointer in ena_init_napi_in_rangeWang Hai2020-07-201-3/+2
* ena_netdev: use generic power managementVaibhav Gupta2020-07-011-13/+9
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* net: ena: xdp: update napi budget for DROP and ABORTEDSameeh Jubran2020-06-041-4/+4
* net: ena: xdp: XDP_TX: fix memory leakSameeh Jubran2020-06-041-1/+1
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* net: ena: reduce driver load timeArthur Kiyanovski2020-05-224-10/+33