index
:
pm24.git
cpufreq-rust
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-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
2022-11-15
net: ena: Fix error handling in ena_init()
Yuan Can
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-04-30
eth: remove remaining copies of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2022-01-31
net: ena: Do not waste napi skb cache
Hyeonggon Yoo
2022-01-07
net: ena: Extract recurring driver reset code into a function
Arthur Kiyanovski
2022-01-07
net: ena: Change the name of bad_csum variable
Arthur Kiyanovski
2022-01-07
net: ena: Add debug prints for invalid req_id resets
Arthur Kiyanovski
2022-01-07
net: ena: Remove ena_calc_queue_size_ctx struct
Arthur Kiyanovski
2022-01-07
net: ena: Move reset completion print to the reset function
Arthur Kiyanovski
2022-01-07
net: ena: Remove redundant return code check
Arthur Kiyanovski
2022-01-07
net: ena: Change ENI stats support check to use capabilities field
Arthur Kiyanovski
2022-01-07
net: ena: Change return value of ena_calc_io_queue_size() to void
Arthur Kiyanovski
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-02
net: ena: Fix error handling when calculating max IO queues number
Arthur Kiyanovski
2022-01-02
net: ena: Fix wrong rx request id by resetting device
Arthur Kiyanovski
2022-01-02
net: ena: Fix undefined state when tx request id is out of bounds
Arthur Kiyanovski
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
[next]