aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-19smc9194: use eth_hw_addr_set()Jakub Kicinski1-2/+4
2021-10-19ethernet: smsc: use eth_hw_addr_set()Jakub Kicinski2-15/+19
2021-10-19ethernet: smc91x: use eth_hw_addr_set()Jakub Kicinski2-2/+6
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski1-3/+7
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski1-1/+3
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski1-3/+2
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2-2/+2
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-09-27net: smsc: Fix function names in print messages and commentsCai Huoqing1-3/+3
2021-09-03drivers: net: smc911x: clean up inconsistent indentingColin Ian King1-6/+6
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann1-2/+4
2021-08-03make legacy ISA probe optionalArnd Bergmann1-0/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann4-4/+4
2021-05-19net: smsc: remove leading spaces before tabsHui Tang2-28/+28
2021-04-05net: smsc911x: skip acpi_device_id table when !CONFIG_ACPIKrzysztof Kozlowski1-0/+2
2021-03-28drivers: net: smc91x: remove redundant initialization of pointer gpioColin Ian King1-1/+1
2021-01-19net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven1-1/+9
2021-01-16net: ethernet: smsc: smc91x: Fix function name in kernel-doc headerLee Jones1-1/+1
2020-11-12drivers: net: smsc: Add COMPILE_TEST supportAndrew Lunn1-3/+3
2020-11-12drivers: net: smc911x: Fix cast from pointer to integer of different sizeAndrew Lunn1-3/+3
2020-11-12drivers: net: smc911x: Fix passing wrong number of parameters to DBG() macroAndrew Lunn1-2/+0
2020-11-12drivers: net: smc911x: Fix set but unused status because of DBG macroAndrew Lunn1-1/+4
2020-11-12drivers: net: smc911x: Work around set but unused statusAndrew Lunn1-2/+2
2020-11-12drivers: net: smc91x: Fix missing kerneldoc reported by W=1Andrew Lunn1-0/+6
2020-11-12drivers: net: smc91x: Fix set but unused W=1 warningAndrew Lunn1-1/+2
2020-09-14net: smc91x: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+5
2020-09-10net: smc91x: Remove set but not used variable 'status' in smc_phy_configure()Luo Jiaxing1-2/+1
2020-09-08net: smsc911x: Remove unused variablesWei Xu1-4/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-09-03smsc9420: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-23/+28
2020-09-03epic100: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-29/+42
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-07-17net: smc91x: Fix possible memory leak in smc_drv_probe()Wang Hai1-2/+2
2020-07-07smsc9420: use generic power managementVaibhav Gupta1-29/+11
2020-07-07epic100: use generic power managementVaibhav Gupta1-13/+6
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-9/+9
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+5
2020-05-23net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu1-4/+5
2020-05-01docs: networking: device drivers: convert smsc/smc9.txt to ReSTMauro Carvalho Chehab1-2/+2
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds7-31/+16
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2-20/+2
2020-01-06epic100: allow nesting of ethtool_ops begin() and complete()Michal Kubecek1-2/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin5-8/+8
2019-12-09net: smc911x: Adjust indentation in smc911x_phy_configureNathan Chancellor1-1/+1
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-29net: smc911x: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1