index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amazon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net: ena: add support for reporting of packet drops
Sameeh Jubran
2020-05-04
3
-0
/
+15
*
|
net: ena: add unmask interrupts statistics to ethtool
Sameeh Jubran
2020-05-04
3
-0
/
+5
*
|
net: ena: remove code that does nothing
Sameeh Jubran
2020-05-04
1
-4
/
+1
*
|
net: ena: changes to RSS hash key allocation
Sameeh Jubran
2020-05-04
1
-11
/
+5
*
|
net: ena: change default RSS hash function to Toeplitz
Arthur Kiyanovski
2020-05-04
1
-1
/
+1
*
|
net: ena: allow setting the hash function without changing the key
Sameeh Jubran
2020-05-04
3
-14
/
+32
*
|
net: ena: fix error returning in ena_com_get_hash_function()
Arthur Kiyanovski
2020-05-04
1
-2
/
+4
*
|
net: ena: avoid unnecessary admin command when RSS function set fails
Arthur Kiyanovski
2020-05-04
1
-1
/
+3
|
/
*
net: ena: Make some functions static
YueHaibing
2020-03-30
1
-7
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-26
1
-18
/
+60
|
\
|
*
net: ena: Add PCI shutdown handler to allow safe kexec
Guilherme G. Piccoli
2020-03-25
1
-10
/
+41
|
*
net: ena: fix continuous keep-alive resets
Arthur Kiyanovski
2020-03-18
1
-0
/
+1
|
*
net: ena: avoid memory access violation by validating req_id properly
Arthur Kiyanovski
2020-03-18
1
-4
/
+11
|
*
net: ena: fix request of incorrect number of IRQ vectors
Arthur Kiyanovski
2020-03-18
1
-3
/
+6
|
*
net: ena: fix incorrect setting of the number of msix vectors
Arthur Kiyanovski
2020-03-18
1
-1
/
+1
*
|
net: ena: ethtool: clean up minor indentation issue
Colin Ian King
2020-03-15
1
-1
/
+1
*
|
net: ena: reject unsupported coalescing params
Jakub Kicinski
2020-03-11
1
-0
/
+2
*
|
net: ena: fix broken interface between ENA driver and FW
Arthur Kiyanovski
2020-02-27
2
-1
/
+16
*
|
net/amazon: Ensure that driver version is aligned to the linux kernel
Leon Romanovsky
2020-02-24
3
-27
/
+2
*
|
net: ena: ethtool: remove redundant non-zero check on rc
Colin Ian King
2020-02-24
1
-4
/
+0
*
|
net: ena: remove set but not used variable 'hash_key'
YueHaibing
2020-02-18
1
-4
/
+0
|
/
*
net: ena: ena-com.c: prevent NULL pointer dereference
Arthur Kiyanovski
2020-02-12
1
-0
/
+5
*
net: ena: ethtool: use correct value for crc32 hash
Sameeh Jubran
2020-02-12
1
-2
/
+2
*
net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE
Arthur Kiyanovski
2020-02-12
3
-0
/
+16
*
net: ena: fix corruption of dev_idx_to_host_tbl
Arthur Kiyanovski
2020-02-12
1
-28
/
+0
*
net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...
Arthur Kiyanovski
2020-02-12
2
-1
/
+25
*
net: ena: rss: store hash function as values and not bits
Arthur Kiyanovski
2020-02-12
1
-1
/
+5
*
net: ena: rss: fix failure to get indirection table
Sameeh Jubran
2020-02-12
1
-0
/
+14
*
net: ena: rss: do not allocate key when not supported
Sameeh Jubran
2020-02-12
1
-3
/
+21
*
net: ena: fix incorrect default RSS key
Arthur Kiyanovski
2020-02-12
2
-0
/
+16
*
net: ena: add missing ethtool TX timestamping indication
Arthur Kiyanovski
2020-02-12
1
-0
/
+1
*
net: ena: fix uses of round_jiffies()
Arthur Kiyanovski
2020-02-12
1
-3
/
+3
*
net: ena: fix potential crash when rxfh key is NULL
Arthur Kiyanovski
2020-02-12
1
-8
/
+9
*
net: ena: remove set but not used variable 'rx_ring'
YueHaibing
2019-12-28
1
-3
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-23
3
-18
/
+18
|
\
|
*
net: ena: fix issues in setting interrupt moderation params in ethtool
Arthur Kiyanovski
2019-12-21
1
-14
/
+10
|
*
net: ena: fix default tx interrupt moderation interval
Arthur Kiyanovski
2019-12-21
1
-1
/
+1
|
*
net: ena: fix napi handler misbehavior when the napi budget is zero
Netanel Belgazal
2019-12-11
1
-3
/
+7
*
|
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
*
|
net: ena: Add first_interrupt field to napi struct
Sameeh Jubran
2019-12-13
2
-2
/
+6
*
|
net: ena: Implement XDP_TX action
Sameeh Jubran
2019-12-13
3
-186
/
+701
*
|
net: ena: implement XDP drop support
Sameeh Jubran
2019-12-13
2
-11
/
+233
|
/
*
net: ena: ethtool: support set_channels callback
Sameeh Jubran
2019-10-07
3
-3
/
+35
*
net: ena: remove redundant print of number of queues
Sameeh Jubran
2019-10-07
1
-2
/
+2
*
net: ena: make ethtool -l show correct max number of queues
Sameeh Jubran
2019-10-07
3
-25
/
+29
*
net: ena: ethtool: get_channels: use combined only
Sameeh Jubran
2019-10-07
1
-8
/
+2
*
net: ena: multiple queue creation related cleanups
Sameeh Jubran
2019-10-07
1
-20
/
+11
*
net: ena: change num_queues to num_io_queues for clarity and consistency
Sameeh Jubran
2019-10-07
3
-44
/
+44
*
net: ena: clean up indentation issue
Colin Ian King
2019-09-27
1
-2
/
+2
*
net: ena: Select DIMLIB for ENA_ETHERNET
Mao Wenan
2019-09-22
1
-0
/
+1
[prev]
[next]