summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com
AgeCommit message (Expand)AuthorLines
2020-07-01typhoon: use generic power managementVaibhav Gupta-21/+32
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski-4/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-7/+7
2020-05-01docs: networking: device drivers: convert 3com/vortex.txt to ReSTMauro Carvalho Chehab-3/+3
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky-2/+0
2020-03-23net: typhoon: Add required whitespace after keywordsLogan Magee-143/+143
2020-02-24net/3com: Delete driver and module versions from 3com driversLeon Romanovsky-25/+2
2020-01-08net: 3com: 3c59x: remove set but not used variable 'mii_reg1'yu kuai-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-11/+11
2019-07-23net: 3com: 3c59x: Use dev_get_drvdataChuhong Yuan-4/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-03-193c515: fix integer overflow warningArnd Bergmann-1/+1
2019-02-14net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei-4/+4
2019-01-23net: 3c509: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski-4/+5
2018-07-22net: prevent ISA drivers from building on PPC32Randy Dunlap-1/+1
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-53/+51
2018-05-133c59x: convert to generic DMA APIChristoph Hellwig-53/+51
2018-05-07net: 3com: 3c59x: irq save variant of ISRAnna-Maria Gleixner-14/+4
2018-05-07net: 3com: 3c59x: Pull locking out of ISRAnna-Maria Gleixner-11/+9
2018-05-07net: 3com: 3c59x: Move boomerang/vortex conditional into functionAnna-Maria Gleixner-14/+20
2018-01-033c59x: fix missing dma_mapping_error check and bad ring refill logicNeil Horman-52/+38
2017-11-11net: 3com: 3c574_cs: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27drivers/net: 3com/3c515: Convert timers to use timer_setup()Kees Cook-5/+5
2017-10-18drivers/net/3com: Convert timers to use timer_setup()Kees Cook-22/+20
2017-08-19net: 3c59x: constify eisa_device_idArvind Yadav-1/+1
2017-08-19net: 3c509: constify eisa_device_idArvind Yadav-1/+1
2017-08-16net: 3c509: constify pnp_device_idArvind Yadav-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-6/+5
2017-06-05net/3com: Make el3_netdev_get_ecmd return voidyuval.shaia@oracle.com-5/+3
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com-1/+3
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2017-04-20Annotate hardware config module parameters in drivers/net/ethernet/David Howells-3/+3
2017-04-07net: typhoon: Use net_device_stats from struct net_deviceTobias Klauser-4/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2016-12-30net: 3com: typhoon: typhoon_init_one: make return values more specificThomas Preisner-8/+8
2016-12-30net: 3com: typhoon: typhoon_init_one: fix incorrect return valuesThomas Preisner-3/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-5/+5
2016-12-16net/3com/3c515: Fix timer handling, prevent leaks and crashesThomas Gleixner-7/+8
2016-11-09net: 3com: typhoon: fix typhoon_get_link_ksettingsPhilippe Reynes-1/+6
2016-11-02net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-30/+30
2016-11-02net: 3c509: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-26/+29
2016-11-02net: 3c59x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-6/+8
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson-7/+0
2016-09-123c59x: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-5/+5
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1