summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/dec
AgeCommit message (Expand)Author
2021-11-18net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi
2021-11-18net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue
2021-10-14net: tulip: winbond-840: fix build for UMLRandy Dunlap
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski
2021-10-12ethernet: tulip: avoid duplicate variable name on sparcJakub Kicinski
2021-10-12tulip: fix setting device address from romJakub Kicinski
2021-10-09ethernet: tulip: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-07tulip: Remove deadcode on startup true conditionColin Ian King
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-28tulip: windbond-840: Fix missing pci_disable_device() in probe and removeWang Hai
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27tulip: use ndo_siocdevprivateArnd Bergmann
2021-06-07net: tulip: Remove the repeated declarationShaokun Zhang
2021-05-19net: dec: remove leading spaces before tabsHui Tang
2021-04-07tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun
2020-11-02drivers: net: tulip: Fix set but not used with W=1Andrew Lunn
2020-10-30net: dec: tulip: de2104x: Add shutdown handler to stop NICMoritz Fischer
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-13tulip: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-09-13tulip: de2104x: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-09-13tulip: dmfe: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-09-13tulip: uli526x: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-09-13tulip: windbond-840: Fix a debug messageChristophe JAILLET
2020-09-13tulip: windbond-840: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-09-10net: dec: de2104x: Increase receive ring size for TulipLucy Yan
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski
2020-06-23tulip: uli526x: use generic power managementVaibhav Gupta
2020-06-23tulip: tulip_core: use generic power managementVaibhav Gupta
2020-06-23tulip: de2104x: use generic power managementVaibhav Gupta
2020-06-23tulip: windbond-840: use generic power managementVaibhav Gupta
2020-06-23tulip: dmfe: use generic power managementVaibhav Gupta
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-07net: tulip: de4x5: make PCI_signature() return voidJason Yan
2020-05-01docs: networking: device drivers: convert dec/dmfe.txt to ReSTMauro Carvalho Chehab
2020-05-01docs: networking: device drivers: convert dec/de4x5.txt to ReSTMauro Carvalho Chehab
2020-04-15net: tulip: make early_486_chipsets staticJason Yan
2020-03-05net: tulip: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-03net/dec: Delete driver versionsLeon Romanovsky
2020-02-05net: ethernet: dec: tulip: Fix length mask in receive length calculationMoritz Fischer
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09net: tulip: Adjust indentation in {dmfe, uli526x}_init_moduleNathan Chancellor
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-26net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()Kees Cook