summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/thunder
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-15/+16
2023-05-09net: thunderx: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+1
2023-03-11net: thunderx: take into account xdp_features setting tx/rx queuesLorenzo Bianconi2-7/+14
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+2
2022-12-06net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wqYongqiang Liu1-1/+3
2022-11-24net: thunderx: Fix the ACPI memory leakYu Liao1-1/+3
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
2022-05-18net: thunderx: remove null check after call container_of()Haowen Bai1-3/+0
2022-05-01pci_irq_vector() can't be used in atomic context any longer. This conflictsThomas Gleixner1-8/+8
2022-02-02drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki1-1/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+2
2021-12-30net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski1-0/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+3
2021-10-19cavium: Fix return values of the probe functionZheyu Ma1-2/+2
2021-10-18cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma1-1/+1
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-3/+3
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+1
2021-09-16net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing3-8/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-1/+3
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-14/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-24thunderx: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-2/+0
2021-05-15net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+1
2021-04-12net: thunderx: Fix unintentional sign extension issueColin Ian King1-1/+1
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+4
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+2
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-10-10net: thunderx: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-2/+2
2020-09-14liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais3-9/+7
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-06net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson1-1/+3
2020-08-04net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long1-2/+2
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-06-19net: tso: cache transport header lengthEric Dumazet1-2/+3
2020-05-15net: thunderx: Add XDP frame sizeJesper Dangaard Brouer1-0/+1
2020-03-24net: thunderx: remove set but not used variable 'tail'Zheng zengkai1-2/+1
2020-03-04net/cavium: Clean driver versionsLeon Romanovsky1-2/+0
2020-03-02net: thunderx: Reduce mbox wait response time.Geetha sowjanya1-5/+4
2020-03-02net: thunderx: Adjust CQE_RX drop levels for better performanceSunil Goutham1-2/+2
2020-02-21net: thunderx: workaround BGX TX Underflow issueTim Harvey2-3/+68