aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/ravb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-25ravb: Add reset supportBiju Das1-0/+11
2021-08-25ravb: Factorise ravb_emac_init functionBiju Das1-2/+12
2021-08-25ravb: Factorise ravb_dmac_init functionBiju Das1-21/+31
2021-08-25ravb: Factorise ravb_set_featuresBiju Das1-2/+13
2021-08-25ravb: Factorise ravb_adjust_link functionBiju Das1-1/+4
2021-08-25ravb: Factorise ravb_rx functionBiju Das1-2/+12
2021-08-25ravb: Factorise ravb_ring_init functionBiju Das1-5/+16
2021-08-25ravb: Factorise ravb_ring_format functionBiju Das1-12/+23
2021-08-25ravb: Factorise ravb_ring_free functionBiju Das1-17/+30
2021-08-25ravb: Add ptp_cfg_active to struct ravb_hw_infoBiju Das1-7/+5
2021-08-25ravb: Add no_ptp_cfg_active to struct ravb_hw_infoBiju Das1-8/+12
2021-08-25ravb: Add multi_irq to struct ravb_hw_infoBiju Das1-8/+14
2021-08-25ravb: Remove the macros NUM_TX_DESC_GEN[23]Biju Das1-2/+6
2021-08-19ravb: Add tx_counters to struct ravb_hw_infoBiju Das1-1/+3
2021-08-19ravb: Add internal delay hw feature to struct ravb_hw_infoBiju Das1-2/+4
2021-08-19ravb: Add net_features and net_hw_features to struct ravb_hw_infoBiju Das1-4/+8
2021-08-19ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_infoBiju Das1-1/+8
2021-08-19ravb: Add stats_len to struct ravb_hw_infoBiju Das1-3/+6
2021-08-19ravb: Add max_rx_len to struct ravb_hw_infoBiju Das1-4/+6
2021-08-19ravb: Add aligned_tx to struct ravb_hw_infoBiju Das1-1/+2
2021-08-19ravb: Add struct ravb_hw_info to driver dataBiju Das1-13/+22
2021-08-19ravb: Use unsigned int for num_tx_desc variable in struct ravb_privateBiju Das1-14/+14
2021-08-13ravb: Remove checks for unsupported internal delay modesGeert Uytterhoeven1-13/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-21ravb: Fix a typo in commentBiju Das1-1/+1
2021-06-09net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-11/+4
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-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+7
2021-04-12net: ethernet: ravb: Enable optional refclkAdam Ford1-0/+10
2021-01-08ravb: remove APSR_DMSergey Shtylyov1-3/+3
2020-10-27ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov1-3/+7
2020-10-05Merge 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-23Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven1-55/+55
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-55/+55
2020-08-26net: ethernet: ravb: constify bb_opsRikard Falkeborn1-1/+1
2020-08-24ravb: Fixed to be able to unload modulesYuusuke Ashizuka1-55/+55
2020-07-21net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda1-2/+24
2020-05-30ravb: Mask PHY mode to avoid inserting delays twiceGeert Uytterhoeven1-2/+8
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+14
2019-11-14ravb: 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-18ravb: Fix use-after-free ravb_tstamp_skbTho Vu1-2/+6