aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec/tulip/winbond-840.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-04-26net: remove comments that mention obsolete __SLOW_DOWN_IOBjorn Helgaas1-2/+0
2021-10-14net: tulip: winbond-840: fix build for UMLRandy Dunlap1-1/+1
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski1-1/+3
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+2
2021-07-28tulip: windbond-840: Fix missing pci_disable_device() in probe and removeWang Hai1-5/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-19net: dec: remove leading spaces before tabsHui Tang1-2/+2
2021-04-07tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2020-09-13tulip: windbond-840: Fix a debug messageChristophe JAILLET1-3/+4
2020-09-13tulip: windbond-840: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-36/+37
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-23tulip: windbond-840: use generic power managementVaibhav Gupta1-18/+8
2020-03-03net/dec: Delete driver versionsLeon Romanovsky1-12/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2017-10-18net: tulip: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-09-21drivers: net: winbond-840: use setup_timer() helper.Allen Pais1-3/+1
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-3/+2
2017-01-02net: dec: winbond-840: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-11-20net: tulip: turn compile-time warning into dev_warn()Arnd Bergmann1-1/+1
2015-02-02net/tulip: don't warn about unknown ARM architectureArnd Bergmann1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2013-10-21net: tulip: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03tulip: remove __dev* attributesBill Pemberton1-5/+5
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen1-1/+1
2012-04-07winbond840: stop using net_device.{base_addr, irq}.Francois Romieu1-9/+8
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-3/+3
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12ewrk3/tulip: Move the DEC - Tulip driversJeff Kirsher1-0/+1670