summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com/3c509.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* ethernet: use eth_hw_addr_set() - castsJakub Kicinski2021-10-021-1/+1
* 3c509: stop calling netdev_boot_setup_checkArnd Bergmann2021-08-031-3/+0
* net: 3c509: make the array if_names static const, makes object smallerColin Ian King2021-08-021-1/+3
* net: 3c509: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-261-2/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* drivers: Remove inclusion of vermagic headerLeon Romanovsky2020-04-211-1/+0
* net/3com: Delete driver and module versions from 3com driversLeon Romanovsky2020-02-241-7/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* net: 3c509: mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-0/+2
* net: 3c509: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* net: 3c509: constify pnp_device_idArvind Yadav2017-08-161-1/+1
* net/3com: Make el3_netdev_get_ecmd return voidyuval.shaia@oracle.com2017-06-051-5/+3
* Annotate hardware config module parameters in drivers/net/ethernet/David Howells2017-04-201-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: 3c509: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-021-26/+29
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* drivers/net: fix eisa_driver probe section mismatchFabian Frederick2015-12-141-1/+1
* drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-091-3/+3
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* 3c509: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* net: 3com: fix warning for incorrect type in argumentdingtianhong2014-01-131-1/+1
* net: 3com: slight optimization of addr comparedingtianhong2013-12-311-2/+1
* net: 3com: 3c509: remove unnecessary codegovindarajulu.v2013-05-161-19/+0
* 3c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA)Matthew Whitehead2013-04-301-0/+2
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-2/+2
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-7/+4
* 3c509: remove __dev* attributesBill Pemberton2012-12-031-12/+12
* drivers/net: delete all code/drivers depending on CONFIG_MCAPaul Gortmaker2012-05-171-121/+2
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-1/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* 3c*/acenic/typhoon: Move 3Com Ethernet driversJeff Kirsher2011-08-101-0/+1594