aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13net: sh_eth: constify platform_device_idArvind Yadav1-1/+1
2017-08-01ravb: add workaround for clock when resuming with WoL enabledNiklas Söderlund1-2/+25
2017-08-01ravb: add wake-on-lan support via magic packetNiklas Söderlund2-4/+106
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2-10/+9
2017-06-12sh_eth: add support for changing MTUNiklas Söderlund1-0/+20
2017-06-06ravb: Fix use-after-free on `ifconfig eth0 down`Eugeniu Rosca1-12/+12
2017-05-18sh_eth: Do not print an error message for probe deferralGeert Uytterhoeven1-1/+2
2017-05-18sh_eth: Use platform device for printing before register_netdev()Geert Uytterhoeven1-1/+1
2017-04-24ravb: Double free on error in ravb_start_xmit()Dan Carpenter1-3/+4
2017-04-18sh_eth: unmap DMA buffers when freeing ringsSergei Shtylyov1-55/+67
2017-02-01sh_eth: fix wakeup event reporting from MagicPacketNiklas Söderlund1-2/+2
2017-02-01sh_eth: align usage of sh_eth_modify() with rest of driverNiklas Söderlund1-1/+1
2017-01-30sh_eth: stop using bare numbers for EESIPR valuesSergei Shtylyov1-11/+80
2017-01-30sh_eth: add missing EESIPR bitsSergei Shtylyov1-2/+8
2017-01-30sh_eth: rename EESIPR bitsSergei Shtylyov2-24/+34
2017-01-29ravb: Support 1Gbps on R-Car H3 ES1.1+ and R-Car M3-WGeert Uytterhoeven1-2/+8
2017-01-29ravb: Add tx and rx clock internal delays mode of APSRKazuya Mizuguchi2-0/+33
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-48/+64
2017-01-26ravb: unmap descriptors when freeing ringsKazuya Mizuguchi1-48/+64
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+15
2017-01-16ravb: do not use zero-length alignment DMA descriptorMasaru Nagai1-0/+13
2017-01-12ravb: Remove Rx overflow log messagesKazuya Mizuguchi1-6/+2
2017-01-09sh_eth: enable wake-on-lan for sh7763Niklas Söderlund1-0/+1
2017-01-09sh_eth: enable wake-on-lan for sh7734Niklas Söderlund1-0/+1
2017-01-09sh_eth: enable wake-on-lan for r8a7740/armadilloNiklas Söderlund1-0/+1
2017-01-09sh_eth: enable wake-on-lan for R-Car Gen2 devicesNiklas Söderlund1-2/+4
2017-01-09sh_eth: add generic wake-on-lan support via magic packetNiklas Söderlund2-8/+109
2017-01-09sh_eth: use correct name for ECMR_MPDE bitNiklas Söderlund1-1/+1
2017-01-09sh_eth: rename 'sh_eth_cpu_data::hw_crc'Sergei Shtylyov2-7/+7
2017-01-09sh_eth: get rid of 'sh_eth_cpu_data::shift_rd0'Sergei Shtylyov2-5/+1
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-01-06sh_eth: R8A7740 supports packet shecksummingSergei Shtylyov1-0/+1
2017-01-06sh_eth: fix EESIPR values for SH77{34|63}Sergei Shtylyov1-2/+2
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-01-04sh_eth: enable RX descriptor word 0 shift on SH7734Sergei Shtylyov1-0/+1
2017-01-04sh_eth: factor out sh_eth_emac_interrupt()Sergei Shtylyov2-51/+53
2017-01-04sh_eth: no need for *else* after *goto*Sergei Shtylyov1-6/+4
2017-01-04sh_eth: handle only enabled E-MAC interruptsSergei Shtylyov1-1/+2
2016-12-29sh_eth: fix branch prediction in sh_eth_interrupt()Sergei Shtylyov1-1/+1
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+15
2016-12-02net: renesas: ravb: unintialized return valueDan Carpenter1-2/+0
2016-12-02sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt1-1/+1
2016-11-29net: ethernet: renesas: ravb: fix fixed-link phydev leaksJohan Hovold1-3/+14
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson2-3/+0
2016-09-28sh_eth: add R8A7743/5 supportSergei Shtylyov2-1/+3
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2016-09-10net: ethernet: renesas: sh_eth: add POST registers for rzChris Brandt1-0/+7
2016-08-30ravb: avoid unused function warningsArnd Bergmann1-10/+4