summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-31/+30
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-042-3/+3
| |\ \
| * | | typhoon: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-241-31/+30
* | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-2/+1
* | | | net: typhoon: Fix a typo Typoon --> TyphoonChristophe JAILLET2020-10-031-1/+1
| |_|/ |/| |
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
| |/ |/|
* | net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones2020-08-141-3/+3
|/
* typhoon: use generic power managementVaibhav Gupta2020-07-011-21/+32
* docs: networking: reorganize driver documentation againJakub Kicinski2020-06-262-4/+4
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-7/+7
* docs: networking: device drivers: convert 3com/vortex.txt to ReSTMauro Carvalho Chehab2020-05-012-3/+3
* drivers: Remove inclusion of vermagic headerLeon Romanovsky2020-04-212-2/+0
* net: typhoon: Add required whitespace after keywordsLogan Magee2020-03-232-143/+143
* net/3com: Delete driver and module versions from 3com driversLeon Romanovsky2020-02-244-25/+2
* net: 3com: 3c59x: remove set but not used variable 'mii_reg1'yu kuai2020-01-081-2/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-126-11/+11
* net: 3com: 3c59x: Use dev_get_drvdataChuhong Yuan2019-07-231-4/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* 3c515: fix integer overflow warningArnd Bergmann2019-03-191-1/+1
* net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-142-4/+4
* net: 3c509: mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-0/+2
* net: documentation: build a directory structure for driversJakub Kicinski2018-12-052-4/+5
* net: prevent ISA drivers from building on PPC32Randy Dunlap2018-07-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-53/+51
|\
| * 3c59x: convert to generic DMA APIChristoph Hellwig2018-05-131-53/+51
* | net: 3com: 3c59x: irq save variant of ISRAnna-Maria Gleixner2018-05-071-14/+4
* | net: 3com: 3c59x: Pull locking out of ISRAnna-Maria Gleixner2018-05-071-11/+9
* | net: 3com: 3c59x: Move boomerang/vortex conditional into functionAnna-Maria Gleixner2018-05-071-14/+20
|/
* 3c59x: fix missing dma_mapping_error check and bad ring refill logicNeil Horman2018-01-031-52/+38
* net: 3com: 3c574_cs: mark expected switch fall-throughGustavo A. R. Silva2017-11-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | drivers/net: 3com/3c515: Convert timers to use timer_setup()Kees Cook2017-10-271-5/+5
* | drivers/net/3com: Convert timers to use timer_setup()Kees Cook2017-10-183-22/+20
|/
* net: 3c59x: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* net: 3c509: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* net: 3c509: constify pnp_device_idArvind Yadav2017-08-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-6/+5
* net/3com: Make el3_netdev_get_ecmd return voidyuval.shaia@oracle.com2017-06-051-5/+3
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-1/+3
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-102-3/+3
|\
| * Annotate hardware config module parameters in drivers/net/ethernet/David Howells2017-04-202-3/+3
* | net: typhoon: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-4/+3
|/
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: 3com: typhoon: typhoon_init_one: make return values more specificThomas Preisner2016-12-301-8/+8
* net: 3com: typhoon: typhoon_init_one: fix incorrect return valuesThomas Preisner2016-12-301-3/+6
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5