summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/ravb_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ravb: Factorise ravb_dmac_init functionBiju Das2021-08-251-21/+31
* ravb: Factorise ravb_set_featuresBiju Das2021-08-251-2/+13
* ravb: Factorise ravb_adjust_link functionBiju Das2021-08-251-1/+4
* ravb: Factorise ravb_rx functionBiju Das2021-08-251-2/+12
* ravb: Factorise ravb_ring_init functionBiju Das2021-08-251-5/+16
* ravb: Factorise ravb_ring_format functionBiju Das2021-08-251-12/+23
* ravb: Factorise ravb_ring_free functionBiju Das2021-08-251-17/+30
* ravb: Add ptp_cfg_active to struct ravb_hw_infoBiju Das2021-08-251-7/+5
* ravb: Add no_ptp_cfg_active to struct ravb_hw_infoBiju Das2021-08-251-8/+12
* ravb: Add multi_irq to struct ravb_hw_infoBiju Das2021-08-251-8/+14
* ravb: Remove the macros NUM_TX_DESC_GEN[23]Biju Das2021-08-251-2/+6
* ravb: Add tx_counters to struct ravb_hw_infoBiju Das2021-08-191-1/+3
* ravb: Add internal delay hw feature to struct ravb_hw_infoBiju Das2021-08-191-2/+4
* ravb: Add net_features and net_hw_features to struct ravb_hw_infoBiju Das2021-08-191-4/+8
* ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_infoBiju Das2021-08-191-1/+8
* ravb: Add stats_len to struct ravb_hw_infoBiju Das2021-08-191-3/+6
* ravb: Add max_rx_len to struct ravb_hw_infoBiju Das2021-08-191-4/+6
* ravb: Add aligned_tx to struct ravb_hw_infoBiju Das2021-08-191-1/+2
* ravb: Add struct ravb_hw_info to driver dataBiju Das2021-08-191-13/+22
* ravb: Use unsigned int for num_tx_desc variable in struct ravb_privateBiju Das2021-08-191-14/+14
* ravb: Remove checks for unsupported internal delay modesGeert Uytterhoeven2021-08-131-13/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* ravb: Fix a typo in commentBiju Das2021-07-211-1/+1