summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/dec
AgeCommit message (Expand)AuthorFilesLines
2025-07-25net: Fix typosBjorn Helgaas1-1/+1
2025-07-02net: tulip: Rename PCI driver struct to end in _driverUwe Kleine-König1-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar9-11/+11
2025-04-29net: tulip: Use pure PCI devres APIPhilipp Stanner2-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner8-16/+16
2025-03-25net: tulip: avoid unused variable warningSimon Horman1-5/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2023-10-02net: tulip: Annotate struct mediatable with __counted_byKees Cook1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang5-10/+10
2022-05-23eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISAJakub Kicinski4-6624/+0
2022-05-21net: tulip: fix build with CONFIG_GSCRolf Eike Beer1-1/+1
2022-05-16net: tulip: convert to devresRolf Eike Beer2-51/+20
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-05-10ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang1-1/+4
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-04-27net: remove comments that mention obsolete __SLOW_DOWN_IOBjorn Helgaas1-2/+0
2022-01-25net: tulip: remove redundant assignment to variable new_csr6Colin Ian King1-1/+1
2021-11-18net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi1-0/+4
2021-11-18net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue1-13/+17
2021-10-15net: tulip: winbond-840: fix build for UMLRandy Dunlap1-1/+1
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski1-1/+3
2021-10-12ethernet: tulip: avoid duplicate variable name on sparcJakub Kicinski1-4/+4
2021-10-12tulip: fix setting device address from romJakub Kicinski2-2/+2
2021-10-09ethernet: tulip: remove direct netdev->dev_addr writesJakub Kicinski6-50/+61
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-07tulip: Remove deadcode on startup true conditionColin Ian King1-1/+1
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 Bergmann2-2/+2
2021-07-27tulip: use ndo_siocdevprivateArnd Bergmann1-3/+8
2021-06-08net: tulip: Remove the repeated declarationShaokun Zhang1-1/+0
2021-05-19net: dec: remove leading spaces before tabsHui Tang6-23/+23
2021-04-08tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-08tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2020-11-03drivers: net: tulip: Fix set but not used with W=1Andrew Lunn1-0/+4
2020-10-31net: dec: tulip: de2104x: Add shutdown handler to stop NICMoritz Fischer1-0/+10
2020-09-26drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2-7/+2
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-14tulip: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-55/+66
2020-09-14tulip: de2104x: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-26/+36
2020-09-14tulip: dmfe: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-20/+24
2020-09-14tulip: uli526x: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-21/+23
2020-09-14tulip: windbond-840: Fix a debug messageChristophe JAILLET1-3/+4
2020-09-14tulip: windbond-840: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-36/+37
2020-09-11net: dec: de2104x: Increase receive ring size for TulipLucy Yan1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-06-27docs: networking: reorganize driver documentation againJakub Kicinski1-2/+2
2020-06-24tulip: uli526x: use generic power managementVaibhav Gupta1-40/+8
2020-06-24tulip: tulip_core: use generic power managementVaibhav Gupta1-39/+12
2020-06-24tulip: de2104x: use generic power managementVaibhav Gupta1-17/+8