index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
xilinx
/
xilinx_emaclite.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-16
ethernet: Fix error handling in xemaclite_of_probe
Miaoqian Lin
1
-1
/
+3
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-21
net: xilinx_emaclite: Do not print real IOMEM pointer
YueHaibing
1
-3
/
+2
2021-04-14
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-6
/
+2
2021-02-17
drivers: net: xilinx_emaclite: remove arch limitation
Gary Guo
1
-2
/
+2
2020-11-13
drivers: net: xilinx_emaclite: Fix -Wpointer-to-int-cast warnings with W=1
Andrew Lunn
1
-6
/
+7
2020-11-13
drivers: net: xilinx_emaclite: Add missing parameter kerneldoc
Andrew Lunn
1
-0
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-21
2/2] net: xilinx_emaclite: use readx_poll_timeout() in mdio wait function
Kurt Kanzenbach
1
-10
/
+6
2019-05-11
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
1
-1
/
+1
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-04-08
net: xilinx: emaclite: add minimal ndo_do_ioctl hook
Alexandru Ardelean
1
-0
/
+17
2019-04-08
net: xilinx: emaclite: add minimal ethtool ops
Alexandru Ardelean
1
-0
/
+23
2019-02-14
net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2018-09-20
net: xilinx: fix return type of ndo_start_xmit function
YueHaibing
1
-4
/
+5
2018-09-13
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
1
-2
/
+1
2018-06-30
net: emaclite: Remove unnecessary spaces
Radhey Shyam Pandey
1
-13
/
+14
2018-06-30
net: emaclite: Fix block comments style
Radhey Shyam Pandey
1
-13
/
+21
2018-06-30
net: emaclite: update kernel-doc comments
Radhey Shyam Pandey
1
-3
/
+12
2018-06-30
net: emaclite: Simplify if-else statements
Radhey Shyam Pandey
1
-18
/
+16
2018-06-30
net: emaclite: Use __func__ instead of hardcoded name
Radhey Shyam Pandey
1
-2
/
+2
2018-06-15
net: emaclite: Remove xemaclite_mdio_setup return check
Radhey Shyam Pandey
1
-3
/
+1
2018-06-15
net: emaclite: Remove unused 'has_mdio' flag.
Radhey Shyam Pandey
1
-2
/
+0
2018-06-15
net: emaclite: Fix MDIO bus unregister bug
Radhey Shyam Pandey
1
-1
/
+1
2018-06-15
net: emaclite: Fix position of lp->mii_bus assignment
Radhey Shyam Pandey
1
-2
/
+2
2017-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-57
/
+69
2017-02-15
net: xilinx_emaclite: fix freezes due to unordered I/O
Anssi Hannula
1
-54
/
+62
2017-02-15
net: xilinx_emaclite: fix receive buffer overflow
Anssi Hannula
1
-3
/
+7
2017-01-23
net: xilinx: constify net_device_ops structure
Bhumika Goyal
1
-2
/
+2
2017-01-05
net: xilinx: emaclite: Remove xemaclite_remove_ndev()
Tobias Klauser
1
-16
/
+2
2016-08-21
net: xilinx: emaclite: Fallback to random MAC address.
Daniel Romell
1
-3
/
+5
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-2
/
+2
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
1
-1
/
+1
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
1
-4
/
+0
2015-09-25
net: fix phy refcounting in a bunch of drivers
Russell King
1
-0
/
+2
2015-03-31
ethernet: Use bool function returns of true/false instead of 1/0
Joe Perches
1
-1
/
+1
2015-03-17
net: xilinx: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2015-01-01
net: Xilinx: fix error return code
Julia Lawall
1
-0
/
+1
2014-11-21
net: Xilinx: Deletion of unnecessary checks before two function calls
Markus Elfring
1
-2
/
+1
2014-08-15
net: xilinx: Remove .owner field for driver
Michal Simek
1
-1
/
+0
2014-06-23
xilinx: Fix compiler warning
Manuel Schölling
1
-1
/
+1
2014-05-22
xilinx: Use time_before_eq()
Manuel Schölling
1
-1
/
+1
2014-03-28
net: emaclite: remove empty MDIO bus reset function
Florian Fainelli
1
-13
/
+0
2014-03-25
xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-10
net: emaclite: add barriers to support Xilinx Zynq platform
Srikanth Thokala
1
-0
/
+13
2013-12-10
net: emaclite: Remove unnecessary code that enables/disables interrupts on PO...
Srikanth Thokala
1
-38
/
+0
2013-10-03
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
1
-1
/
+1
2013-09-20
net: emaclite: Code cleanup
Michal Simek
1
-14
/
+14
[next]