summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/adi
AgeCommit message (Expand)AuthorLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2026-02-03net: ethernet: adi: adin1110: Check return value of devm_gpiod_get_optional()...Chen Ni-0/+3
2026-02-03net: ethernet: adi: make name member of struct adin1110_cfg a pointerHeiner Kallweit-1/+1
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel-1/+1
2024-10-07net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_f...Christophe JAILLET-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin-1/+1
2024-05-10net: ethernet: adi: adin1110: Replace linux/gpio.h by proper oneAndy Shevchenko-1/+1
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-02-28net: ethernet: adi: move PHYLIB from vendor to driver symbolRandy Dunlap-1/+1
2024-02-27net: ethernet: adi: adin1110: Reduce the MDIO_TRDONE poll intervalCiprian Regus-4/+6
2024-02-16net: ethernet: adi: requires PHYLIB supportRandy Dunlap-0/+1
2023-10-21net: ethernet: adi: adin1110: Fix uninitialized variableDell Jin-1/+1
2023-09-11net:ethernet:adi:adin1110: Fix forwarding offloadCiprian Regus-1/+1
2023-08-06net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast ad...Yang Yingliang-4/+4
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra-1/+1
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-01-23net: ethernet: adi: adin1110: Fix multicast offloadingAlexandru Tachici-1/+1
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn-1/+0
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+29
2022-10-28net: ethernet: adi: adin1110: Fix notifiersAlexandru Tachici-9/+29
2022-10-21net: ethernet: adi: adin1110: add reset GPIOAlexandru Tachici-0/+21
2022-10-19net: ethernet: adi: adin1110: Fix SPI transfersAlexandru Tachici-21/+16
2022-10-05net: ethernet: adi: adin1110: Add check in netdev_eventAlexandru Tachici-5/+8
2022-09-26net: ethernet: adin1110: Add missing MODULE_DEVICE_TABLEYang Yingliang-0/+1
2022-09-26net: ethernet: adi: Fix return value check in adin1110_probe_netdevs()Wei Yongjun-2/+2
2022-09-22net: ethernet: adi: Fix invalid parent name lengthAlexandru Tachici-1/+1
2022-09-20net: ethernet: adi: Add ADIN1110 supportAlexandru Tachici-0/+1730
2018-03-26net: adi: remove blackfin ethernet driversArnd Bergmann-2056/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-4/+5
2017-09-21drivers: net: adi: use setup_timer() helper.Allen Pais-3/+2
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal-1/+1
2017-03-27net: bfin_mac: Remove unused stats member from struct bfin_mac_localTobias Klauser-7/+0
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson-1/+0
2016-08-13net: bfin_mac: Fix a few spelling fixesLABBE Corentin-4/+4
2016-07-17net: ethernet: adi: bfin_mac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes-23/+2
2016-07-17net: ethernet: adi: bfin_mac: use phydev from struct net_devicePhilippe Reynes-20/+12
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-1/+1
2016-01-11net: bfin_mac: Use phy_find_first() instead of open-coding itGuenter Roeck-15/+2
2016-01-10bfin_mac: fix error pathSudip Mukherjee-1/+1
2016-01-10phy: fix blackfin build failureSudip Mukherjee-1/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn-10/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn-4/+2
2016-01-07phy: add phydev_name() wrapperAndrew Lunn-2/+2
2015-12-03net: bfin_mac: Use platform_register/unregister_drivers()Thierry Reding-7/+7