summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com/3c59x.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski2021-10-141-1/+3
* net: 3com: 3c59x: clean up inconsistent indentingColin Ian King2021-09-031-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-2/+2
* net: 3com: remove leading spaces before tabsHui Tang2021-05-191-1/+1
* docs: networking: reorganize driver documentation againJakub Kicinski2020-06-261-2/+2
* docs: networking: device drivers: convert 3com/vortex.txt to ReSTMauro Carvalho Chehab2020-05-011-2/+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-121-2/+2
* 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
* net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-141-2/+2
* net: documentation: build a directory structure for driversJakub Kicinski2018-12-051-2/+2
* 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
* drivers/net/3com: Convert timers to use timer_setup()Kees Cook2017-10-181-10/+10
* net: 3c59x: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+2
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-1/+3
* Annotate hardware config module parameters in drivers/net/ethernet/David Howells2017-04-201-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: 3c59x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-021-6/+8
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-2/+0
* 3c59x: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* 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-281-1/+1
* | 3c59x: Use setup_timer()Amitoj Kaur Chawla2016-02-251-8/+2
|/
* 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-141-1/+1
* 3c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron2015-08-241-3/+20
* 3c59x: Fix resource leaks in vortex_openJia-Ju Bai2015-08-031-9/+8
* 3c59x: Fix shared IRQ handlingDenys Vlasenko2015-07-081-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-1/+1
|\
| * 3c59x: fix bad split of cpu_to_le32(pci_map_single())Sylvain "ythier" Hitier2014-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-9/+41
|\|
| * 3c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman2014-09-191-1/+1
| * 3c59x: Add dma error checking and recoveryNeil Horman2014-09-191-9/+41
* | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-091-13/+14
|/
* 3c59x: avoid panic in boomerang_start_xmit when finding page address:Neil Horman2014-09-051-4/+4
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* 3c59x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* 3c59x: Remove unused pointer in vortex_eisa_cleanup()Christian Engelmayer2014-02-091-2/+0
* 3c59x: Add software timestampingMatthew Whitehead2013-12-191-0/+4