summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sis (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: annotate data-races around dev->if_portEric Dumazet2024-05-091-3/+3
* net: handle HAS_IOPORT dependenciesNiklas Schnelle2024-04-081-2/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-6/+6
* ethernet: sis900: fix indentationJakub Kicinski2021-11-131-1/+1
* ethernet: sis900: use eth_hw_addr_set()Jakub Kicinski2021-10-191-1/+3
* ethernet: sis190: use eth_hw_addr_set()Jakub Kicinski2021-10-191-1/+3
* ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski2021-10-142-5/+12
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* net: sis: Fix a function name in commentsCai Huoqing2021-09-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-5/+2
|\
| * sis900: Fix missing pci_disable_device() in probe and removeWang Hai2021-07-281-5/+2
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
|/
* net: sis: remove leading spaces before tabsHui Tang2021-05-191-11/+11
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-261-1/+2
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-261-3/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* sis900: use generic power managementVaibhav Gupta2020-07-311-16/+7
* sis: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-212-61/+80
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-3/+3
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-132-3/+3
* sis900: add support for ethtool's EEPROM dumpSergej Benilov2019-07-261-0/+68
* sis900: correct a few typosSergej Benilov2019-07-141-3/+3
* sis900: remove TxIDLESergej Benilov2019-06-281-12/+12
* sis900: fix TX completionSergej Benilov2019-06-231-8/+8
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: sis900: fix indentation issues, remove some spacesColin Ian King2019-03-151-5/+5
* net: sis: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-142-2/+2
* ethernet/sis: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+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: sis: Convert timers to use timer_setup()Kees Cook2017-10-252-11/+9
* | drivers: net: sis900: use setup_timer() helper.Allen Pais2017-09-211-3/+1
|/
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-1/+3
* net: sis: sis900: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-071-9/+9
* net: sis: sis190: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-071-6/+8
* scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-132-2/+0
* sis900: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-132-3/+3
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* sis900: Trivial: Fix typos in enumsNik Nyby2015-06-291-2/+2
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+3
* sis900: remove unnecessary break after returnFabian Frederick2014-07-211-1/+0
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* sis900: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* net: sis900: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-101-2/+0
* net: sis190: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-221-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Fix printks with 0x%#Joe Perches2013-08-271-1/+1