summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-281-3/+0
|\
| * ena: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-26/+28
|\ \ | |/ |/|
| * net: ena: fix DMA mapping function issues in XDPShay Agroskin2021-06-081-26/+28
* | net: ena: make symbol 'ena_alloc_map_page' staticWei Yongjun2021-06-091-1/+2
* | net: ena: re-organize code to improve readabilityShay Agroskin2021-06-083-9/+14
* | net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin2021-06-081-22/+36
* | net: ena: aggregate doorbell common operations into a functionShay Agroskin2021-06-081-20/+18
* | net: ena: Remove module param and change message severityShay Agroskin2021-06-081-5/+2
* | net: ena: add jiffies of last napi call to statsShay Agroskin2021-06-082-8/+21
* | net: ena: use build_skb() in RX pathShay Agroskin2021-06-081-25/+41
* | net: ena: Improve error logging in driverShay Agroskin2021-06-081-5/+23
* | net: ena: Remove unused codeShay Agroskin2021-06-082-13/+0
* | net: ena: optimize data access in fast-path codeShay Agroskin2021-06-083-17/+19
|/
* net: ena: remove extra words from commentsYixing Liu2021-03-311-1/+1
* net: ena: fix inaccurate print typeYixing Liu2021-03-311-2/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-12/+9
|\
| * bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-12/+9
* | ena: Update driver to use ethtool_sprintfAlexander Duyck2021-03-171-14/+11
* | ethernet: amazon: ena: A typo fix in the file ena_com.hBhaskar Chowdhury2021-03-151-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-1/+5
|\
| * net: ena: Update XDP verdict upon failureShay Agroskin2021-02-061-1/+5
* | net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-4/+3
* | net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+1
|/
* net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin2020-12-092-12/+72
* net: ena: use xdp_return_frame() to free xdp framesShay Agroskin2020-12-092-8/+1
* net: ena: introduce XDP redirect implementationShay Agroskin2020-12-093-32/+53
* net: ena: use xdp_frame in XDP TX flowShay Agroskin2020-12-091-24/+29
* net: ena: aggregate stats increase into a functionShay Agroskin2020-12-091-99/+68
* net: ena: fix coding style nitsShay Agroskin2020-12-093-5/+6
* net: ena: store values in their appropriate variables typesShay Agroskin2020-12-092-9/+8
* net: ena: add device distinct log prefix to filesShay Agroskin2020-12-095-184/+312
* net: ena: use constant value for net_device allocationShay Agroskin2020-12-091-23/+23
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
|\
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-272-50/+33
|\ \
| * | net: ena: fix packet's addresses for rx_offset featureShay Agroskin2020-11-241-9/+11
| * | net: ena: set initial DMA width to avoid intel iommu issueShay Agroskin2020-11-241-9/+8
| * | net: ena: handle bad request id in ena_netdevShay Agroskin2020-11-242-32/+14
| |/
* / net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
|/
* drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg2020-09-251-1/+1
* net: ena: Fix all static chekers' warningsShay Agroskin2020-09-213-8/+13
* net: ena: Change RSS related macros and variables namesShay Agroskin2020-09-212-14/+15
* net: ena: Remove redundant print of placement policyShay Agroskin2020-09-211-8/+2
* net: ena: Capitalize all log strings and improve code readabilityShay Agroskin2020-09-217-155/+179
* net: ena: Change log message to netif/dev functionShay Agroskin2020-09-211-19/+23
* net: ena: Change license into format to SPDX in all filesShay Agroskin2020-09-2112-348/+24
* net: ena: xdp: add queue counters for xdp actionsSameeh Jubran2020-09-103-3/+28