开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
2024-10-11
net: emaclite: Adopt clock support
Abin Joseph
2024-10-11
net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()
Abin Joseph
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-02-09
net: emaclite: Use devm_platform_get_and_ioremap_resource() in xemaclite_of_p...
Markus Elfring
2023-10-01
net: ethernet: xilinx: Drop kernel doc comment about return value
Uwe Kleine-König
2023-09-20
net: ethernet: xilinx: Convert to platform remove callback returning void
Uwe Kleine-König
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
2022-12-12
net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-10-28
net: emaclite: update reset_lock member documentation
Radhey Shyam Pandey
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-03
net: emaclite: Add error handling for of_address_to_resource()
Shravya Kumbham
2022-05-03
net: emaclite: Don't advertise 1000BASE-T and do auto negotiation
Shravya Kumbham
2022-04-15
net: emaclite: Remove custom BUFFER_ALIGN macro
Shravya Kumbham
2022-04-15
net: emaclite: Update copyright text to correct format
Michal Simek
2022-04-15
net: emaclite: Fix coding style
Radhey Shyam Pandey
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-08
ethernet: Fix error handling in xemaclite_of_probe
Miaoqian Lin
2022-02-18
net: ethernet: xilinx: cleanup comments
Tom Rix
2021-12-27
net: xilinx: emaclite: Use platform_get_irq() to get the interrupt
Lad Prabhakar
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-07
ethernet: use of_get_ethdev_address()
Jakub Kicinski
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-05-21
net: xilinx_emaclite: Do not print real IOMEM pointer
YueHaibing
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-02-16
drivers: net: xilinx_emaclite: remove arch limitation
Gary Guo
2020-11-12
drivers: net: xilinx_emaclite: Fix -Wpointer-to-int-cast warnings with W=1
Andrew Lunn
2020-11-12
drivers: net: xilinx_emaclite: Add missing parameter kerneldoc
Andrew Lunn
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-20
2/2] net: xilinx_emaclite: use readx_poll_timeout() in mdio wait function
Kurt Kanzenbach
2019-05-10
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-04-08
net: xilinx: emaclite: add minimal ndo_do_ioctl hook
Alexandru Ardelean
2019-04-08
net: xilinx: emaclite: add minimal ethtool ops
Alexandru Ardelean
2019-02-14
net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2018-09-19
net: xilinx: fix return type of ndo_start_xmit function
YueHaibing
2018-09-12
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
2018-06-30
net: emaclite: Remove unnecessary spaces
Radhey Shyam Pandey
2018-06-30
net: emaclite: Fix block comments style
Radhey Shyam Pandey
2018-06-30
net: emaclite: update kernel-doc comments
Radhey Shyam Pandey
2018-06-30
net: emaclite: Simplify if-else statements
Radhey Shyam Pandey
2018-06-30
net: emaclite: Use __func__ instead of hardcoded name
Radhey Shyam Pandey
2018-06-14
net: emaclite: Remove xemaclite_mdio_setup return check
Radhey Shyam Pandey
2018-06-14
net: emaclite: Remove unused 'has_mdio' flag.
Radhey Shyam Pandey
2018-06-14
net: emaclite: Fix MDIO bus unregister bug
Radhey Shyam Pandey
2018-06-14
net: emaclite: Fix position of lp->mii_bus assignment
Radhey Shyam Pandey
2017-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-15
net: xilinx_emaclite: fix freezes due to unordered I/O
Anssi Hannula
[next]