aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-163com 3c515: make it compile on 64-bit architecturesLinus Torvalds1-1/+1
2021-09-03net: 3com: 3c59x: clean up inconsistent indentingColin Ian King1-1/+1
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann1-1/+2
2021-08-03make legacy ISA probe optionalArnd Bergmann1-0/+1
2021-08-033c509: stop calling netdev_boot_setup_checkArnd Bergmann1-3/+0
2021-08-02net: 3c509: make the array if_names static const, makes object smallerColin Ian King1-1/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-3/+3
2021-05-19net: 3com: remove leading spaces before tabsHui Tang1-1/+1
2021-03-10net: 3c509: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König1-2/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-31/+30
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-10-03net: typhoon: Fix a typo Typoon --> TyphoonChristophe JAILLET1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2020-08-24typhoon: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-31/+30
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+1
2020-08-14net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones1-3/+3
2020-07-01typhoon: use generic power managementVaibhav Gupta1-21/+32
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski2-4/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-7/+7
2020-05-01docs: networking: device drivers: convert 3com/vortex.txt to ReSTMauro Carvalho Chehab2-3/+3
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky2-2/+0
2020-03-23net: typhoon: Add required whitespace after keywordsLogan Magee2-143/+143
2020-02-24net/3com: Delete driver and module versions from 3com driversLeon Romanovsky4-25/+2
2020-01-08net: 3com: 3c59x: remove set but not used variable 'mii_reg1'yu kuai1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin6-11/+11
2019-07-23net: 3com: 3c59x: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-193c515: fix integer overflow warningArnd Bergmann1-1/+1
2019-02-14net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-4/+4
2019-01-23net: 3c509: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski2-4/+5
2018-07-22net: prevent ISA drivers from building on PPC32Randy Dunlap1-1/+1
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-53/+51
2018-05-133c59x: convert to generic DMA APIChristoph Hellwig1-53/+51
2018-05-07net: 3com: 3c59x: irq save variant of ISRAnna-Maria Gleixner1-14/+4
2018-05-07net: 3com: 3c59x: Pull locking out of ISRAnna-Maria Gleixner1-11/+9
2018-05-07net: 3com: 3c59x: Move boomerang/vortex conditional into functionAnna-Maria Gleixner1-14/+20
2018-01-033c59x: fix missing dma_mapping_error check and bad ring refill logicNeil Horman1-52/+38
2017-11-11net: 3com: 3c574_cs: 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-27drivers/net: 3com/3c515: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-18drivers/net/3com: Convert timers to use timer_setup()Kees Cook3-22/+20
2017-08-19net: 3c59x: constify eisa_device_idArvind Yadav1-1/+1
2017-08-19net: 3c509: constify eisa_device_idArvind Yadav1-1/+1
2017-08-16net: 3c509: constify pnp_device_idArvind Yadav1-1/+1