summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/adi
AgeCommit message (Expand)Author
10 daysnet: ethernet: adi: adin1110: Replace linux/gpio.h by proper oneAndy Shevchenko
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-28net: ethernet: adi: move PHYLIB from vendor to driver symbolRandy Dunlap
2024-02-27net: ethernet: adi: adin1110: Reduce the MDIO_TRDONE poll intervalCiprian Regus
2024-02-16net: ethernet: adi: requires PHYLIB supportRandy Dunlap
2023-10-21net: ethernet: adi: adin1110: Fix uninitialized variableDell Jin
2023-09-11net:ethernet:adi:adin1110: Fix forwarding offloadCiprian Regus
2023-08-06net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast ad...Yang Yingliang
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-23net: ethernet: adi: adin1110: Fix multicast offloadingAlexandru Tachici
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-28net: ethernet: adi: adin1110: Fix notifiersAlexandru Tachici
2022-10-21net: ethernet: adi: adin1110: add reset GPIOAlexandru Tachici
2022-10-19net: ethernet: adi: adin1110: Fix SPI transfersAlexandru Tachici
2022-10-05net: ethernet: adi: adin1110: Add check in netdev_eventAlexandru Tachici
2022-09-26net: ethernet: adin1110: Add missing MODULE_DEVICE_TABLEYang Yingliang
2022-09-26net: ethernet: adi: Fix return value check in adin1110_probe_netdevs()Wei Yongjun
2022-09-22net: ethernet: adi: Fix invalid parent name lengthAlexandru Tachici
2022-09-20net: ethernet: adi: Add ADIN1110 supportAlexandru Tachici
2018-03-26net: adi: remove blackfin ethernet driversArnd Bergmann
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-21drivers: net: adi: use setup_timer() helper.Allen Pais
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal
2017-03-27net: bfin_mac: Remove unused stats member from struct bfin_mac_localTobias Klauser
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-08-13net: bfin_mac: Fix a few spelling fixesLABBE Corentin
2016-07-17net: ethernet: adi: bfin_mac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-17net: ethernet: adi: bfin_mac: use phydev from struct net_devicePhilippe Reynes
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-01-11net: bfin_mac: Use phy_find_first() instead of open-coding itGuenter Roeck
2016-01-10bfin_mac: fix error pathSudip Mukherjee
2016-01-10phy: fix blackfin build failureSudip Mukherjee
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-12-03net: bfin_mac: Use platform_register/unregister_drivers()Thierry Reding
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-03-31ptp: blackfin: use helpers for converting ns to timespec.Richard Cochran
2015-03-31ptp: blackfin: convert to the 64 bit get/set time methods.Richard Cochran
2014-10-20net: ethernet: adi: drop owner assignment from platform_driversWolfram Sang
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser
2014-07-24bfin_mac: convert bfin Ethernet driver to NAPI frameworkSonic Zhang
2014-03-28bfin_mac: remove empty MDIO bus reset functionFlorian Fainelli
2014-03-24bfin_mac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman