aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/sh_eth.c
AgeCommit message (Expand)Author
2017-12-11net: sh_eth: do not advertise Gigabit capabilities when not availableThomas Petazzoni
2017-12-05net: sh_eth: don't use NULL as "struct device" for the DMA mapping APIThomas Petazzoni
2017-12-05net: sh_eth: use correct "struct device" when calling DMA mapping functionsThomas Petazzoni
2017-10-20net: sh_eth: implement R-Car Gen[12] fallback compatibility stringsSimon Horman
2017-10-20net: sh_eth: rename name structures as rcar_gen[12]_*Simon Horman
2017-08-13net: sh_eth: constify platform_device_idArvind Yadav
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-06-12sh_eth: add support for changing MTUNiklas Söderlund
2017-05-18sh_eth: Do not print an error message for probe deferralGeert Uytterhoeven
2017-05-18sh_eth: Use platform device for printing before register_netdev()Geert Uytterhoeven
2017-04-18sh_eth: unmap DMA buffers when freeing ringsSergei Shtylyov
2017-02-01sh_eth: fix wakeup event reporting from MagicPacketNiklas Söderlund
2017-02-01sh_eth: align usage of sh_eth_modify() with rest of driverNiklas Söderlund
2017-01-30sh_eth: stop using bare numbers for EESIPR valuesSergei Shtylyov
2017-01-30sh_eth: rename EESIPR bitsSergei Shtylyov
2017-01-09sh_eth: enable wake-on-lan for sh7763Niklas Söderlund
2017-01-09sh_eth: enable wake-on-lan for sh7734Niklas Söderlund
2017-01-09sh_eth: enable wake-on-lan for r8a7740/armadilloNiklas Söderlund
2017-01-09sh_eth: enable wake-on-lan for R-Car Gen2 devicesNiklas Söderlund
2017-01-09sh_eth: add generic wake-on-lan support via magic packetNiklas Söderlund
2017-01-09sh_eth: rename 'sh_eth_cpu_data::hw_crc'Sergei Shtylyov
2017-01-09sh_eth: get rid of 'sh_eth_cpu_data::shift_rd0'Sergei Shtylyov
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-06sh_eth: R8A7740 supports packet shecksummingSergei Shtylyov
2017-01-06sh_eth: fix EESIPR values for SH77{34|63}Sergei Shtylyov
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-04sh_eth: enable RX descriptor word 0 shift on SH7734Sergei Shtylyov
2017-01-04sh_eth: factor out sh_eth_emac_interrupt()Sergei Shtylyov
2017-01-04sh_eth: no need for *else* after *goto*Sergei Shtylyov
2017-01-04sh_eth: handle only enabled E-MAC interruptsSergei Shtylyov
2016-12-29sh_eth: fix branch prediction in sh_eth_interrupt()Sergei Shtylyov
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-28sh_eth: add R8A7743/5 supportSergei Shtylyov
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-10net: ethernet: renesas: sh_eth: add POST registers for rzChris Brandt
2016-08-10net: ethernet: renesas: sh_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-08-10net: ethernet: renesas: sh_eth: use phydev from struct net_devicePhilippe Reynes
2016-08-01ethernet: renesas: sh_eth: add missing of_node_put after calling of_parse_pha...Peter Chen
2016-07-19sh_eth: fix DMA channel misreportingSergei Shtylyov
2016-05-09sh_eth: reuse sh_eth_chip_reset()Sergei Shtylyov
2016-05-09sh_eth: call sh_eth_tsu_write() from sh_eth_chip_reset_giga()Sergei Shtylyov
2016-04-26sh_eth: rename ARSTR register bitSergei Shtylyov
2016-04-26sh_eth: use EDMR_SRST_GETHER in sh_eth_check_reset()Sergei Shtylyov
2016-04-26sh_eth: get rid of the 2nd parameter to sh_eth_dev_init()Sergei Shtylyov
2016-04-09sh_eth: re-enable-E-MAC interrupts in sh_eth_set_ringparam()Sergei Shtylyov
2016-03-16sh_eth: do not call netif_start_queue() from sh_eth_dev_init()Sergei Shtylyov
2016-03-14sh_eth: kill useless initializersSergei Shtylyov
2016-03-10sh_eth: advance 'rxdesc' later in sh_eth_ring_format()Sergei Shtylyov