summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc
Commit message (Expand)AuthorAgeFilesLines
* net: smsc911x: skip acpi_device_id table when !CONFIG_ACPIKrzysztof Kozlowski2021-04-051-0/+2
* drivers: net: smc91x: remove redundant initialization of pointer gpioColin Ian King2021-03-281-1/+1
* net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven2021-01-191-1/+9
* net: ethernet: smsc: smc91x: Fix function name in kernel-doc headerLee Jones2021-01-161-1/+1
* drivers: net: smsc: Add COMPILE_TEST supportAndrew Lunn2020-11-121-3/+3
* drivers: net: smc911x: Fix cast from pointer to integer of different sizeAndrew Lunn2020-11-121-3/+3
* drivers: net: smc911x: Fix passing wrong number of parameters to DBG() macroAndrew Lunn2020-11-121-2/+0
* drivers: net: smc911x: Fix set but unused status because of DBG macroAndrew Lunn2020-11-121-1/+4
* drivers: net: smc911x: Work around set but unused statusAndrew Lunn2020-11-121-2/+2
* drivers: net: smc91x: Fix missing kerneldoc reported by W=1Andrew Lunn2020-11-121-0/+6
* drivers: net: smc91x: Fix set but unused W=1 warningAndrew Lunn2020-11-121-1/+2
* net: smc91x: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-5/+5
* net: smc91x: Remove set but not used variable 'status' in smc_phy_configure()Luo Jiaxing2020-09-101-2/+1
* net: smsc911x: Remove unused variablesWei Xu2020-09-081-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | smsc9420: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-031-23/+28
* | epic100: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-031-29/+42
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-2/+2
|\
| * net: smc91x: Fix possible memory leak in smc_drv_probe()Wang Hai2020-07-171-2/+2
* | smsc9420: use generic power managementVaibhav Gupta2020-07-071-29/+11
* | epic100: use generic power managementVaibhav Gupta2020-07-071-13/+6
* | docs: networking: reorganize driver documentation againJakub Kicinski2020-06-261-2/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-4/+5
|\
| * net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu2020-05-231-4/+5
* | docs: networking: device drivers: convert smsc/smc9.txt to ReSTMauro Carvalho Chehab2020-05-011-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-287-31/+16
|\
| * net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-232-20/+2
| * epic100: allow nesting of ethtool_ops begin() and complete()Michal Kubecek2020-01-061-2/+5
| * netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-125-8/+8
| * net: smc911x: Adjust indentation in smc911x_phy_configureNathan Chancellor2019-12-091-1/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* net: smc911x: Mark expected switch fall-throughGustavo A. R. Silva2019-07-291-0/+1
* docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-218-103/+8
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* smc911x: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-2/+2
* net: smsc: epic100: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop...Yang Wei2019-02-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-2/+2
|\
| * net: documentation: build a directory structure for driversJakub Kicinski2018-12-051-2/+2
* | smsc: Replace spin_is_locked() with lockdepLance Roy2018-11-121-1/+1
|/
* net: ethernet: smsc: smc91x: simplify getting .driver_dataWolfram Sang2018-10-211-2/+1
* net: smsc: fix return type of ndo_start_xmit functionYueHaibing2018-09-263-3/+6
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-122-4/+2
* net: ethernet: Fix up drivers masking pause supportAndrew Lunn2018-09-122-2/+2
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-122-4/+6
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-08-233-20/+3
|\
| * net: smc91x: remove the dmaengine compat needRobert Jarzmik2018-06-212-9/+1