aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_emaclite.c
AgeCommit message (Expand)Author
2023-01-18net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-05-18net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham
2022-05-12net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham
2022-03-16ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin
2021-08-15net: xilinx_emaclite: Do not print real IOMEM pointerYueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-202/2] net: xilinx_emaclite: use readx_poll_timeout() in mdio wait functionKurt Kanzenbach
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-04-08net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean
2019-04-08net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean
2019-02-14net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2018-09-19net: xilinx: fix return type of ndo_start_xmit functionYueHaibing
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-06-30net: emaclite: Remove unnecessary spacesRadhey Shyam Pandey
2018-06-30net: emaclite: Fix block comments styleRadhey Shyam Pandey
2018-06-30net: emaclite: update kernel-doc commentsRadhey Shyam Pandey
2018-06-30net: emaclite: Simplify if-else statementsRadhey Shyam Pandey
2018-06-30net: emaclite: Use __func__ instead of hardcoded nameRadhey Shyam Pandey
2018-06-14net: emaclite: Remove xemaclite_mdio_setup return checkRadhey Shyam Pandey
2018-06-14net: emaclite: Remove unused 'has_mdio' flag.Radhey Shyam Pandey
2018-06-14net: emaclite: Fix MDIO bus unregister bugRadhey Shyam Pandey
2018-06-14net: emaclite: Fix position of lp->mii_bus assignmentRadhey Shyam Pandey
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-15net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula
2017-02-15net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula
2017-01-23net: xilinx: constify net_device_ops structureBhumika Goyal
2017-01-05net: xilinx: emaclite: Remove xemaclite_remove_ndev()Tobias Klauser
2016-08-20net: xilinx: emaclite: Fallback to random MAC address.Daniel Romell
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2015-09-24net: fix phy refcounting in a bunch of driversRussell King
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches
2015-03-17net: xilinx: constify of_device_id arrayFabian Frederick
2014-12-31net: Xilinx: fix error return codeJulia Lawall
2014-11-21net: Xilinx: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-08-14net: xilinx: Remove .owner field for driverMichal Simek
2014-06-22xilinx: Fix compiler warningManuel Schölling
2014-05-22xilinx: Use time_before_eq()Manuel Schölling
2014-03-28net: emaclite: remove empty MDIO bus reset functionFlorian Fainelli
2014-03-24xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-09net: emaclite: add barriers to support Xilinx Zynq platformSrikanth Thokala
2013-12-09net: emaclite: Remove unnecessary code that enables/disables interrupts on PO...Srikanth Thokala
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-20net: emaclite: Code cleanupMichal Simek
2013-09-20net: emaclite: Not necessary to call devm_iounmapMichal Simek
2013-08-21net: xilinx_emaclite: remove unnecessary dev_set_drvdata()Libo Chen
2013-08-20net: xilinx_emaclite: use platform_{get,set}_drvdata()Libo Chen