Age | Commit message (Expand) | Author | Files | Lines |
2022-05-23 | eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISA | Jakub Kicinski | 4 | -6624/+0 |
2022-05-21 | net: tulip: fix build with CONFIG_GSC | Rolf Eike Beer | 1 | -1/+1 |
2022-05-16 | net: tulip: convert to devres | Rolf Eike Beer | 2 | -51/+20 |
2022-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+4 |
2022-05-10 | ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one() | Yang Yingliang | 1 | -1/+4 |
2022-05-08 | eth: switch to netif_napi_add_weight() | Jakub Kicinski | 1 | -1/+1 |
2022-04-27 | net: remove comments that mention obsolete __SLOW_DOWN_IO | Bjorn Helgaas | 1 | -2/+0 |
2022-01-25 | net: tulip: remove redundant assignment to variable new_csr6 | Colin Ian King | 1 | -1/+1 |
2021-11-18 | net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob... | Teng Qi | 1 | -0/+4 |
2021-11-18 | net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ... | zhangyue | 1 | -13/+17 |
2021-10-15 | net: tulip: winbond-840: fix build for UML | Randy Dunlap | 1 | -1/+1 |
2021-10-14 | ethernet: replace netdev->dev_addr 16bit writes | Jakub Kicinski | 1 | -1/+3 |
2021-10-12 | ethernet: tulip: avoid duplicate variable name on sparc | Jakub Kicinski | 1 | -4/+4 |
2021-10-12 | tulip: fix setting device address from rom | Jakub Kicinski | 2 | -2/+2 |
2021-10-09 | ethernet: tulip: remove direct netdev->dev_addr writes | Jakub Kicinski | 6 | -50/+61 |
2021-10-02 | ethernet: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+1 |
2021-08-07 | tulip: Remove deadcode on startup true condition | Colin Ian King | 1 | -1/+1 |
2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+2 |
2021-07-28 | tulip: windbond-840: Fix missing pci_disable_device() in probe and remove | Wang Hai | 1 | -5/+2 |
2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 2 | -2/+2 |
2021-07-27 | tulip: use ndo_siocdevprivate | Arnd Bergmann | 1 | -3/+8 |
2021-06-08 | net: tulip: Remove the repeated declaration | Shaokun Zhang | 1 | -1/+0 |
2021-05-19 | net: dec: remove leading spaces before tabs | Hui Tang | 6 | -23/+23 |
2021-04-08 | tulip: de2104x: use module_pci_driver to simplify the code | Wei Yongjun | 1 | -12/+1 |
2021-04-08 | tulip: windbond-840: use module_pci_driver to simplify the code | Wei Yongjun | 1 | -12/+1 |
2020-11-03 | drivers: net: tulip: Fix set but not used with W=1 | Andrew Lunn | 1 | -0/+4 |
2020-10-31 | net: dec: tulip: de2104x: Add shutdown handler to stop NIC | Moritz Fischer | 1 | -0/+10 |
2020-09-26 | drivers/net/ethernet: clean up unused assignments | Jesse Brandeburg | 2 | -7/+2 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2020-09-14 | tulip: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2 | -55/+66 |
2020-09-14 | tulip: de2104x: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -26/+36 |
2020-09-14 | tulip: dmfe: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -20/+24 |
2020-09-14 | tulip: uli526x: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -21/+23 |
2020-09-14 | tulip: windbond-840: Fix a debug message | Christophe JAILLET | 1 | -3/+4 |
2020-09-14 | tulip: windbond-840: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -36/+37 |
2020-09-11 | net: dec: de2104x: Increase receive ring size for Tulip | Lucy Yan | 1 | -1/+1 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 3 | -5/+5 |
2020-06-27 | docs: networking: reorganize driver documentation again | Jakub Kicinski | 1 | -2/+2 |
2020-06-24 | tulip: uli526x: use generic power management | Vaibhav Gupta | 1 | -40/+8 |
2020-06-24 | tulip: tulip_core: use generic power management | Vaibhav Gupta | 1 | -39/+12 |
2020-06-24 | tulip: de2104x: use generic power management | Vaibhav Gupta | 1 | -17/+8 |
2020-06-24 | tulip: windbond-840: use generic power management | Vaibhav Gupta | 1 | -18/+8 |
2020-06-24 | tulip: dmfe: use generic power management | Vaibhav Gupta | 1 | -40/+9 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2 | -14/+14 |
2020-05-07 | net: tulip: de4x5: make PCI_signature() return void | Jason Yan | 1 | -6/+4 |
2020-05-01 | docs: networking: device drivers: convert dec/dmfe.txt to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-05-01 | docs: networking: device drivers: convert dec/de4x5.txt to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-04-16 | net: tulip: make early_486_chipsets static | Jason Yan | 1 | -1/+1 |
2020-03-06 | net: tulip: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-03-04 | net/dec: Delete driver versions | Leon Romanovsky | 5 | -78/+2 |