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: Account for the number of processed bytes in XDP
David Arinzon
2022-12-30
1
-0
/
+1
*
net: ena: Don't register memory info on XDP exchange
David Arinzon
2022-12-30
1
-3
/
+5
*
net: ena: Fix toeplitz initial hash value
David Arinzon
2022-12-30
1
-20
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-18
1
-1
/
+7
|
\
|
*
net: ena: Fix error handling in ena_init()
Yuan Can
2022-11-15
1
-1
/
+7
*
|
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-10-29
2
-8
/
+8
|
/
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-4
/
+2
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
2
-3
/
+3
*
eth: remove remaining copies of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2022-04-30
1
-3
/
+1
*
net: ena: Do not waste napi skb cache
Hyeonggon Yoo
2022-02-01
1
-3
/
+2
*
net: ena: Extract recurring driver reset code into a function
Arthur Kiyanovski
2022-01-08
2
-31
/
+23
*
net: ena: Change the name of bad_csum variable
Arthur Kiyanovski
2022-01-08
3
-4
/
+4
*
net: ena: Add debug prints for invalid req_id resets
Arthur Kiyanovski
2022-01-08
1
-4
/
+4
*
net: ena: Remove ena_calc_queue_size_ctx struct
Arthur Kiyanovski
2022-01-08
2
-42
/
+19
*
net: ena: Move reset completion print to the reset function
Arthur Kiyanovski
2022-01-08
1
-2
/
+2
*
net: ena: Remove redundant return code check
Arthur Kiyanovski
2022-01-08
1
-1
/
+1
*
net: ena: Change ENI stats support check to use capabilities field
Arthur Kiyanovski
2022-01-08
3
-13
/
+10
*
net: ena: Add capabilities field with support for ENI stats capability
Arthur Kiyanovski
2022-01-08
3
-1
/
+30
*
net: ena: Change return value of ena_calc_io_queue_size() to void
Arthur Kiyanovski
2022-01-08
1
-5
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-05
1
-20
/
+29
|
\
|
*
net: ena: Fix error handling when calculating max IO queues number
Arthur Kiyanovski
2022-01-02
1
-4
/
+0
|
*
net: ena: Fix wrong rx request id by resetting device
Arthur Kiyanovski
2022-01-02
1
-2
/
+9
|
*
net: ena: Fix undefined state when tx request id is out of bounds
Arthur Kiyanovski
2022-01-02
1
-14
/
+20
*
|
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
2021-12-30
1
-0
/
+1
*
|
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
1
-1
/
+1
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-2
/
+6
|
/
*
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-2
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-29
1
-3
/
+0
|
\
|
*
ena: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-06-24
1
-3
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-19
1
-26
/
+28
|
\
\
|
|
/
|
/
|
|
*
net: ena: fix DMA mapping function issues in XDP
Shay Agroskin
2021-06-09
1
-26
/
+28
*
|
net: ena: make symbol 'ena_alloc_map_page' static
Wei Yongjun
2021-06-10
1
-1
/
+2
*
|
net: ena: re-organize code to improve readability
Shay Agroskin
2021-06-08
3
-9
/
+14
*
|
net: ena: Use dev_alloc() in RX buffer allocation
Shay Agroskin
2021-06-08
1
-22
/
+36
*
|
net: ena: aggregate doorbell common operations into a function
Shay Agroskin
2021-06-08
1
-20
/
+18
*
|
net: ena: Remove module param and change message severity
Shay Agroskin
2021-06-08
1
-5
/
+2
*
|
net: ena: add jiffies of last napi call to stats
Shay Agroskin
2021-06-08
2
-8
/
+21
*
|
net: ena: use build_skb() in RX path
Shay Agroskin
2021-06-08
1
-25
/
+41
*
|
net: ena: Improve error logging in driver
Shay Agroskin
2021-06-08
1
-5
/
+23
*
|
net: ena: Remove unused code
Shay Agroskin
2021-06-08
2
-13
/
+0
*
|
net: ena: optimize data access in fast-path code
Shay Agroskin
2021-06-08
3
-17
/
+19
|
/
*
net: ena: remove extra words from comments
Yixing Liu
2021-03-31
1
-1
/
+1
*
net: ena: fix inaccurate print type
Yixing Liu
2021-03-31
1
-2
/
+2
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-26
1
-12
/
+9
|
\
|
*
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-03-18
1
-12
/
+9
*
|
ena: Update driver to use ethtool_sprintf
Alexander Duyck
2021-03-17
1
-14
/
+11
*
|
ethernet: amazon: ena: A typo fix in the file ena_com.h
Bhaskar Chowdhury
2021-03-15
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
1
-1
/
+5
|
\
|
*
net: ena: Update XDP verdict upon failure
Shay Agroskin
2021-02-07
1
-1
/
+5
[prev]
[next]