aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)Author
2022-04-30eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-01-31net: ena: Do not waste napi skb cacheHyeonggon Yoo
2022-01-07net: ena: Extract recurring driver reset code into a functionArthur Kiyanovski
2022-01-07net: ena: Change the name of bad_csum variableArthur Kiyanovski
2022-01-07net: ena: Add debug prints for invalid req_id resetsArthur Kiyanovski
2022-01-07net: ena: Remove ena_calc_queue_size_ctx structArthur Kiyanovski
2022-01-07net: ena: Move reset completion print to the reset functionArthur Kiyanovski
2022-01-07net: ena: Remove redundant return code checkArthur Kiyanovski
2022-01-07net: ena: Change ENI stats support check to use capabilities fieldArthur Kiyanovski
2022-01-07net: ena: Add capabilities field with support for ENI stats capabilityArthur Kiyanovski
2022-01-07net: ena: Change return value of ena_calc_io_queue_size() to voidArthur Kiyanovski
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-02net: ena: Fix error handling when calculating max IO queues numberArthur Kiyanovski
2022-01-02net: ena: Fix wrong rx request id by resetting deviceArthur Kiyanovski
2022-01-02net: ena: Fix undefined state when tx request id is out of boundsArthur Kiyanovski
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-24ena: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-09net: ena: make symbol 'ena_alloc_map_page' staticWei Yongjun
2021-06-08net: ena: fix DMA mapping function issues in XDPShay Agroskin
2021-06-08net: ena: re-organize code to improve readabilityShay Agroskin
2021-06-08net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin
2021-06-08net: ena: aggregate doorbell common operations into a functionShay Agroskin
2021-06-08net: ena: Remove module param and change message severityShay Agroskin
2021-06-08net: ena: add jiffies of last napi call to statsShay Agroskin
2021-06-08net: ena: use build_skb() in RX pathShay Agroskin
2021-06-08net: ena: Improve error logging in driverShay Agroskin
2021-06-08net: ena: Remove unused codeShay Agroskin
2021-06-08net: ena: optimize data access in fast-path codeShay Agroskin
2021-03-31net: ena: remove extra words from commentsYixing Liu
2021-03-31net: ena: fix inaccurate print typeYixing Liu
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-17ena: Update driver to use ethtool_sprintfAlexander Duyck
2021-03-15ethernet: amazon: ena: A typo fix in the file ena_com.hBhaskar Chowdhury
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-06net: ena: Update XDP verdict upon failureShay Agroskin
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-09net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin
2020-12-09net: ena: use xdp_return_frame() to free xdp framesShay Agroskin
2020-12-09net: ena: introduce XDP redirect implementationShay Agroskin
2020-12-09net: ena: use xdp_frame in XDP TX flowShay Agroskin
2020-12-09net: ena: aggregate stats increase into a functionShay Agroskin
2020-12-09net: ena: fix coding style nitsShay Agroskin