summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_emaclite.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: emaclite: Use devm_platform_get_and_ioremap_resource() in xemaclite_of_p...Markus Elfring2024-02-091-2/+1
* net: ethernet: xilinx: Drop kernel doc comment about return valueUwe Kleine-König2023-10-011-2/+0
* net: ethernet: xilinx: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: Explicitly include correct DT includesRob Herring2023-07-281-2/+2
* net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
* net: emaclite: update reset_lock member documentationRadhey Shyam Pandey2022-10-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-18/+12
|\
| * net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham2022-05-031-3/+12
| * net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham2022-05-031-15/+0
* | net: emaclite: Remove custom BUFFER_ALIGN macroShravya Kumbham2022-04-151-16/+2
* | net: emaclite: Update copyright text to correct formatMichal Simek2022-04-151-1/+1
* | net: emaclite: Fix coding styleRadhey Shyam Pandey2022-04-151-20/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-111-1/+3
|\
| * ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin2022-03-091-1/+3
* | net: ethernet: xilinx: cleanup commentsTom Rix2022-02-181-1/+1
|/
* net: xilinx: emaclite: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-6/+3
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-3/+4
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: xilinx_emaclite: Do not print real IOMEM pointerYueHaibing2021-05-211-3/+2
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-6/+2
* drivers: net: xilinx_emaclite: remove arch limitationGary Guo2021-02-161-2/+2
* drivers: net: xilinx_emaclite: Fix -Wpointer-to-int-cast warnings with W=1Andrew Lunn2020-11-121-6/+7
* drivers: net: xilinx_emaclite: Add missing parameter kerneldocAndrew Lunn2020-11-121-0/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* 2/2] net: xilinx_emaclite: use readx_poll_timeout() in mdio wait functionKurt Kanzenbach2019-05-211-10/+6
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-111-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean2019-04-081-0/+17
* net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean2019-04-081-0/+23
* net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-141-1/+1
* net: xilinx: fix return type of ndo_start_xmit functionYueHaibing2018-09-201-4/+5
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-131-2/+1
* net: emaclite: Remove unnecessary spacesRadhey Shyam Pandey2018-06-301-13/+14
* net: emaclite: Fix block comments styleRadhey Shyam Pandey2018-06-301-13/+21
* net: emaclite: update kernel-doc commentsRadhey Shyam Pandey2018-06-301-3/+12
* net: emaclite: Simplify if-else statementsRadhey Shyam Pandey2018-06-301-18/+16
* net: emaclite: Use __func__ instead of hardcoded nameRadhey Shyam Pandey2018-06-301-2/+2
* net: emaclite: Remove xemaclite_mdio_setup return checkRadhey Shyam Pandey2018-06-151-3/+1
* net: emaclite: Remove unused 'has_mdio' flag.Radhey Shyam Pandey2018-06-151-2/+0
* net: emaclite: Fix MDIO bus unregister bugRadhey Shyam Pandey2018-06-151-1/+1
* net: emaclite: Fix position of lp->mii_bus assignmentRadhey Shyam Pandey2018-06-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-171-57/+69
|\
| * net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula2017-02-151-54/+62
| * net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula2017-02-151-3/+7
* | net: xilinx: constify net_device_ops structureBhumika Goyal2017-01-231-2/+2
* | net: xilinx: emaclite: Remove xemaclite_remove_ndev()Tobias Klauser2017-01-051-16/+2
|/