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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-01-31
1
-3
/
+2
*
net: ena: Extract recurring driver reset code into a function
Arthur Kiyanovski
2022-01-07
1
-31
/
+14
*
net: ena: Change the name of bad_csum variable
Arthur Kiyanovski
2022-01-07
1
-2
/
+2
*
net: ena: Add debug prints for invalid req_id resets
Arthur Kiyanovski
2022-01-07
1
-4
/
+4
*
net: ena: Remove ena_calc_queue_size_ctx struct
Arthur Kiyanovski
2022-01-07
1
-30
/
+19
*
net: ena: Move reset completion print to the reset function
Arthur Kiyanovski
2022-01-07
1
-2
/
+2
*
net: ena: Remove redundant return code check
Arthur Kiyanovski
2022-01-07
1
-1
/
+1
*
net: ena: Change ENI stats support check to use capabilities field
Arthur Kiyanovski
2022-01-07
1
-7
/
+2
*
net: ena: Change return value of ena_calc_io_queue_size() to void
Arthur Kiyanovski
2022-01-07
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
*
|
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
1
-1
/
+1
|
/
*
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-28
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-18
1
-26
/
+28
|
\
\
|
|
/
|
/
|
|
*
net: ena: fix DMA mapping function issues in XDP
Shay Agroskin
2021-06-08
1
-26
/
+28
*
|
net: ena: make symbol 'ena_alloc_map_page' static
Wei Yongjun
2021-06-09
1
-1
/
+2
*
|
net: ena: re-organize code to improve readability
Shay Agroskin
2021-06-08
1
-1
/
+1
*
|
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
1
-8
/
+20
*
|
net: ena: use build_skb() in RX path
Shay Agroskin
2021-06-08
1
-25
/
+41
*
|
net: ena: optimize data access in fast-path code
Shay Agroskin
2021-06-08
1
-12
/
+11
|
/
*
net: ena: remove extra words from comments
Yixing Liu
2021-03-31
1
-1
/
+1
*
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-03-18
1
-12
/
+9
*
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-06
1
-1
/
+5
*
|
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2021-01-08
1
-4
/
+3
*
|
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2021-01-08
1
-2
/
+1
|
/
*
net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECT
Shay Agroskin
2020-12-09
1
-12
/
+71
*
net: ena: use xdp_return_frame() to free xdp frames
Shay Agroskin
2020-12-09
1
-2
/
+1
*
net: ena: introduce XDP redirect implementation
Shay Agroskin
2020-12-09
1
-32
/
+51
*
net: ena: use xdp_frame in XDP TX flow
Shay Agroskin
2020-12-09
1
-24
/
+29
*
net: ena: aggregate stats increase into a function
Shay Agroskin
2020-12-09
1
-99
/
+68
*
net: ena: add device distinct log prefix to files
Shay Agroskin
2020-12-09
1
-0
/
+2
*
net: ena: use constant value for net_device allocation
Shay Agroskin
2020-12-09
1
-23
/
+23
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-04
1
-1
/
+1
|
\
|
*
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
2020-12-01
1
-1
/
+1
*
|
net: ena: fix packet's addresses for rx_offset feature
Shay Agroskin
2020-11-24
1
-9
/
+11
*
|
net: ena: set initial DMA width to avoid intel iommu issue
Shay Agroskin
2020-11-24
1
-9
/
+8
*
|
net: ena: handle bad request id in ena_netdev
Shay Agroskin
2020-11-24
1
-32
/
+11
|
/
*
net: ena: Fix all static chekers' warnings
Shay Agroskin
2020-09-21
1
-1
/
+1
*
net: ena: Remove redundant print of placement policy
Shay Agroskin
2020-09-21
1
-8
/
+2
*
net: ena: Capitalize all log strings and improve code readability
Shay Agroskin
2020-09-21
1
-29
/
+35
*
net: ena: Change log message to netif/dev function
Shay Agroskin
2020-09-21
1
-19
/
+23
[next]