index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amazon
/
ena
/
ena_netdev.c
Age
Commit message (
Expand
)
Author
2021-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-24
ena: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-09
net: ena: make symbol 'ena_alloc_map_page' static
Wei Yongjun
2021-06-08
net: ena: fix DMA mapping function issues in XDP
Shay Agroskin
2021-06-08
net: ena: re-organize code to improve readability
Shay Agroskin
2021-06-08
net: ena: Use dev_alloc() in RX buffer allocation
Shay Agroskin
2021-06-08
net: ena: aggregate doorbell common operations into a function
Shay Agroskin
2021-06-08
net: ena: Remove module param and change message severity
Shay Agroskin
2021-06-08
net: ena: add jiffies of last napi call to stats
Shay Agroskin
2021-06-08
net: ena: use build_skb() in RX path
Shay Agroskin
2021-06-08
net: ena: optimize data access in fast-path code
Shay Agroskin
2021-03-31
net: ena: remove extra words from comments
Yixing Liu
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-06
net: ena: Update XDP verdict upon failure
Shay Agroskin
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2020-12-09
net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECT
Shay Agroskin
2020-12-09
net: ena: use xdp_return_frame() to free xdp frames
Shay Agroskin
2020-12-09
net: ena: introduce XDP redirect implementation
Shay Agroskin
2020-12-09
net: ena: use xdp_frame in XDP TX flow
Shay Agroskin
2020-12-09
net: ena: aggregate stats increase into a function
Shay Agroskin
2020-12-09
net: ena: add device distinct log prefix to files
Shay Agroskin
2020-12-09
net: ena: use constant value for net_device allocation
Shay Agroskin
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
2020-11-24
net: ena: fix packet's addresses for rx_offset feature
Shay Agroskin
2020-11-24
net: ena: set initial DMA width to avoid intel iommu issue
Shay Agroskin
2020-11-24
net: ena: handle bad request id in ena_netdev
Shay Agroskin
2020-09-21
net: ena: Fix all static chekers' warnings
Shay Agroskin
2020-09-21
net: ena: Remove redundant print of placement policy
Shay Agroskin
2020-09-21
net: ena: Capitalize all log strings and improve code readability
Shay Agroskin
2020-09-21
net: ena: Change log message to netif/dev function
Shay Agroskin
2020-09-21
net: ena: Change license into format to SPDX in all files
Shay Agroskin
2020-09-10
net: ena: xdp: add queue counters for xdp actions
Sameeh Jubran
2020-09-10
net: ena: ethtool: Add new device statistics
Sameeh Jubran
2020-08-19
net: ena: Make missed_tx stat incremental
Shay Agroskin
2020-08-19
net: ena: Change WARN_ON expression in ena_del_napi_in_range()
Shay Agroskin
2020-08-19
net: ena: Prevent reset after device destruction
Shay Agroskin
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
2020-07-21
net: ena: support new LLQ acceleration mode
Arthur Kiyanovski
2020-07-21
net: ena: move llq configuration from ena_probe to ena_device_init()
Arthur Kiyanovski
2020-07-21
net: ena: enable support of rss hash key and function changes
Arthur Kiyanovski
2020-07-21
net: ena: add support for traffic mirroring
Arthur Kiyanovski
2020-07-21
net: ena: cosmetic: satisfy gcc warning
Arthur Kiyanovski
2020-07-21
net: ena: avoid unnecessary rearming of interrupt vector when busy-polling
Arthur Kiyanovski
2020-07-20
net: ena: Fix using plain integer as NULL pointer in ena_init_napi_in_range
Wang Hai
2020-07-01
ena_netdev: use generic power management
Vaibhav Gupta
2020-06-04
net: ena: xdp: update napi budget for DROP and ABORTED
Sameeh Jubran
[next]