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