summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/ravb_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-23/+12
2021-04-21net: ethernet: ravb: Fix release of refclkAdam Ford1-3/+4
2021-04-21net: renesas: ravb: Fix a stuck issue when a lot of frames are receivedYoshihiro Shimoda1-23/+12
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+7
2021-04-13net: ethernet: ravb: Enable optional refclkAdam Ford1-0/+10
2021-01-09ravb: remove APSR_DMSergey Shtylyov1-3/+3
2020-10-28ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov1-3/+7
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-55/+55
2020-10-01ravb: Add support for explicit internal clock delay configurationGeert Uytterhoeven1-9/+27
2020-10-01ravb: Split delay handling in parsing and applyingGeert Uytterhoeven1-5/+16
2020-09-24Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven1-55/+55
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-55/+55
2020-08-27net: ethernet: ravb: constify bb_opsRikard Falkeborn1-1/+1
2020-08-25ravb: Fixed to be able to unload modulesYuusuke Ashizuka1-55/+55
2020-07-22net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda1-2/+24
2020-05-31ravb: Mask PHY mode to avoid inserting delays twiceGeert Uytterhoeven1-2/+8
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+14
2019-11-15ravb: implement MTU change while device is upUlrich Hecht1-12/+14
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-1/+3
2019-09-06ravb: TROCR register is only present on R-Car Gen3Simon Horman1-2/+4
2019-09-06ravb: remove undocumented endianness selectionSimon Horman1-6/+0
2019-09-06ravb: remove undocumented counter processingSimon Horman1-9/+0
2019-08-19ravb: Fix use-after-free ravb_tstamp_skbTho Vu1-2/+6
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+15
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-24ravb: Avoid unsupported internal delay mode for R-Car E3/D3Simon Horman1-2/+13
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-9/+0
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-03-07ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai1-1/+1
2019-01-23ravb: expand rx descriptor data to accommodate hw checksumSimon Horman1-5/+7
2018-11-23ravb: Clean up duplex handlingMagnus Damm1-18/+1
2018-11-23ravb: Do not announce HDX as supportedMagnus Damm1-0/+4
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2018-09-22ravb: Disable Pause AdvertisementAndrew Lunn1-1/+3
2018-09-20ravb: remove tx buffer addr 4byte alilgnment restriction for R-Car Gen3Kazuya Mizuguchi1-56/+87
2018-09-19ravb: do not write 1 to reserved bitsKazuya Mizuguchi1-5/+6
2018-09-13net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-1/+2
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