aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-12-09sh_eth: Use dev_err_probe() helperGeert Uytterhoeven1-2/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2-4/+12
2021-11-19ethernet: renesas: Use div64_ul instead of do_divYang Li1-4/+2
2021-10-19ethernet: renesas: use eth_hw_addr_set()Jakub Kicinski2-14/+18
2021-10-13ravb: Fix typo AVB->DMACBiju Das1-1/+1
2021-10-13ravb: Update ravb_emac_init_gbeth()Biju Das2-2/+9
2021-10-13ravb: Document PFRI register bitBiju Das1-1/+1
2021-10-13ravb: Rename "nc_queue" feature bitBiju Das2-19/+19
2021-10-13ravb: Optimize ravb_emac_init_gbeth functionBiju Das1-2/+1
2021-10-13ravb: Rename "tsrq" variableBiju Das2-5/+5
2021-10-13ravb: Add support to retrieve stats for GbEthernetBiju Das1-0/+21
2021-10-13ravb: Add carrier_counters to struct ravb_hw_infoBiju Das2-0/+11
2021-10-13ravb: Fillup ravb_rx_gbeth() stubBiju Das2-5/+142
2021-10-13ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das2-4/+31
2021-10-13ravb: Fillup ravb_rx_ring_free_gbeth() stubBiju Das1-4/+24
2021-10-13ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das2-7/+24
2021-10-13ravb: Add rx_max_buf_size to struct ravb_hw_infoBiju Das2-1/+5
2021-10-13ravb: Use ALIGN macro for max_rx_lenBiju Das1-1/+1
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-02ravb: Initialize GbEthernet E-MACBiju Das2-13/+62
2021-10-02ravb: Add half_duplex to struct ravb_hw_infoBiju Das2-8/+31
2021-10-02ravb: Add magic_pkt to struct ravb_hw_infoBiju Das2-1/+5
2021-10-02ravb: Add tsrq to struct ravb_hw_infoBiju Das2-2/+8
2021-10-02ravb: Exclude gPTP feature support for RZ/G2LBiju Das1-36/+49
2021-10-02ravb: Initialize GbEthernet DMACBiju Das2-2/+31
2021-10-02ravb: Add support for RZ/G2L SoCBiju Das2-0/+64
2021-10-02ravb: Add nc_queue to struct ravb_hw_infoBiju Das2-49/+94
2021-10-02ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das2-15/+15
2021-10-02ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das2-6/+6
2021-09-07net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda1-0/+1
2021-08-25ravb: Add reset supportBiju Das2-0/+12
2021-08-25ravb: Factorise ravb_emac_init functionBiju Das2-2/+13
2021-08-25ravb: Factorise ravb_dmac_init functionBiju Das2-21/+32
2021-08-25ravb: Factorise ravb_set_featuresBiju Das2-2/+14
2021-08-25ravb: Factorise ravb_adjust_link functionBiju Das2-1/+5
2021-08-25ravb: Factorise ravb_rx functionBiju Das2-2/+13
2021-08-25ravb: Factorise ravb_ring_init functionBiju Das2-5/+17
2021-08-25ravb: Factorise ravb_ring_format functionBiju Das2-12/+24
2021-08-25ravb: Factorise ravb_ring_free functionBiju Das2-17/+31
2021-08-25ravb: Add ptp_cfg_active to struct ravb_hw_infoBiju Das2-14/+6
2021-08-25ravb: Add no_ptp_cfg_active to struct ravb_hw_infoBiju Das2-8/+13
2021-08-25ravb: Add multi_irq to struct ravb_hw_infoBiju Das3-11/+20
2021-08-25ravb: Remove the macros NUM_TX_DESC_GEN[23]Biju Das2-6/+6
2021-08-19ravb: Add tx_counters to struct ravb_hw_infoBiju Das2-1/+4
2021-08-19ravb: Add internal delay hw feature to struct ravb_hw_infoBiju Das2-2/+7
2021-08-19ravb: Add net_features and net_hw_features to struct ravb_hw_infoBiju Das2-4/+10
2021-08-19ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_infoBiju Das2-1/+10
2021-08-19ravb: Add stats_len to struct ravb_hw_infoBiju Das2-3/+7