summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec
Commit message (Expand)AuthorAgeFilesLines
* net: tulip: winbond-840: fix build for UMLRandy Dunlap2021-10-141-1/+1
* ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski2021-10-141-1/+3
* ethernet: tulip: avoid duplicate variable name on sparcJakub Kicinski2021-10-121-4/+4
* tulip: fix setting device address from romJakub Kicinski2021-10-122-2/+2
* ethernet: tulip: remove direct netdev->dev_addr writesJakub Kicinski2021-10-096-50/+61
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* tulip: Remove deadcode on startup true conditionColin Ian King2021-08-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-5/+2
|\
| * tulip: windbond-840: Fix missing pci_disable_device() in probe and removeWang Hai2021-07-281-5/+2
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* | tulip: use ndo_siocdevprivateArnd Bergmann2021-07-271-3/+8
|/
* net: tulip: Remove the repeated declarationShaokun Zhang2021-06-071-1/+0
* net: dec: remove leading spaces before tabsHui Tang2021-05-196-23/+23
* tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun2021-04-071-12/+1
* tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun2021-04-071-12/+1
* drivers: net: tulip: Fix set but not used with W=1Andrew Lunn2020-11-021-0/+4
* net: dec: tulip: de2104x: Add shutdown handler to stop NICMoritz Fischer2020-10-301-0/+10
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-252-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+1
|\
| * net: dec: de2104x: Increase receive ring size for TulipLucy Yan2020-09-101-1/+1
* | tulip: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-132-55/+66
* | tulip: de2104x: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-26/+36
* | tulip: dmfe: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-20/+24
* | tulip: uli526x: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-21/+23
* | tulip: windbond-840: Fix a debug messageChristophe JAILLET2020-09-131-3/+4
* | tulip: windbond-840: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-36/+37
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-5/+5
* docs: networking: reorganize driver documentation againJakub Kicinski2020-06-261-2/+2
* tulip: uli526x: use generic power managementVaibhav Gupta2020-06-231-40/+8
* tulip: tulip_core: use generic power managementVaibhav Gupta2020-06-231-39/+12
* tulip: de2104x: use generic power managementVaibhav Gupta2020-06-231-17/+8
* tulip: windbond-840: use generic power managementVaibhav Gupta2020-06-231-18/+8
* tulip: dmfe: use generic power managementVaibhav Gupta2020-06-231-40/+9
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-14/+14
* net: tulip: de4x5: make PCI_signature() return voidJason Yan2020-05-071-6/+4
* docs: networking: device drivers: convert dec/dmfe.txt to ReSTMauro Carvalho Chehab2020-05-011-1/+1
* docs: networking: device drivers: convert dec/de4x5.txt to ReSTMauro Carvalho Chehab2020-05-011-1/+1
* net: tulip: make early_486_chipsets staticJason Yan2020-04-151-1/+1
* net: tulip: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-051-1/+1
* net/dec: Delete driver versionsLeon Romanovsky2020-03-035-78/+2
* net: ethernet: dec: tulip: Fix length mask in receive length calculationMoritz Fischer2020-02-051-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-285-10/+11
|\
| * netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-123-5/+5
| * net: tulip: Adjust indentation in {dmfe, uli526x}_init_moduleNathan Chancellor2019-12-092-5/+6
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-312-18/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-18/+2
* | net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()Kees Cook2019-05-261-1/+0
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+1
|\