index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
xilinx
/
ll_temac_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-21
net: ll_temac: axienet: delete unnecessary blank lines and spaces
huangjunxian
1
-1
/
+0
2022-09-21
net: ll_temac: move trailing statements to next line
huangjunxian
1
-3
/
+9
2022-09-21
net: ll_temac: fix the missing spaces around '='
huangjunxian
1
-11
/
+11
2022-09-21
net: ll_temac: delete unnecessary else branch
huangjunxian
1
-7
/
+5
2022-09-21
net: ll_temac: axienet: align with open parenthesis
huangjunxian
1
-4
/
+3
2022-09-21
net: ll_temac: Cleanup for function name in a string
Haoyue Xu
1
-4
/
+5
2022-09-21
net: ll_temac: fix the format of block comments
huangjunxian
1
-2
/
+4
2022-09-21
net: ll_temac: Switch to use dev_err_probe() helper
Yang Yingliang
1
-10
/
+6
2022-04-06
net: ethernet: xilinx: use of_property_read_bool() instead of of_get_property
Wang Qing
1
-1
/
+1
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-02-18
net: ll_temac: check the return value of devm_kmalloc()
Xiaoke Wang
1
-0
/
+2
2022-02-18
net: ethernet: xilinx: cleanup comments
Tom Rix
1
-1
/
+1
2022-02-17
net: ll_temac: Use GFP_KERNEL instead of GFP_ATOMIC when possible
Christophe JAILLET
1
-2
/
+3
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-4
/
+10
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+2
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-4
/
+10
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-06-21
net: ll_temac: Remove left-over debug message
Esben Haabendal
1
-3
/
+1
2021-06-18
net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSY
Esben Haabendal
1
-0
/
+5
2021-06-18
net: ll_temac: Fix TX BD buffer overwrite
Esben Haabendal
1
-1
/
+1
2021-06-18
net: ll_temac: Add memory-barriers for TX BD access
Esben Haabendal
1
-1
/
+13
2021-06-18
net: ll_temac: Make sure to free skb when it is completely used
Esben Haabendal
1
-1
/
+5
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-4
/
+4
2020-12-08
net: ll_temac: Fix potential NULL dereference in temac_probe()
Zhang Changzhong
1
-6
/
+3
2020-09-25
drivers/net/ethernet: remove incorrectly formatted doc
Jesse Brandeburg
1
-13
/
+13
2020-07-30
net: ll_temac: Use devm_platform_ioremap_resource_byname()
Wang Hai
1
-4
/
+2
2020-04-30
net: ll_temac: Fix return value check in temac_probe()
Wei Yongjun
1
-4
/
+4
2020-03-17
net: ll_temac: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-19
/
+2
2020-02-29
net: ll_temac: Add ethtool support for coalesce parameters
Esben Haabendal
1
-20
/
+78
2020-02-29
net: ll_temac: Make RX/TX ring sizes configurable
Esben Haabendal
1
-26
/
+70
2020-02-29
net: ll_temac: Remove unused start_p variable
Esben Haabendal
1
-2
/
+1
2020-02-29
net: ll_temac: Remove unused tx_bd_next struct field
Esben Haabendal
1
-1
/
+0
2020-02-24
net: ll_temac: Handle DMA halt condition caused by buffer underrun
Esben Haabendal
1
-5
/
+53
2020-02-24
net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressure
Esben Haabendal
1
-31
/
+81
2020-02-24
net: ll_temac: Add more error handling of dma_map_single() calls
Esben Haabendal
1
-2
/
+24
2020-02-24
net: ll_temac: Fix race condition causing TX hang
Esben Haabendal
1
-3
/
+16
2020-01-28
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-23
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-10
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
[next]