aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/ravb_main.c
AgeCommit message (Expand)Author
2024-01-25net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko
2023-12-08net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea
2023-12-08ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda
2023-02-06net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda
2023-01-18ravb: Fix "failed to switch device to config mode" message during unbindBiju Das
2022-12-08net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda
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-12-13ravb: Clean up duplex handlingMagnus Damm
2019-09-10ravb: Fix use-after-free ravb_tstamp_skbTho Vu
2019-03-19ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai
2019-02-06ravb: expand rx descriptor data to accommodate hw checksumSimon Horman
2018-09-18ravb: do not write 1 to reserved bitsKazuya Mizuguchi
2018-08-22net: ethernet: renesas: use SPDX identifier for Renesas driversWolfram Sang
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18ravb: fix byte order for TX descriptor tag field lower bitsNiklas Söderlund
2018-07-18ravb: fix warning about memcpy lengthNiklas Söderlund
2018-07-18ravb: fix shadowing of symbol 'stats' in ravb_get_ethtool_stats()Niklas Söderlund
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-07ravb: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy
2018-07-07ravb: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy
2018-07-07ravb: remove useless serialization in ravb_get_link_ksettings()Vladimir Zapolskiy
2018-07-07ravb: remove custom .nway_reset from ethtool opsVladimir Zapolskiy
2018-07-07ravb: simplify link auto-negotiation by ethtoolVladimir Zapolskiy
2018-07-07ravb: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy
2018-07-07ravb: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy
2018-03-07ravb: remove erroneous commentNiklas Söderlund
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-16ravb: add support for changing MTUNiklas Söderlund
2018-02-12ravb: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven
2018-01-03ravb: kill redundant check in the probe() methodSergei Shtylyov
2017-12-13Revert "ravb: add workaround for clock when resuming with WoL enabled"Geert Uytterhoeven
2017-10-12ravb: Consolidate clock handlingGeert Uytterhoeven
2017-10-04ravb: RX checksum offloadSimon Horman
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