summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
* ravb: Add support for RZ/V2MPhil Edworthy2022-05-161-0/+26
* ravb: Use separate clock for gPTPPhil Edworthy2022-05-162-3/+21
* ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy2022-05-162-6/+53
* ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy2022-05-163-5/+7
* ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-02-211-1/+1
* sh_eth: kill useless initializers in sh_eth_{suspend|resume}()Sergey Shtylyov2022-01-311-2/+2
* sh_eth: sh_eth_close() always returns 0Sergey Shtylyov2022-01-311-3/+1
* ravb: ravb_close() always returns 0Sergey Shtylyov2022-01-311-4/+1
* phy: make phy_set_max_speed() *void*Sergey Shtylyov2022-01-312-15/+3
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* sh_eth: Use dev_err_probe() helperGeert Uytterhoeven2021-12-091-2/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-222-4/+12
* ethernet: renesas: Use div64_ul instead of do_divYang Li2021-11-191-4/+2
* ethernet: renesas: use eth_hw_addr_set()Jakub Kicinski2021-10-192-14/+18
* ravb: Fix typo AVB->DMACBiju Das2021-10-131-1/+1
* ravb: Update ravb_emac_init_gbeth()Biju Das2021-10-132-2/+9
* ravb: Document PFRI register bitBiju Das2021-10-131-1/+1
* ravb: Rename "nc_queue" feature bitBiju Das2021-10-132-19/+19
* ravb: Optimize ravb_emac_init_gbeth functionBiju Das2021-10-131-2/+1
* ravb: Rename "tsrq" variableBiju Das2021-10-132-5/+5
* ravb: Add support to retrieve stats for GbEthernetBiju Das2021-10-131-0/+21
* ravb: Add carrier_counters to struct ravb_hw_infoBiju Das2021-10-132-0/+11
* ravb: Fillup ravb_rx_gbeth() stubBiju Das2021-10-132-5/+142
* ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das2021-10-132-4/+31
* ravb: Fillup ravb_rx_ring_free_gbeth() stubBiju Das2021-10-131-4/+24
* ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das2021-10-132-7/+24
* ravb: Add rx_max_buf_size to struct ravb_hw_infoBiju Das2021-10-132-1/+5
* 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
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* ravb: Initialize GbEthernet E-MACBiju Das2021-10-022-13/+62
* ravb: Add half_duplex to struct ravb_hw_infoBiju Das2021-10-022-8/+31
* ravb: Add magic_pkt to struct ravb_hw_infoBiju Das2021-10-022-1/+5
* ravb: Add tsrq to struct ravb_hw_infoBiju Das2021-10-022-2/+8
* ravb: Exclude gPTP feature support for RZ/G2LBiju Das2021-10-021-36/+49
* ravb: Initialize GbEthernet DMACBiju Das2021-10-022-2/+31
* ravb: Add support for RZ/G2L SoCBiju Das2021-10-022-0/+64
* ravb: Add nc_queue to struct ravb_hw_infoBiju Das2021-10-022-49/+94
* ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das2021-10-022-15/+15
* ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das2021-10-022-6/+6
* net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda2021-09-071-0/+1
* ravb: Add reset supportBiju Das2021-08-252-0/+12
* ravb: Factorise ravb_emac_init functionBiju Das2021-08-252-2/+13
* ravb: Factorise ravb_dmac_init functionBiju Das2021-08-252-21/+32
* ravb: Factorise ravb_set_featuresBiju Das2021-08-252-2/+14
* ravb: Factorise ravb_adjust_link functionBiju Das2021-08-252-1/+5
* ravb: Factorise ravb_rx functionBiju Das2021-08-252-2/+13
* ravb: Factorise ravb_ring_init functionBiju Das2021-08-252-5/+17
* ravb: Factorise ravb_ring_format functionBiju Das2021-08-252-12/+24
* ravb: Factorise ravb_ring_free functionBiju Das2021-08-252-17/+31