aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/ravb_main.c
AgeCommit message (Expand)Author
2020-11-05ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov
2020-10-14Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven
2020-09-09ravb: Fixed to be able to unload modulesYuusuke Ashizuka
2020-08-05net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda
2019-09-10ravb: Fix use-after-free ravb_tstamp_skbTho Vu
2019-03-19ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai
2018-10-20ravb: do not write 1 to reserved bitsKazuya Mizuguchi
2018-08-24ravb: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy
2018-08-24ravb: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy
2017-08-01ravb: add workaround for clock when resuming with WoL enabledNiklas Söderlund
2017-08-01ravb: add wake-on-lan support via magic packetNiklas Söderlund
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-06-06ravb: Fix use-after-free on `ifconfig eth0 down`Eugeniu Rosca
2017-04-24ravb: Double free on error in ravb_start_xmit()Dan Carpenter
2017-01-29ravb: Support 1Gbps on R-Car H3 ES1.1+ and R-Car M3-WGeert Uytterhoeven
2017-01-29ravb: Add tx and rx clock internal delays mode of APSRKazuya Mizuguchi
2017-01-26ravb: unmap descriptors when freeing ringsKazuya Mizuguchi
2017-01-16ravb: do not use zero-length alignment DMA descriptorMasaru Nagai
2017-01-12ravb: Remove Rx overflow log messagesKazuya Mizuguchi
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: renesas: ravb: unintialized return valueDan Carpenter
2016-11-29net: ethernet: renesas: ravb: fix fixed-link phydev leaksJohan Hovold
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-08-30ravb: avoid unused function warningsArnd Bergmann
2016-08-20net: ethernet: renesas: ravb: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-08-20net: ethernet: renesas: ravb: use phydev from struct net_devicePhilippe Reynes
2016-08-10ravb: use proper names for suspend/resume functionsNiklas Söderlund
2016-08-09ravb: add sleep PM suspend/resume supportNiklas Söderlund
2016-08-01ethernet: renesas: ravb_main: add missing of_node_put after calling of_parse_...Peter Chen
2016-07-19ravb: fix DMA channel misreportingSergei Shtylyov
2016-06-01ravb: Remove manual pause frame transmitMasaru Nagai
2016-06-01ravb: Add SET_RUNTIME_PM_OPS macroKazuya Mizuguchi
2016-06-01ravb: Add ESF in RCR for enabling separation filterMasaru Nagai
2016-05-17ravb: Add missing free_irq() calls to ravb_close()Geert Uytterhoeven
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-09ravb: Add missing free_irq() call to ravb_close()Geert Uytterhoeven
2016-05-03ravb: Remove rx buffer ALIGNKazuya Mizuguchi
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-14ravb: make ravb_ptp_interrupt() *void*Sergei Shtylyov
2016-04-13net: ethernet: renesas: ravb_main: test clock rate to avoid division by 0Wolfram Sang
2016-04-04ravb: Add dma queue interrupt supportKazuya Mizuguchi
2016-03-27ravb: fix software timestampingLino Sanfilippo
2016-03-18ravb: fix result value overwriteYoshihiro Kaneko
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-03net: ethernet: renesas: ravb_main: don't open code of_device_get_match_data()Wolfram Sang
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-17ravb: kill useless *switch* defaultsSergei Shtylyov
2016-02-16ravb: skip gPTP start/stop on R-Car gen3Sergei Shtylyov
2016-02-16ravb: kill duplicate setting of CCC.CSELSergei Shtylyov
2016-02-10ravb: factor out register bit twiddling codeSergei Shtylyov