summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec
Commit message (Expand)AuthorAgeFilesLines
* net: tulip: Annotate struct mediatable with __counted_byKees Cook2023-10-021-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-315-10/+10
* eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISAJakub Kicinski2022-05-234-6624/+0
* net: tulip: fix build with CONFIG_GSCRolf Eike Beer2022-05-201-1/+1
* net: tulip: convert to devresRolf Eike Beer2022-05-162-51/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-1/+4
|\
| * ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang2022-05-091-1/+4
* | eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+1
* | net: remove comments that mention obsolete __SLOW_DOWN_IOBjorn Helgaas2022-04-261-2/+0
|/
* net: tulip: remove redundant assignment to variable new_csr6Colin Ian King2022-01-251-1/+1
* net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi2021-11-181-0/+4
* net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue2021-11-181-13/+17
* 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