summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)Author
2023-07-27ethernet: use of_get_ethdev_address()Jakub Kicinski
2023-07-27ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2022-12-14net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wqYongqiang Liu
2022-12-02net: thunderx: Fix the ACPI memory leakYu Liao
2022-12-02net: liquidio: simplify if expressionLeon Romanovsky
2022-11-26net: liquidio: release resources when liquidio driver open failedZhengchao Shao
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-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-15liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King
2021-06-24thunderx: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-14net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck
2021-05-13net: liquidio: Add missing null pointer checksTom Seewald
2021-05-13Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-14cavium/liquidio: Fix duplicate argumentWan Jiabing
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-04-07liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King
2021-01-29net/ethernet: convert to use module_platform_driver in octeon_mgmt.cdingsenjie
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2021-01-05liquidio: Use kzalloc for allocating only one thingZheng Yongjun
2021-01-05cavium/liquidio: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
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-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-02liquidio: cn68xx: Remove duplicated includeYueHaibing
2020-10-10net: thunderx: Use struct_size() helper in kmalloc()Gustavo A. R. Silva
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-25net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stopIvan Khoronzhuk
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg
2020-09-19net: liquidio: Remove set but not used variableZheng Yongjun
2020-09-18liquidio: Fix -Wmissing-prototypes warnings for liquidioWang Hai
2020-09-14liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-09net: cavium: Fix a bunch of kerneldoc parameter issuesWang Hai
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-01liquidio: Remove unneeded cast from memory allocationYueHaibing