summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com
Commit message (Expand)AuthorAgeFilesLines
* 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/+51Star
|\
| * 3c59x: convert to generic DMA APIChristoph Hellwig2018-05-141-53/+51Star
* | net: 3com: 3c59x: irq save variant of ISRAnna-Maria Gleixner2018-05-081-14/+4Star
* | net: 3com: 3c59x: Pull locking out of ISRAnna-Maria Gleixner2018-05-081-11/+9Star
* | net: 3com: 3c59x: Move boomerang/vortex conditional into functionAnna-Maria Gleixner2018-05-081-14/+20
|/
* 3c59x: fix missing dma_mapping_error check and bad ring refill logicNeil Horman2018-01-031-52/+38Star
* 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/+20Star
|/
* net: 3c59x: constify eisa_device_idArvind Yadav2017-08-201-1/+1
* net: 3c509: constify eisa_device_idArvind Yadav2017-08-201-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/+5Star
* net/3com: Make el3_netdev_get_ecmd return voidyuval.shaia@oracle.com2017-06-051-5/+3Star
* 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-112-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/+3Star
|/
* 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
* net/3com/3c515: Fix timer handling, prevent leaks and crashesThomas Gleixner2016-12-161-7/+8
* net: 3com: typhoon: fix typhoon_get_link_ksettingsPhilippe Reynes2016-11-091-1/+6
* net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-021-30/+30
* net: 3c509: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-021-26/+29
* net: 3c59x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-021-6/+8
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-136-7/+0Star
* 3c59x: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-131-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-045-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+1
|\
| * 3c59x: mask LAST_FRAG bit from length field in ringNeil Horman2016-02-291-1/+1
* | 3c59x: Ensure to apply the expires timeStafford Horne2016-02-291-1/+1
* | 3c59x: Use setup_timer()Amitoj Kaur Chawla2016-02-251-8/+2Star
|/
* 3c59x: fix another page map/single unmap imbalanceNeil Horman2016-01-131-1/+6
* 3c59x: balance page maps and unmapsNeil Horman2016-01-131-1/+1
* drivers/net: fix eisa_driver probe section mismatchFabian Frederick2015-12-142-2/+2
* 3c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron2015-08-241-3/+20
* 3c59x: Fix resource leaks in vortex_openJia-Ju Bai2015-08-041-9/+8Star
* 3c59x: Fix shared IRQ handlingDenys Vlasenko2015-07-091-1/+3
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-13/+5Star
* drivers/net: Use setup_timer and mod_timerVaishali Thakkar2015-02-121-5/+2Star