summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/ravb_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-19ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai1-1/+1
2019-02-06ravb: expand rx descriptor data to accommodate hw checksumSimon Horman1-5/+7
2018-09-19ravb: do not write 1 to reserved bitsKazuya Mizuguchi1-5/+6
2018-08-23net: ethernet: renesas: use SPDX identifier for Renesas driversWolfram Sang1-4/+1
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-76/+17
2018-07-18ravb: fix byte order for TX descriptor tag field lower bitsNiklas Söderlund1-1/+1
2018-07-18ravb: fix warning about memcpy lengthNiklas Söderlund1-1/+1
2018-07-18ravb: fix shadowing of symbol 'stats' in ravb_get_ethtool_stats()Niklas Söderlund1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-07-07ravb: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy1-10/+1
2018-07-07ravb: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy1-12/+1
2018-07-07ravb: remove useless serialization in ravb_get_link_ksettings()Vladimir Zapolskiy1-5/+0
2018-07-07ravb: remove custom .nway_reset from ethtool opsVladimir Zapolskiy1-11/+1
2018-07-07ravb: simplify link auto-negotiation by ethtoolVladimir Zapolskiy1-1/+1
2018-07-07ravb: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy1-34/+15
2018-07-07ravb: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy1-6/+1
2018-03-07ravb: remove erroneous commentNiklas Söderlund1-1/+0
2018-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+0
2018-02-17ravb: add support for changing MTUNiklas Söderlund1-7/+27
2018-02-12ravb: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven1-6/+0
2018-01-03ravb: kill redundant check in the probe() methodSergei Shtylyov1-2/+1
2017-12-13Revert "ravb: add workaround for clock when resuming with WoL enabled"Geert Uytterhoeven1-25/+2
2017-10-13ravb: Consolidate clock handlingGeert Uytterhoeven1-25/+10
2017-10-04ravb: RX checksum offloadSimon Horman1-1/+54
2017-08-02ravb: add workaround for clock when resuming with WoL enabledNiklas Söderlund1-2/+25
2017-08-02ravb: add wake-on-lan support via magic packetNiklas Söderlund1-4/+104
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-7/+7
2017-06-06ravb: Fix use-after-free on `ifconfig eth0 down`Eugeniu Rosca1-12/+12
2017-04-24ravb: Double free on error in ravb_start_xmit()Dan Carpenter1-3/+4
2017-01-30ravb: Support 1Gbps on R-Car H3 ES1.1+ and R-Car M3-WGeert Uytterhoeven1-2/+8
2017-01-30ravb: Add tx and rx clock internal delays mode of APSRKazuya Mizuguchi1-0/+23
2017-01-27ravb: unmap descriptors when freeing ringsKazuya Mizuguchi1-48/+64
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
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+14
2016-12-02net: renesas: ravb: unintialized return valueDan Carpenter1-2/+0
2016-11-30net: ethernet: renesas: ravb: fix fixed-link phydev leaksJohan Hovold1-3/+14
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-08-31ravb: avoid unused function warningsArnd Bergmann1-10/+4
2016-08-21net: ethernet: renesas: ravb: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-7/+9
2016-08-21net: ethernet: renesas: ravb: use phydev from struct net_devicePhilippe Reynes1-17/+12
2016-08-11ravb: use proper names for suspend/resume functionsNiklas Söderlund1-3/+3
2016-08-10ravb: add sleep PM suspend/resume supportNiklas Söderlund1-8/+64
2016-08-02ethernet: renesas: ravb_main: add missing of_node_put after calling of_parse_...Peter Chen1-0/+1
2016-07-20ravb: fix DMA channel misreportingSergei Shtylyov1-1/+0
2016-06-02ravb: Remove manual pause frame transmitMasaru Nagai1-2/+0
2016-06-02ravb: Add SET_RUNTIME_PM_OPS macroKazuya Mizuguchi1-2/+1
2016-06-02ravb: Add ESF in RCR for enabling separation filterMasaru Nagai1-1/+2
2016-05-17ravb: Add missing free_irq() calls to ravb_close()Geert Uytterhoeven1-1/+6
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2