summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/adi
AgeCommit message (Expand)AuthorFilesLines
2023-10-21net: ethernet: adi: adin1110: Fix uninitialized variableDell Jin1-1/+1
2023-09-11net:ethernet:adi:adin1110: Fix forwarding offloadCiprian Regus1-1/+1
2023-08-06net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast ad...Yang Yingliang1-4/+4
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra1-1/+1
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-01-24net: ethernet: adi: adin1110: Fix multicast offloadingAlexandru Tachici1-1/+1
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn1-1/+0
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+29
2022-10-29net: ethernet: adi: adin1110: Fix notifiersAlexandru Tachici1-9/+29
2022-10-21net: ethernet: adi: adin1110: add reset GPIOAlexandru Tachici1-0/+21
2022-10-19net: ethernet: adi: adin1110: Fix SPI transfersAlexandru Tachici1-21/+16
2022-10-06net: ethernet: adi: adin1110: Add check in netdev_eventAlexandru Tachici1-5/+8
2022-09-26net: ethernet: adin1110: Add missing MODULE_DEVICE_TABLEYang Yingliang1-0/+1
2022-09-26net: ethernet: adi: Fix return value check in adin1110_probe_netdevs()Wei Yongjun1-2/+2
2022-09-22net: ethernet: adi: Fix invalid parent name lengthAlexandru Tachici1-1/+1
2022-09-20net: ethernet: adi: Add ADIN1110 supportAlexandru Tachici3-0/+1730
2018-03-26net: adi: remove blackfin ethernet driversArnd Bergmann4-2056/+0
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+5
2017-09-21drivers: net: adi: use setup_timer() helper.Allen Pais1-3/+2
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal1-1/+1
2017-03-28net: bfin_mac: Remove unused stats member from struct bfin_mac_localTobias Klauser1-7/+0
2017-02-28scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-08-14net: bfin_mac: Fix a few spelling fixesLABBE Corentin1-4/+4
2016-07-18net: ethernet: adi: bfin_mac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-23/+2
2016-07-18net: ethernet: adi: bfin_mac: use phydev from struct net_devicePhilippe Reynes2-20/+12
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-01-11net: bfin_mac: Use phy_find_first() instead of open-coding itGuenter Roeck1-15/+2
2016-01-11bfin_mac: fix error pathSudip Mukherjee1-1/+1
2016-01-11phy: fix blackfin build failureSudip Mukherjee1-1/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-10/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-4/+2
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2015-12-03net: bfin_mac: Use platform_register/unregister_drivers()Thierry Reding1-7/+7
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-2/+0
2015-04-01ptp: blackfin: use helpers for converting ns to timespec.Richard Cochran1-5/+3
2015-03-31ptp: blackfin: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2014-10-20net: ethernet: adi: drop owner assignment from platform_driversWolfram Sang1-2/+0
2014-10-04net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-3/+0
2014-07-25bfin_mac: convert bfin Ethernet driver to NAPI frameworkSonic Zhang3-32/+53
2014-03-28bfin_mac: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-25bfin_mac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2013-12-10net: bfin_mac: do not reset PHY after phy_start()Florian Fainelli1-1/+0
2013-11-21bfin_mac: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-4/+17
2013-09-24adi: Remove extern from function prototypesJoe Perches1-1/+1
2013-09-13bfin_mac: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2