summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+6
2025-11-27net: thunder: convert to use .get_rx_ring_countBreno Leitao-13/+3
2025-11-04net: thunderx: convert to use ndo_hwtstamp callbacksVadim Fedorenko-20/+25
2025-09-03net: thunder_bgx: decrement cleanup index before useRosen Penev-1/+1
2025-09-03net: thunder_bgx: add a missing of_node_putRosen Penev-7/+11
2025-07-14net: thunderx: Fix format-truncation warning in bgx_acpi_match_id()Alok Tiwari-2/+2
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+3
2025-07-09net: thunderx: avoid direct MTU assignment after WRITE_ONCE()Alok Tiwari-9/+3
2025-06-18eth: thunder: migrate to new RXFH callbacksJakub Kicinski-23/+14
2025-05-09net: thunder: make tx software timestamp independentJason Xing-4/+4
2025-04-28net: thunder_bgx: Don't disable PCI device manuallyPhilipp Stanner-5/+3
2025-04-28net: thunder_bgx: Use pure PCI devres APIPhilipp Stanner-5/+2
2024-09-09net: thunderx: Remove setting of RX software timestampGal Pressman-2/+0
2024-08-27net: thunderx: Remove unused declarationsYue Haibing-4/+0
2024-08-15net: thunder_bgx: Fix netdev structure allocationMarc Zyngier-9/+21
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-06-27net: thunderx: Unembed netdev structureBreno Leitao-6/+15
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-15/+16
2023-05-08net: thunderx: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo-2/+1
2023-03-10net: thunderx: take into account xdp_features setting tx/rx queuesLorenzo Bianconi-7/+14
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka-0/+2
2022-12-06net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wqYongqiang Liu-1/+3
2022-11-24net: thunderx: Fix the ACPI memory leakYu Liao-1/+3
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-2/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet-2/+2
2022-05-17net: thunderx: remove null check after call container_of()Haowen Bai-3/+0
2022-05-01pci_irq_vector() can't be used in atomic context any longer. This conflictsThomas Gleixner-8/+8
2022-02-02drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki-1/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+2
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski-0/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu-4/+0
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-2/+6
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+3
2021-10-19cavium: Fix return values of the probe functionZheyu Ma-2/+2
2021-10-18cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma-1/+1
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski-3/+3
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-2/+1
2021-09-16net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing-8/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-1/+3
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET-14/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-06-24thunderx: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen-2/+0
2021-05-14net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck-3/+0
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle-4/+1