Age | Commit message (Expand) | Author | Files | Lines |
2021-03-17 | ena: Update driver to use ethtool_sprintf | Alexander Duyck | 1 | -14/+11 |
2021-03-15 | ethernet: amazon: ena: A typo fix in the file ena_com.h | Bhaskar Chowdhury | 1 | -1/+1 |
2021-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+5 |
2021-02-07 | net: ena: Update XDP verdict upon failure | Shay Agroskin | 1 | -1/+5 |
2021-01-09 | net, xdp: Introduce xdp_prepare_buff utility routine | Lorenzo Bianconi | 1 | -4/+3 |
2021-01-09 | net, xdp: Introduce xdp_init_buff utility routine | Lorenzo Bianconi | 1 | -2/+1 |
2020-12-10 | net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECT | Shay Agroskin | 2 | -12/+72 |
2020-12-10 | net: ena: use xdp_return_frame() to free xdp frames | Shay Agroskin | 2 | -8/+1 |
2020-12-10 | net: ena: introduce XDP redirect implementation | Shay Agroskin | 3 | -32/+53 |
2020-12-10 | net: ena: use xdp_frame in XDP TX flow | Shay Agroskin | 1 | -24/+29 |
2020-12-10 | net: ena: aggregate stats increase into a function | Shay Agroskin | 1 | -99/+68 |
2020-12-10 | net: ena: fix coding style nits | Shay Agroskin | 3 | -5/+6 |
2020-12-10 | net: ena: store values in their appropriate variables types | Shay Agroskin | 2 | -9/+8 |
2020-12-10 | net: ena: add device distinct log prefix to files | Shay Agroskin | 5 | -184/+312 |
2020-12-10 | net: ena: use constant value for net_device allocation | Shay Agroskin | 1 | -23/+23 |
2020-12-04 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -1/+1 |
2020-12-01 | xsk: Propagate napi_id to XDP socket Rx path | Björn Töpel | 1 | -1/+1 |
2020-11-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -50/+33 |
2020-11-25 | net: ena: fix packet's addresses for rx_offset feature | Shay Agroskin | 1 | -9/+11 |
2020-11-25 | net: ena: set initial DMA width to avoid intel iommu issue | Shay Agroskin | 1 | -9/+8 |
2020-11-25 | net: ena: handle bad request id in ena_netdev | Shay Agroskin | 2 | -32/+14 |
2020-11-24 | net: don't include ethtool.h from netdevice.h | Jakub Kicinski | 1 | -0/+1 |
2020-09-26 | drivers/net/ethernet: remove incorrectly formatted doc | Jesse Brandeburg | 1 | -1/+1 |
2020-09-21 | net: ena: Fix all static chekers' warnings | Shay Agroskin | 3 | -8/+13 |
2020-09-21 | net: ena: Change RSS related macros and variables names | Shay Agroskin | 2 | -14/+15 |
2020-09-21 | net: ena: Remove redundant print of placement policy | Shay Agroskin | 1 | -8/+2 |
2020-09-21 | net: ena: Capitalize all log strings and improve code readability | Shay Agroskin | 7 | -155/+179 |
2020-09-21 | net: ena: Change log message to netif/dev function | Shay Agroskin | 1 | -19/+23 |
2020-09-21 | net: ena: Change license into format to SPDX in all files | Shay Agroskin | 12 | -348/+24 |
2020-09-11 | net: ena: xdp: add queue counters for xdp actions | Sameeh Jubran | 3 | -3/+28 |
2020-09-11 | net: ena: ethtool: add stats printing to XDP queues | Sameeh Jubran | 1 | -17/+28 |
2020-09-11 | net: ena: ethtool: Add new device statistics | Sameeh Jubran | 6 | -23/+170 |
2020-09-11 | net: ena: ethtool: convert stat_offset to 64 bit resolution | Sameeh Jubran | 1 | -10/+8 |
2020-08-20 | net: ena: Make missed_tx stat incremental | Shay Agroskin | 1 | -1/+4 |
2020-08-20 | net: ena: Change WARN_ON expression in ena_del_napi_in_range() | Shay Agroskin | 1 | -7/+4 |
2020-08-20 | net: ena: Prevent reset after device destruction | Shay Agroskin | 1 | -9/+10 |
2020-07-26 | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands | Andrii Nakryiko | 1 | -6/+0 |
2020-07-22 | net: ena: support new LLQ acceleration mode | Arthur Kiyanovski | 7 | -24/+109 |
2020-07-22 | net: ena: move llq configuration from ena_probe to ena_device_init() | Arthur Kiyanovski | 1 | -63/+73 |
2020-07-22 | net: ena: enable support of rss hash key and function changes | Arthur Kiyanovski | 2 | -2/+6 |
2020-07-22 | net: ena: add support for traffic mirroring | Arthur Kiyanovski | 2 | -7/+13 |
2020-07-22 | net: ena: cosmetic: change ena_com_stats_admin stats to u64 | Arthur Kiyanovski | 2 | -7/+7 |
2020-07-22 | net: ena: cosmetic: satisfy gcc warning | Arthur Kiyanovski | 1 | -1/+1 |
2020-07-22 | net: ena: add reserved PCI device ID | Arthur Kiyanovski | 1 | -0/+5 |
2020-07-22 | net: ena: avoid unnecessary rearming of interrupt vector when busy-polling | Arthur Kiyanovski | 2 | -1/+8 |
2020-07-21 | net: ena: Fix using plain integer as NULL pointer in ena_init_napi_in_range | Wang Hai | 1 | -3/+2 |
2020-07-01 | ena_netdev: use generic power management | Vaibhav Gupta | 1 | -13/+9 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
2020-06-05 | net: ena: xdp: update napi budget for DROP and ABORTED | Sameeh Jubran | 1 | -4/+4 |
2020-06-05 | net: ena: xdp: XDP_TX: fix memory leak | Sameeh Jubran | 1 | -1/+1 |