aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-02drivers: net: tulip: Fix set but not used with W=1Andrew Lunn1-0/+4
2020-10-30net: dec: tulip: de2104x: Add shutdown handler to stop NICMoritz Fischer1-0/+10
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2-7/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-13tulip: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-55/+66
2020-09-13tulip: de2104x: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-26/+36
2020-09-13tulip: dmfe: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-20/+24
2020-09-13tulip: uli526x: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-21/+23
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-09-10net: dec: de2104x: Increase receive ring size for TulipLucy Yan1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski1-2/+2
2020-06-23tulip: uli526x: use generic power managementVaibhav Gupta1-40/+8
2020-06-23tulip: tulip_core: use generic power managementVaibhav Gupta1-39/+12
2020-06-23tulip: de2104x: use generic power managementVaibhav Gupta1-17/+8
2020-06-23tulip: windbond-840: use generic power managementVaibhav Gupta1-18/+8
2020-06-23tulip: dmfe: use generic power managementVaibhav Gupta1-40/+9
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-14/+14
2020-05-07net: tulip: de4x5: make PCI_signature() return voidJason Yan1-6/+4
2020-05-01docs: networking: device drivers: convert dec/dmfe.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-05-01docs: networking: device drivers: convert dec/de4x5.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-15net: tulip: make early_486_chipsets staticJason Yan1-1/+1
2020-03-05net: tulip: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-03net/dec: Delete driver versionsLeon Romanovsky5-78/+2
2020-02-05net: ethernet: dec: tulip: Fix length mask in receive length calculationMoritz Fischer1-1/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-10/+11
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin3-5/+5
2019-12-09net: tulip: Adjust indentation in {dmfe, uli526x}_init_moduleNathan Chancellor2-5/+6
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-18/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2-18/+2
2019-05-26net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()Kees Cook1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-06net: tulip: de2104x: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-01tulip: eeprom: use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+1
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski1-2/+2
2018-08-07net: tulip: de4x5: mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2018-08-07net: tulip_core: 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-18net: tulip: Convert timers to use timer_setup()Kees Cook10-50/+48
2017-10-18net: tulip: de2104x: Convert timers to use timer_setup()Kees Cook1-12/+9
2017-09-21drivers: net: uli526x: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: dmfe: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: winbond-840: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: de4x: use setup_timer() helper.Allen Pais1-3/+2
2017-09-08net: tulip: Constify tulip_tblKees Cook2-2/+2
2017-08-19net: de4x5: constify eisa_device_idArvind Yadav1-1/+1