summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/ravb_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-2/+10
|\
| * ravb: avoid PHY being resumed when interface is not upWolfram Sang2023-03-161-2/+10
* | ravb: remove R-Car H3 ES1.* handlingWolfram Sang2023-03-081-15/+0
|/
* net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda2023-01-251-2/+2
* net: ravb: Fix lack of register setting after system resumed for Gen3Yoshihiro Shimoda2023-01-251-0/+6
* ravb: Fix "failed to switch device to config mode" message during unbindBiju Das2022-12-151-1/+1
* ravb: Fix potential use-after-free in ravb_rx_gbeth()YueHaibing2022-12-061-1/+1
* net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda2022-11-291-0/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-0/+2
|\
| * net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-201-0/+2
* | ravb: Add RZ/G2L MII interface supportBiju Das2022-09-201-1/+7
* | net: ravb: Add R-Car Gen4 supportGeert Uytterhoeven2022-09-191-0/+1
|/
* ravb: Add support for RZ/V2MPhil Edworthy2022-05-161-0/+26
* ravb: Use separate clock for gPTPPhil Edworthy2022-05-161-3/+19
* ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy2022-05-161-6/+50
* ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy2022-05-161-2/+3
* ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-02-211-1/+1
* ravb: ravb_close() always returns 0Sergey Shtylyov2022-01-311-4/+1
* phy: make phy_set_max_speed() *void*Sergey Shtylyov2022-01-311-7/+1
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethernet: renesas: Use div64_ul instead of do_divYang Li2021-11-191-4/+2
* ethernet: renesas: use eth_hw_addr_set()Jakub Kicinski2021-10-191-7/+9
* ravb: Fix typo AVB->DMACBiju Das2021-10-131-1/+1
* ravb: Update ravb_emac_init_gbeth()Biju Das2021-10-131-2/+3
* ravb: Rename "nc_queue" feature bitBiju Das2021-10-131-18/+18
* ravb: Optimize ravb_emac_init_gbeth functionBiju Das2021-10-131-2/+1
* ravb: Rename "tsrq" variableBiju Das2021-10-131-4/+4
* ravb: Add support to retrieve stats for GbEthernetBiju Das2021-10-131-0/+21
* ravb: Add carrier_counters to struct ravb_hw_infoBiju Das2021-10-131-0/+8
* ravb: Fillup ravb_rx_gbeth() stubBiju Das2021-10-131-5/+141
* ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das2021-10-131-4/+30
* ravb: Fillup ravb_rx_ring_free_gbeth() stubBiju Das2021-10-131-4/+24
* ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das2021-10-131-7/+23
* ravb: Add rx_max_buf_size to struct ravb_hw_infoBiju Das2021-10-131-1/+4
* ravb: Use ALIGN macro for max_rx_lenBiju Das2021-10-131-1/+1
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ravb: Initialize GbEthernet E-MACBiju Das2021-10-021-9/+46
* ravb: Add half_duplex to struct ravb_hw_infoBiju Das2021-10-021-8/+28
* ravb: Add magic_pkt to struct ravb_hw_infoBiju Das2021-10-021-1/+4
* ravb: Add tsrq to struct ravb_hw_infoBiju Das2021-10-021-2/+7
* ravb: Exclude gPTP feature support for RZ/G2LBiju Das2021-10-021-36/+49
* ravb: Initialize GbEthernet DMACBiju Das2021-10-021-1/+29
* ravb: Add support for RZ/G2L SoCBiju Das2021-10-021-0/+62
* ravb: Add nc_queue to struct ravb_hw_infoBiju Das2021-10-021-48/+92
* ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das2021-10-021-13/+13
* ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das2021-10-021-5/+5
* ravb: Add reset supportBiju Das2021-08-251-0/+11
* ravb: Factorise ravb_emac_init functionBiju Das2021-08-251-2/+12