开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amazon
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: Make queue stats code cleaner by removing the if block
David Arinzon
2024-01-03
net: ena: Always register RX queue info
David Arinzon
2024-01-03
net: ena: Add more debug prints to XDP related function
David Arinzon
2024-01-03
net: ena: Refactor napi functions
David Arinzon
2024-01-03
net: ena: Don't check if XDP program is loaded in ena_xdp_execute()
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: Put orthogonal fields in ena_tx_buffer in a union
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-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-12
net: ena: Fix XDP redirection error
David Arinzon
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-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
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-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
2023-07-12
net: ena: fix shift-out-of-bounds in exponential backoff
Krister Johansen
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: Advertise TX push support
Shay Agroskin
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-12-30
net: ena: Fix toeplitz initial hash value
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
[next]