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
/
ti
/
davinci_emac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-24
net: ethernet: davinci_emac: Use MAC Address from Device Tree
Adam Ford
1
-10
/
+12
2023-10-13
net: ethernet: Use device_get_match_data()
Rob Herring
1
-9
/
+3
2023-09-20
net: ethernet: ti: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-1
/
+1
2022-09-20
net: ethernet: ti: davinci_emac: Fix return type of emac_dev_xmit
Nathan Huckleberry
1
-1
/
+1
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-04-29
eth: remove copies of the NAPI_POLL_WEIGHT define
Jakub Kicinski
1
-2
/
+1
2022-04-15
net: ethernet: ti: davinci_emac: using pm_runtime_resume_and_get instead of p...
Minghao Chi
1
-6
/
+3
2022-03-11
net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-5
/
+20
2021-12-27
net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-27
/
+42
2021-11-03
net: davinci_emac: Fix interrupt pacing disable
Maxim Kiselev
1
-2
/
+14
2021-10-14
ethernet: replace netdev->dev_addr assignment loops
Jakub Kicinski
1
-3
/
+1
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-3
/
+11
2021-08-07
net: ethernet: ti: davinci_cpdma: revert "drop frame padding"
Grygorii Strashko
1
-0
/
+1
2021-08-06
net: ethernet: ti: davinci_cpdma: drop frame padding
Grygorii Strashko
1
-1
/
+0
2021-08-06
net: ethernet: ti: davinci_emac: switch to use skb_put_padto()
Grygorii Strashko
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-06-10
net: davinci_emac: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-3
/
+2
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2021-04-21
net: davinci_emac: Fix incorrect masking of tx and rx error channel
Colin Ian King
1
-2
/
+2
2021-04-14
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-6
/
+2
2020-09-26
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
1
-2
/
+3
2020-09-26
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
1
-3
/
+2
2020-03-18
net: davinci_emac: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
1
-1
/
+1
2019-06-17
net: ethernet: ti: davinci_cpdma: use idled submit
Ivan Khoronzhuk
1
-2
/
+2
2019-05-06
net: davinci: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-10
/
+6
2019-04-28
net: ethernet: ti: convert to SPDX license identifiers
Grygorii Strashko
1
-15
/
+1
2019-03-07
davinci_emac: always build in CONFIG_OF code
Arnd Bergmann
1
-3
/
+1
2018-12-04
net: davinci_emac: use nvmem_get_mac_address()
Bartosz Golaszewski
1
-5
/
+9
2018-10-22
net: ethernet: ti: davinci_emac: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2018-06-21
net: davinci_emac: match the mdio device against its compatible if possible
Bartosz Golaszewski
1
-0
/
+4
2018-06-20
net: ethernet: fix suspend/resume in davinci_emac
Bartosz Golaszewski
1
-2
/
+13
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+12
2018-05-31
net: ethernet: davinci_emac: fix error handling in probe()
Dan Carpenter
1
-10
/
+12
2018-05-21
net: ethernet: davinci_emac: Fix printing of base address
Florian Fainelli
1
-2
/
+2
2017-12-13
net: ethernet: ti: cpdma: correct error handling for chan create
Ivan Khoronzhuk
1
-2
/
+9
2017-11-30
net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matching
Lukas Wunner
1
-7
/
+2
2017-07-24
net: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+2
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2016-11-30
net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaks
Johan Hovold
1
-1
/
+9
2016-11-07
net: ethernet: ti: davinci_emac: fix device reference leak
Johan Hovold
1
-4
/
+6
2016-08-23
net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...
Ivan Khoronzhuk
1
-4
/
+4
2016-08-11
net: resolve symbol conflicts with generic hashtable.h
Jiri Kosina
1
-7
/
+7
2016-08-02
ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...
Peter Chen
1
-0
/
+1
2016-07-26
net: davinci_cpdma: remove excessive dump of register values to kernel log
Uwe Kleine-König
1
-96
/
+0
[next]