index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amazon
/
ena
/
ena_netdev.c
Age
Commit message (
Expand
)
Author
2024-09-12
net: ena: Extend customer metrics reporting support
David Arinzon
2024-09-12
net: ena: Add ENA Express metrics support
David Arinzon
2024-05-13
net: ena: Changes around strscpy calls
David Arinzon
2024-05-13
net: ena: Add validation for completion descriptors consistency
David Arinzon
2024-05-13
net: ena: Add a counter for driver's reset failures
David Arinzon
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-04-11
net: ena: Fix incorrect descriptor free behavior
David Arinzon
2024-04-11
net: ena: Wrong missing IO completions check order
David Arinzon
2024-02-18
net: ena: Remove ena_select_queue
Kamal Heib
2024-02-15
net: ena: Remove unlikely() from IS_ERR() condition
Kamal Heib
2024-02-14
net: ena: Remove redundant assignment
Kamal Heib
2024-02-01
net: ena: Reduce lines with longer column width boundary
David Arinzon
2024-02-01
net: ena: handle ena_calc_io_queue_size() possible errors
David Arinzon
2024-02-01
net: ena: Change default print level for netif_ prints
David Arinzon
2024-02-01
net: ena: Relocate skb_tx_timestamp() to improve time stamping accuracy
David Arinzon
2024-02-01
net: ena: Add more information on TX timeouts
David Arinzon
2024-02-01
net: ena: Change error print during ena_device_init()
David Arinzon
2024-02-01
net: ena: Remove CQ tail pointer update
David Arinzon
2024-02-01
net: ena: Enable DIM by default
David Arinzon
2024-02-01
net: ena: Minor cosmetic changes
David Arinzon
2024-01-03
net: ena: Take xdp packets stats into account in ena_get_stats64()
David Arinzon
2024-01-03
net: ena: Always register RX queue info
David Arinzon
2024-01-03
net: ena: Refactor napi functions
David Arinzon
2024-01-03
net: ena: Use tx_ring instead of xdp_ring for XDP channel TX
David Arinzon
2024-01-03
net: ena: Introduce total_tx_size field in ena_tx_buffer struct
David Arinzon
2024-01-03
net: ena: Pass ena_adapter instead of net_device to ena_xmit_common()
David Arinzon
2024-01-03
net: ena: Move XDP code to its new files
David Arinzon
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-12
net: ena: Fix DMA syncing in XDP path when SWIOTLB is on
David Arinzon
2023-12-12
net: ena: Fix xdp drops handling due to multibuf packets
David Arinzon
2023-12-12
net: ena: Destroy correct number of xdp queues upon failure
David Arinzon
2023-12-10
net: ena: replace deprecated strncpy with strscpy
justinstitt@google.com
2023-10-03
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
2023-09-21
net: ena: Flush XDP packets on error.
Sebastian Andrzej Siewior
2023-08-17
net: ena: Use pci_dev_id() to simplify the code
Jialin Zhang
2023-06-15
net: ena: Add dynamic recycling mechanism for rx buffers
David Arinzon
2023-03-29
net: ena: removed unused tx_bytes variable
Simon Horman
2023-03-27
net: ena: Add support to changing tx_push_buf_len
Shay Agroskin
2023-03-27
net: ena: Recalculate TX state variables every device reset
Shay Agroskin
2023-03-27
net: ena: Add an option to configure large LLQ headers
David Arinzon
2023-03-27
net: ena: Make few cosmetic preparations to support large LLQ
Shay Agroskin
2023-03-10
net: ena: take into account xdp_features setting tx/rx queues
Lorenzo Bianconi
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
2022-12-30
net: ena: Update NUMA TPH hint register upon NUMA node update
David Arinzon
2022-12-30
net: ena: Set default value for RX interrupt moderation
David Arinzon
2022-12-30
net: ena: Fix rx_copybreak value update
David Arinzon
2022-12-30
net: ena: Use bitmask to indicate packet redirection
David Arinzon
2022-12-30
net: ena: Account for the number of processed bytes in XDP
David Arinzon
2022-12-30
net: ena: Don't register memory info on XDP exchange
David Arinzon
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]