index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amazon
/
ena
/
ena_netdev.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ena: Extract recurring driver reset code into a function
Arthur Kiyanovski
2022-01-07
1
-0
/
+9
*
net: ena: Change the name of bad_csum variable
Arthur Kiyanovski
2022-01-07
1
-1
/
+1
*
net: ena: Remove ena_calc_queue_size_ctx struct
Arthur Kiyanovski
2022-01-07
1
-12
/
+0
*
net: ena: Change ENI stats support check to use capabilities field
Arthur Kiyanovski
2022-01-07
1
-1
/
+0
*
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
*
net: ena: add jiffies of last napi call to stats
Shay Agroskin
2021-06-08
1
-0
/
+1
*
net: ena: Remove unused code
Shay Agroskin
2021-06-08
1
-11
/
+0
*
net: ena: optimize data access in fast-path code
Shay Agroskin
2021-06-08
1
-4
/
+7
*
net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECT
Shay Agroskin
2020-12-09
1
-0
/
+1
*
net: ena: use xdp_return_frame() to free xdp frames
Shay Agroskin
2020-12-09
1
-6
/
+0
*
net: ena: introduce XDP redirect implementation
Shay Agroskin
2020-12-09
1
-0
/
+1
*
net: ena: fix coding style nits
Shay Agroskin
2020-12-09
1
-2
/
+2
*
net: ena: Change license into format to SPDX in all files
Shay Agroskin
2020-09-21
1
-29
/
+2
*
net: ena: xdp: add queue counters for xdp actions
Sameeh Jubran
2020-09-10
1
-0
/
+5
*
net: ena: ethtool: Add new device statistics
Sameeh Jubran
2020-09-10
1
-0
/
+4
*
net: ena: support new LLQ acceleration mode
Arthur Kiyanovski
2020-07-21
1
-0
/
+2
*
net: ena: avoid unnecessary rearming of interrupt vector when busy-polling
Arthur Kiyanovski
2020-07-21
1
-0
/
+1
*
net: ena: reduce driver load time
Arthur Kiyanovski
2020-05-22
1
-0
/
+2
*
net: ena: cosmetic: minor code changes
Arthur Kiyanovski
2020-05-22
1
-2
/
+0
*
net: ena: cosmetic: remove unnecessary code
Arthur Kiyanovski
2020-05-22
1
-6
/
+0
*
ena: Add XDP frame size to amazon NIC driver
Jesper Dangaard Brouer
2020-05-14
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-06
1
-1
/
+1
|
\
|
*
net/ena: Fix build warning in ena_xdp_set()
Gavin Shan
2020-04-28
1
-1
/
+1
*
|
net: ena: add support for reporting of packet drops
Sameeh Jubran
2020-05-03
1
-0
/
+1
*
|
net: ena: add unmask interrupts statistics to ethtool
Sameeh Jubran
2020-05-03
1
-0
/
+1
|
/
*
net: ena: fix broken interface between ENA driver and FW
Arthur Kiyanovski
2020-02-26
1
-0
/
+11
*
net/amazon: Ensure that driver version is aligned to the linux kernel
Leon Romanovsky
2020-02-24
1
-11
/
+0
*
net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...
Arthur Kiyanovski
2020-02-11
1
-0
/
+2
*
net: ena: Add first_interrupt field to napi struct
Sameeh Jubran
2019-12-12
1
-0
/
+1
*
net: ena: Implement XDP_TX action
Sameeh Jubran
2019-12-12
1
-2
/
+43
*
net: ena: implement XDP drop support
Sameeh Jubran
2019-12-12
1
-0
/
+31
*
net: ena: ethtool: support set_channels callback
Sameeh Jubran
2019-10-07
1
-0
/
+3
*
net: ena: make ethtool -l show correct max number of queues
Sameeh Jubran
2019-10-07
1
-5
/
+6
*
net: ena: change num_queues to num_io_queues for clarity and consistency
Sameeh Jubran
2019-10-07
1
-1
/
+1
*
net: ena: remove ena_restore_ethtool_params() and relevant fields
Arthur Kiyanovski
2019-09-16
1
-3
/
+0
*
net: ena: remove old adaptive interrupt moderation code from ena_netdev
Arthur Kiyanovski
2019-09-16
1
-2
/
+0
*
net: ena: switch to dim algorithm for rx adaptive interrupt moderation
Arthur Kiyanovski
2019-09-16
1
-0
/
+3
*
Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"
Jakub Kicinski
2019-06-26
1
-2
/
+0
*
net: ena: update driver version from 2.0.3 to 2.1.0
Sameeh Jubran
2019-06-12
1
-2
/
+2
*
net: ena: add ethtool function for changing io queue sizes
Sameeh Jubran
2019-06-12
1
-1
/
+4
*
net: ena: allow queue allocation backoff when low on memory
Sameeh Jubran
2019-06-12
1
-2
/
+4
*
net: ena: enable negotiating larger Rx ring size
Sameeh Jubran
2019-06-12
1
-0
/
+15
*
net: ena: add good checksum counter
Sameeh Jubran
2019-06-03
1
-1
/
+2
*
net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ring
Sameeh Jubran
2019-06-03
1
-7
/
+4
*
net: ena: ethtool: add extra properties retrieval via get_priv_flags
Arthur Kiyanovski
2019-06-03
1
-0
/
+2
*
net: ena: update driver version from 2.0.2 to 2.0.3
Arthur Kiyanovski
2019-02-12
1
-1
/
+1
*
net: ena: update driver version from 2.0.1 to 2.0.2
Arthur Kiyanovski
2018-11-19
1
-1
/
+1
*
net: ena: update driver version to 2.0.1
Arthur Kiyanovski
2018-10-11
1
-3
/
+3
*
net: ena: change rx copybreak default to reduce kernel memory pressure
Arthur Kiyanovski
2018-10-11
1
-1
/
+1
*
net: ena: limit refill Rx threshold to 256 to avoid latency issues
Arthur Kiyanovski
2018-10-11
1
-2
/
+3
[next]