index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amazon
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-29
net: ena: return 0 in ena_get_rxfh_key_size() when RSS hash key is not config...
Kohei Enju
1
-1
/
+4
2024-05-02
net: ena: Fix incorrect descriptor free behavior
David Arinzon
1
-3
/
+11
2024-05-02
net: ena: Wrong missing IO completions check order
David Arinzon
1
-9
/
+12
2024-05-02
net: ena: Fix potential sign extension issue
David Arinzon
1
-1
/
+1
2024-03-26
net: ena: Remove ena_select_queue
Kamal Heib
1
-17
/
+0
2023-12-20
net: ena: Fix XDP redirection error
David Arinzon
1
-3
/
+0
2023-12-20
net: ena: Destroy correct number of xdp queues upon failure
David Arinzon
1
-6
/
+7
2023-07-27
net: ena: fix shift-out-of-bounds in exponential backoff
Krister Johansen
1
-0
/
+3
2022-11-25
net: ena: Fix error handling in ena_init()
Yuan Can
1
-1
/
+7
2022-01-11
net: ena: Fix error handling when calculating max IO queues number
Arthur Kiyanovski
1
-4
/
+0
2022-01-11
net: ena: Fix undefined state when tx request id is out of bounds
Arthur Kiyanovski
1
-14
/
+20
2020-11-24
net: ena: fix packet's addresses for rx_offset feature
Shay Agroskin
1
-9
/
+11
2020-11-24
net: ena: set initial DMA width to avoid intel iommu issue
Shay Agroskin
1
-9
/
+8
2020-11-24
net: ena: handle bad request id in ena_netdev
Shay Agroskin
2
-32
/
+14
2020-09-25
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-10
net: ena: xdp: add queue counters for xdp actions
Sameeh Jubran
3
-3
/
+28
2020-09-10
net: ena: ethtool: add stats printing to XDP queues
Sameeh Jubran
1
-17
/
+28
2020-09-10
net: ena: ethtool: Add new device statistics
Sameeh Jubran
6
-23
/
+170
2020-09-10
net: ena: ethtool: convert stat_offset to 64 bit resolution
Sameeh Jubran
1
-10
/
+8
2020-08-19
net: ena: Make missed_tx stat incremental
Shay Agroskin
1
-1
/
+4
2020-08-19
net: ena: Change WARN_ON expression in ena_del_napi_in_range()
Shay Agroskin
1
-7
/
+4
2020-08-19
net: ena: Prevent reset after device destruction
Shay Agroskin
1
-9
/
+10
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-6
/
+0
2020-07-21
net: ena: support new LLQ acceleration mode
Arthur Kiyanovski
7
-24
/
+109
2020-07-21
net: ena: move llq configuration from ena_probe to ena_device_init()
Arthur Kiyanovski
1
-63
/
+73
2020-07-21
net: ena: enable support of rss hash key and function changes
Arthur Kiyanovski
2
-2
/
+6
2020-07-21
net: ena: add support for traffic mirroring
Arthur Kiyanovski
2
-7
/
+13
2020-07-21
net: ena: cosmetic: change ena_com_stats_admin stats to u64
Arthur Kiyanovski
2
-7
/
+7
2020-07-21
net: ena: cosmetic: satisfy gcc warning
Arthur Kiyanovski
1
-1
/
+1
2020-07-21
net: ena: add reserved PCI device ID
Arthur Kiyanovski
1
-0
/
+5
2020-07-21
net: ena: avoid unnecessary rearming of interrupt vector when busy-polling
Arthur Kiyanovski
2
-1
/
+8
2020-07-20
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-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-2
/
+2
2020-06-04
net: ena: xdp: update napi budget for DROP and ABORTED
Sameeh Jubran
1
-4
/
+4
2020-06-04
net: ena: xdp: XDP_TX: fix memory leak
Sameeh Jubran
1
-1
/
+1
2020-06-01
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-1
/
+1
2020-05-22
net: ena: reduce driver load time
Arthur Kiyanovski
4
-10
/
+33
2020-05-22
net: ena: cosmetic: minor code changes
Arthur Kiyanovski
4
-7
/
+7
2020-05-22
net: ena: cosmetic: fix spacing issues
Arthur Kiyanovski
4
-6
/
+6
2020-05-22
net: ena: cosmetic: code reorderings
Arthur Kiyanovski
2
-11
/
+11
2020-05-22
net: ena: cosmetic: remove unnecessary code
Arthur Kiyanovski
2
-14
/
+3
2020-05-22
net: ena: cosmetic: fix line break issues
Arthur Kiyanovski
2
-12
/
+9
2020-05-22
net: ena: cosmetic: fix spelling and grammar mistakes in comments
Arthur Kiyanovski
3
-17
/
+17
[next]