| Commit message (Expand) | Author | Age | Files | Lines |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
* | net: arc_emac: Add support for ndo_do_ioctl net_device_ops operation | Romain Perier | 2017-08-03 | 1 | -0/+13 |
* | net: arc_emac: switch to phy_start()/phy_stop() | Alexander Kochetkov | 2017-04-21 | 1 | -1/+3 |
* | drivers: net: generalize napi_complete_done() | Eric Dumazet | 2017-01-30 | 1 | -1/+1 |
* | net: arc_emac: add dependencies on associated arches and compile test | Peter Robinson | 2016-11-29 | 1 | -2/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-22 | 1 | -3/+4 |
|\ |
|
| * | net: arc_emac: don't pass multicast packets to kernel in non-multicast mode | Alexander Kochetkov | 2016-11-15 | 1 | -1/+4 |
| * | net: arc_emac: annonce IFF_MULTICAST support | Alexander Kochetkov | 2016-11-15 | 1 | -2/+0 |
* | | net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skb | Wei Yongjun | 2016-10-19 | 1 | -1/+1 |
|/ |
|
* | net: arc_emac: mark arc_mdio_reset() static | Baoyou Xie | 2016-09-06 | 1 | -1/+1 |
* | net: arc_emac: add missing of_node_put() in arc_emac_probe() | Wei Yongjun | 2016-08-06 | 1 | -2/+4 |
* | ethernet: arc: emac_main: add missing of_node_put after calling of_parse_phandle | Peter Chen | 2016-08-01 | 1 | -4/+11 |
* | net: ethernet: arc: emac: use phy_ethtool_{get|set}_link_ksettings | Philippe Reynes | 2016-07-04 | 1 | -38/+2 |
* | net: ethernet: arc: emac: use phydev from struct net_device | Philippe Reynes | 2016-07-04 | 2 | -18/+12 |
* | net: arc: trivial: Replace comma with a semicolon | Marek Vasut | 2016-05-25 | 1 | -1/+1 |
* | net: arc: trivial: cleanup the emac driver | Caesar Wang | 2016-03-16 | 4 | -57/+75 |
* | net: arc_emac: support the phy reset for emac driver | Caesar Wang | 2016-03-16 | 2 | -0/+43 |
* | net: arc_emac: fix sk_buff leak | Alexander Kochetkov | 2016-02-16 | 1 | -0/+62 |
* | net: arc_emac: reset txbd_curr and txbd_dirty pointers to zero | Alexander Kochetkov | 2016-02-16 | 1 | -0/+3 |
* | net: arc_emac: fix koops caused by sk_buff free | Alexander Kochetkov | 2016-02-16 | 1 | -2/+7 |
* | net: ethernet: arc: Add support emac for RK3036 | Xing Zheng | 2016-01-10 | 2 | -3/+9 |
* | net: ethernet: arc: Keep emac compatibility for more Rockchip SoCs | Xing Zheng | 2016-01-10 | 1 | -24/+45 |
* | net: ethernet: arc: Probe emac after set RMII clock | Xing Zheng | 2016-01-10 | 1 | -4/+7 |
* | net: arc: Fix module autoload for OF platform driver | Luis de Bethencourt | 2015-09-21 | 1 | -0/+1 |
* | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 2015-06-23 | 1 | -3/+1 |
* | ethernet: arc: ARC_EMAC and EMAC_ROCKCHIP should depend on HAS_DMA | Geert Uytterhoeven | 2015-04-23 | 1 | -3/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-23 | 1 | -16/+37 |
|\ |
|
| * | net: arc_emac: prevent reuse of unreclaimed tx descriptors | Beniamino Galvani | 2014-09-12 | 1 | -11/+32 |
| * | net: arc_emac: enable tx interrupts | Beniamino Galvani | 2014-09-12 | 1 | -5/+5 |
* | | net: ethernet: arc: Don't free Rockchip resources before disconnect from phy | Romain Perier | 2014-09-10 | 1 | -1/+2 |
* | | ethernet: arc: Add support for Rockchip SoC layer device tree bindings | Romain Perier | 2014-09-09 | 5 | -1/+244 |
* | | ethernet: arc: remove unused dev | Jingoo Han | 2014-09-02 | 1 | -1/+0 |
* | | ethernet: arc: Add support for specific SoC layer device tree bindings | Romain Perier | 2014-08-27 | 5 | -61/+129 |
* | | ethernet: arc: mdio changes for future SoC glue layer devtree support | Romain Perier | 2014-08-27 | 3 | -6/+5 |
* | | ethernet: arc: remove use of 'struct platform_device' | Romain Perier | 2014-08-27 | 1 | -31/+33 |
|/ |
|
* | arc_emac: Remove unused pointer to net_device from arc_emac_priv | Tobias Klauser | 2014-07-09 | 2 | -3/+0 |
* | arc_emac: Use net_device_stats from struct net_device | Tobias Klauser | 2014-07-09 | 2 | -7/+5 |
* | arc_emac: add netpoll support | Beniamino Galvani | 2014-05-13 | 1 | -0/+12 |
* | arc_emac: implement promiscuous mode and multicast filtering | Beniamino Galvani | 2014-05-13 | 1 | -0/+37 |
* | arc_emac: add clock handling | Heiko Stübner | 2014-04-27 | 2 | -11/+37 |
* | arc_emac: fix probe error path | Heiko Stübner | 2014-04-27 | 1 | -9/+14 |
* | arc_emac: write initial MAC address from devicetree to hw | Max Schwarz | 2014-04-22 | 1 | -7/+14 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-06 | 1 | -2/+2 |
|\ |
|
| * | arc_emac: fix potential use after free | Eric Dumazet | 2013-12-27 | 1 | -2/+2 |
* | | arc_emac: remove custom "max-speed" parsing code | Florian Fainelli | 2013-12-06 | 2 | -21/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-11-13 | 1 | -3/+4 |
|\ |
|
| * | ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe() | Wei Yongjun | 2013-11-11 | 1 | -0/+1 |
| * | arc_emac: drop redundant mac address check | Luka Perkov | 2013-10-29 | 1 | -3/+3 |
* | | of/irq: Use irq_of_parse_and_map() | Thierry Reding | 2013-10-24 | 1 | -5/+5 |
|/ |
|
* | ethernet/arc/arc_emac: Fix huge delays in large file copies | Vineet Gupta | 2013-09-05 | 1 | -2/+2 |