index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
xilinx
/
ll_temac_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-12
/
+1
2020-01-23
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
1
-12
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-2
/
+2
2019-05-24
net: ll_temac: Fix compile error
Esben Haabendal
1
-2
/
+1
2019-05-23
net: ll_temac: Enable multicast support
Esben Haabendal
1
-2
/
+1
2019-05-23
net: ll_temac: Cleanup multicast filter on change
Esben Haabendal
1
-2
/
+5
2019-05-23
net: ll_temac: Prepare indirect register access for multicast support
Esben Haabendal
1
-75
/
+165
2019-05-23
net: ll_temac: Do not make promiscuous mode sticky on multicast
Esben Haabendal
1
-7
/
+0
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-11
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
1
-1
/
+1
2019-05-07
net: ll_temac: Improve error message on error IRQ
Esben Haabendal
1
-2
/
+8
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-05-05
net: ll_temac: Make some functions static
YueHaibing
1
-8
/
+8
2019-05-05
net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open()
Dan Carpenter
1
-2
/
+2
2019-05-02
net: ll_temac: Fix typo bug for 32-bit
Esben Haabendal
1
-1
/
+1
2019-05-01
net: ll_temac: Enable DMA when ready, not before
Esben Haabendal
1
-5
/
+10
2019-05-01
net: ll_temac: Allow configuration of IRQ coalescing
Esben Haabendal
1
-12
/
+28
2019-05-01
net: ll_temac: Replace bad usage of msleep() with usleep_range()
Esben Haabendal
1
-1
/
+1
2019-05-01
net: ll_temac: Fix bug causing buffer descriptor overrun
Esben Haabendal
1
-1
/
+1
2019-05-01
net: ll_temac: Fix iommu/swiotlb leak
Esben Haabendal
1
-1
/
+1
2019-05-01
net: ll_temac: Support indirect_mutex share within TEMAC IP
Esben Haabendal
1
-11
/
+25
2019-05-01
net: ll_temac: Fix support for little-endian platforms
Esben Haabendal
1
-39
/
+50
2019-05-01
net: ll_temac: Add support for non-native register endianness
Esben Haabendal
1
-18
/
+69
2019-05-01
net: ll_temac: Fix support for 64-bit platforms
Esben Haabendal
1
-3
/
+32
2019-05-01
net: ll_temac: Extend support to non-device-tree platforms
Esben Haabendal
1
-62
/
+125
2019-05-01
net: ll_temac: Fix and simplify error handling by using devres functions
Esben Haabendal
1
-31
/
+17
2019-02-14
net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-6
/
+6
2018-09-20
net: xilinx: fix return type of ndo_start_xmit function
YueHaibing
1
-1
/
+2
2017-07-24
net: Convert to using %pOF instead of full_name
Rob Herring
1
-1
/
+1
2016-12-08
net: ll_temac: Utilize of_get_mac_address()
Tobias Klauser
1
-5
/
+6
2016-11-16
net: ethernet: ll_temac: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-6
/
+1
2016-07-15
net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-12
/
+2
2016-07-15
net: ethernet: ll_temac: use phydev from struct net_device
Philippe Reynes
1
-21
/
+16
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2015-06-08
net: ll_temac: Remove sparse warnings
Michal Simek
1
-6
/
+6
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2015-05-13
net: ll_temac: Fix DMA map size bug
Michal Simek
1
-2
/
+2
2015-05-11
net: ll_temac: Use one return statement instead of two
Michal Simek
1
-3
/
+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
/
+2
2014-11-21
net: Xilinx: Deletion of unnecessary checks before two function calls
Markus Elfring
1
-2
/
+1
2014-10-01
net: ll_temac: Remove unnecessary ether_setup after alloc_etherdev
Subbaraya Sundeep Bhatta
1
-1
/
+0
2014-08-15
net: xilinx: Remove .owner field for driver
Michal Simek
1
-1
/
+0
2014-08-08
ll_temac: delete unneeded test before of_node_put
Julia Lawall
1
-2
/
+1
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-12
xilinx: Convert uses of __constant_<foo> to <foo>
Joe Perches
1
-2
/
+2
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-03
net: do not pretend FRAGLIST support
Eric Dumazet
1
-1
/
+1
[next]