summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/thunder
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: take into account xdp_features setting tx/rx queuesLorenzo Bianconi2023-03-102-7/+14
* drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+2
* net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wqYongqiang Liu2022-12-061-1/+3
* net: thunderx: Fix the ACPI memory leakYu Liao2022-11-241-1/+3
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
* net: thunderx: remove null check after call container_of()Haowen Bai2022-05-171-3/+0
* pci_irq_vector() can't be used in atomic context any longer. This conflictsThomas Gleixner2022-05-011-8/+8
* drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-021-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-1/+2
|\
| * net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-291-0/+1
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
|/
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-222-3/+3
|\
| * cavium: Fix return values of the probe functionZheyu Ma2021-10-191-2/+2
| * cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma2021-10-181-1/+1
* | eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-1/+1
* | eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-3/+3
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+1
* | net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-163-8/+4
|/
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-1/+3
* cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-022-14/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* thunderx: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-2/+0
* net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-141-3/+0
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
* net: thunderx: Fix unintentional sign extension issueColin Ian King2021-04-121-1/+1
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-4/+4
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+2
* 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
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
|/
* net: thunderx: Use struct_size() helper in kmalloc()Gustavo A. R. Silva2020-10-101-2/+2
* liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-143-9/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson2020-08-051-1/+3
* net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long2020-08-041-2/+2
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-3/+0
* net: tso: cache transport header lengthEric Dumazet2020-06-181-2/+3
* net: thunderx: Add XDP frame sizeJesper Dangaard Brouer2020-05-141-0/+1
* net: thunderx: remove set but not used variable 'tail'Zheng zengkai2020-03-231-2/+1
* net/cavium: Clean driver versionsLeon Romanovsky2020-03-031-2/+0
* net: thunderx: Reduce mbox wait response time.Geetha sowjanya2020-03-021-5/+4
* net: thunderx: Adjust CQE_RX drop levels for better performanceSunil Goutham2020-03-021-2/+2
* net: thunderx: workaround BGX TX Underflow issueTim Harvey2020-02-202-3/+68
* net: thunderx: use proper interface type for RGMIITim Harvey2020-02-081-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1