summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/thunder
AgeCommit message (Expand)Author
2023-03-10net: thunderx: take into account xdp_features setting tx/rx queuesLorenzo Bianconi
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2022-12-06net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wqYongqiang Liu
2022-11-24net: thunderx: Fix the ACPI memory leakYu Liao
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-05-17net: thunderx: remove null check after call container_of()Haowen Bai
2022-05-01pci_irq_vector() can't be used in atomic context any longer. This conflictsThomas Gleixner
2022-02-02drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-19cavium: Fix return values of the probe functionZheyu Ma
2021-10-18cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-16net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-24thunderx: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-05-14net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-04-12net: thunderx: Fix unintentional sign extension issueColin Ian King
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-10-10net: thunderx: Use struct_size() helper in kmalloc()Gustavo A. R. Silva
2020-09-14liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson
2020-08-04net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-06-18net: tso: cache transport header lengthEric Dumazet
2020-05-14net: thunderx: Add XDP frame sizeJesper Dangaard Brouer
2020-03-23net: thunderx: remove set but not used variable 'tail'Zheng zengkai
2020-03-03net/cavium: Clean driver versionsLeon Romanovsky
2020-03-02net: thunderx: Reduce mbox wait response time.Geetha sowjanya
2020-03-02net: thunderx: Adjust CQE_RX drop levels for better performanceSunil Goutham
2020-02-20net: thunderx: workaround BGX TX Underflow issueTim Harvey
2020-02-08net: thunderx: use proper interface type for RGMIITim Harvey
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin