aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com/3c59x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski1-1/+3
2021-09-03net: 3com: 3c59x: clean up inconsistent indentingColin Ian King1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-2/+2
2021-05-19net: 3com: remove leading spaces before tabsHui Tang1-1/+1
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski1-2/+2
2020-05-01docs: networking: device drivers: convert 3com/vortex.txt to ReSTMauro Carvalho Chehab1-2/+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. Tsirkin1-2/+2
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-02-14net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-2/+2
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski1-2/+2
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-10-18drivers/net/3com: Convert timers to use timer_setup()Kees Cook1-10/+10
2017-08-19net: 3c59x: constify eisa_device_idArvind Yadav1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-1/+3
2017-04-20Annotate hardware config module parameters in drivers/net/ethernet/David Howells1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-02net: 3c59x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-2/+0
2016-09-123c59x: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-02-293c59x: mask LAST_FRAG bit from length field in ringNeil Horman1-1/+1
2016-02-283c59x: Ensure to apply the expires timeStafford Horne1-1/+1
2016-02-253c59x: Use setup_timer()Amitoj Kaur Chawla1-8/+2
2016-01-133c59x: fix another page map/single unmap imbalanceNeil Horman1-1/+6
2016-01-133c59x: balance page maps and unmapsNeil Horman1-1/+1
2015-12-14drivers/net: fix eisa_driver probe section mismatchFabian Frederick1-1/+1
2015-08-243c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron1-3/+20
2015-08-033c59x: Fix resource leaks in vortex_openJia-Ju Bai1-9/+8
2015-07-083c59x: Fix shared IRQ handlingDenys Vlasenko1-1/+3
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-10-073c59x: fix bad split of cpu_to_le32(pci_map_single())Sylvain "ythier" Hitier1-1/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+41
2014-09-193c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman1-1/+1
2014-09-193c59x: Add dma error checking and recoveryNeil Horman1-9/+41
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-13/+14
2014-09-053c59x: avoid panic in boomerang_start_xmit when finding page address:Neil Horman1-4/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-243c59x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-02-093c59x: Remove unused pointer in vortex_eisa_cleanup()Christian Engelmayer1-2/+0
2013-12-193c59x: Add software timestampingMatthew Whitehead1-0/+4