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
/
arc
/
emac_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+2
2021-10-07
ethernet: use of_get_ethdev_address()
Jakub Kicinski
1
-1
/
+1
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-04-14
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-6
/
+2
2020-06-29
net: arc_emac: fix arc_emac_tx()'s return type
Luc Van Oostenryck
1
-1
/
+1
2020-02-24
net/arc: Delete driver version
Leon Romanovsky
1
-1
/
+0
2020-01-23
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
1
-13
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
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-02-14
net: arc_emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...
Yang Wei
1
-1
/
+1
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-1
/
+2
2017-12-19
net: arc_emac: restart stalled EMAC
Alexander Kochetkov
1
-0
/
+111
2017-12-19
net: arc_emac: fix arc_emac_rx() error paths
Alexander Kochetkov
1
-22
/
+31
2017-08-04
net: arc_emac: Add support for ndo_do_ioctl net_device_ops operation
Romain Perier
1
-0
/
+13
2017-04-21
net: arc_emac: switch to phy_start()/phy_stop()
Alexander Kochetkov
1
-1
/
+3
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+4
2016-11-16
net: arc_emac: don't pass multicast packets to kernel in non-multicast mode
Alexander Kochetkov
1
-1
/
+4
2016-11-16
net: arc_emac: annonce IFF_MULTICAST support
Alexander Kochetkov
1
-2
/
+0
2016-10-19
net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skb
Wei Yongjun
1
-1
/
+1
2016-08-06
net: arc_emac: add missing of_node_put() in arc_emac_probe()
Wei Yongjun
1
-2
/
+4
2016-08-02
ethernet: arc: emac_main: add missing of_node_put after calling of_parse_phandle
Peter Chen
1
-4
/
+11
2016-07-05
net: ethernet: arc: emac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-38
/
+2
2016-07-05
net: ethernet: arc: emac: use phydev from struct net_device
Philippe Reynes
1
-17
/
+12
2016-03-17
net: arc: trivial: cleanup the emac driver
Caesar Wang
1
-18
/
+17
2016-02-16
net: arc_emac: fix sk_buff leak
Alexander Kochetkov
1
-0
/
+62
2016-02-16
net: arc_emac: reset txbd_curr and txbd_dirty pointers to zero
Alexander Kochetkov
1
-0
/
+3
2016-02-16
net: arc_emac: fix koops caused by sk_buff free
Alexander Kochetkov
1
-2
/
+7
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+37
2014-09-13
net: arc_emac: prevent reuse of unreclaimed tx descriptors
Beniamino Galvani
1
-11
/
+32
2014-09-13
net: arc_emac: enable tx interrupts
Beniamino Galvani
1
-5
/
+5
2014-09-10
ethernet: arc: Add support for Rockchip SoC layer device tree bindings
Romain Perier
1
-0
/
+2
2014-09-03
ethernet: arc: remove unused dev
Jingoo Han
1
-1
/
+0
2014-08-28
ethernet: arc: Add support for specific SoC layer device tree bindings
Romain Perier
1
-58
/
+22
2014-08-28
ethernet: arc: mdio changes for future SoC glue layer devtree support
Romain Perier
1
-1
/
+1
2014-08-28
ethernet: arc: remove use of 'struct platform_device'
Romain Perier
1
-31
/
+33
2014-07-10
arc_emac: Remove unused pointer to net_device from arc_emac_priv
Tobias Klauser
1
-1
/
+0
2014-07-10
arc_emac: Use net_device_stats from struct net_device
Tobias Klauser
1
-5
/
+5
2014-05-14
arc_emac: add netpoll support
Beniamino Galvani
1
-0
/
+12
2014-05-14
arc_emac: implement promiscuous mode and multicast filtering
Beniamino Galvani
1
-0
/
+37
2014-04-28
arc_emac: add clock handling
Heiko Stübner
1
-11
/
+35
2014-04-28
arc_emac: fix probe error path
Heiko Stübner
1
-9
/
+14
2014-04-22
arc_emac: write initial MAC address from devicetree to hw
Max Schwarz
1
-7
/
+14
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2013-12-27
arc_emac: fix potential use after free
Eric Dumazet
1
-2
/
+2
2013-12-06
arc_emac: remove custom "max-speed" parsing code
Florian Fainelli
1
-19
/
+1
2013-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+4
2013-11-11
ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe()
Wei Yongjun
1
-0
/
+1
[next]