aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/8390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin5-9/+9
2019-08-01net: 8390: Fix manufacturer name in Kconfig help textGeert Uytterhoeven1-2/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-8/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-09net: phy: rename Asix Electronics PHY driverMichael Schmitz1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-03-18mac8390: Fix mmio access size probeFinn Thain1-7/+12
2019-03-12net: 8390: fix potential NULL pointer dereferencesKangjie Lu1-0/+10
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-3/+1
2018-08-298390/etherh: convert to ethtool_{get, set}_link_ksettingsMichal Kubecek1-16/+19
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2018-08-078390: axnet_cs: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-29net: mac8390: Use standard memcpy_{from,to}io()Geert Uytterhoeven1-10/+10
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-05-16net: 8390: ne: Fix accidentally removed RBTX4927 supportGeert Uytterhoeven1-1/+3
2018-04-19net-next: New ax88796 platform driver for Amiga X-Surf 100 Zorro board (m68k)Michael Karcher3-2/+398
2018-04-19net-next: ax88796: release platform device drvdata on probe error and module removeMichael Schmitz1-0/+2
2018-04-19net-next: ax88796: set IRQF_SHARED flag when IRQ resource is marked as shareableMichael Karcher1-0/+3
2018-04-19net-next: ax88796: add interrupt status callback to platform dataMichael Karcher1-2/+21
2018-04-19net-next: ax88796: Add block_input/output hooks to ax_plat_dataMichael Karcher1-2/+8
2018-04-19net-next: ax88796: Do not free IRQ in ax_remove() (already freed in ax_close()).Michael Karcher1-1/+0
2018-04-19net-next: ax88796: Attach MII bus only when openMichael Karcher1-88/+95
2018-04-19net-next: ax88796: Fix MAC address readingMichael Karcher1-0/+6
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-144/+92
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-23/+3
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches7-7/+7
2018-03-26net: 8390: remove m32r specific bitsArnd Bergmann2-23/+3
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-06ethernet: natsemi: correct spellingRandy Dunlap1-1/+1
2018-02-21net/mac8390: Fix log messagesFinn Thain1-19/+17
2018-02-21net/mac8390: Convert to nubus_driverFinn Thain1-72/+67
2018-02-21net/8390: Fix msg_enable patch snafuFinn Thain11-49/+4
2018-02-21net/8390: Remove redundant make dependenciesFinn Thain1-3/+3
2018-01-16nubus: Adopt standard linked list implementationFinn Thain1-2/+5
2018-01-16nubus: Rename struct nubus_devFinn Thain1-12/+14
2017-11-11net: 8390: pcnet_cs: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-28drivers/net: 8390: Convert timers to use timer_setup()Kees Cook2-10/+10
2017-08-22net: ethernet: ax88796: make mdiobb_ops constBhumika Goyal1-1/+1
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2017-05-26net: ethernet: ax88796: support generating a random mac addressUwe Kleine-König1-0/+6
2017-05-26net: ethernet: ax88796: don't call free_irq without request_irq firstUwe Kleine-König1-5/+2
2017-04-20Annotate hardware config module parameters in drivers/net/ethernet/David Howells3-8/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson13-13/+0
2016-08-01net: ethernet: ax88796: avoid null pointer dereferencexypron.glpk@gmx.de1-1/+2
2016-06-16net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-16net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes1-13/+7