aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/ravb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-09-20net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven1-0/+2
2022-09-20ravb: Add RZ/G2L MII interface supportBiju Das1-1/+7
2022-09-19net: ravb: Add R-Car Gen4 supportGeert Uytterhoeven1-0/+1
2022-05-16ravb: Add support for RZ/V2MPhil Edworthy1-0/+26
2022-05-16ravb: Use separate clock for gPTPPhil Edworthy1-3/+19
2022-05-16ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy1-6/+50
2022-05-16ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy1-2/+3
2022-02-21ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-1/+1
2022-01-31ravb: ravb_close() always returns 0Sergey Shtylyov1-4/+1
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov1-7/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-19ethernet: renesas: Use div64_ul instead of do_divYang Li1-4/+2
2021-10-19ethernet: renesas: use eth_hw_addr_set()Jakub Kicinski1-7/+9
2021-10-13ravb: Fix typo AVB->DMACBiju Das1-1/+1
2021-10-13ravb: Update ravb_emac_init_gbeth()Biju Das1-2/+3
2021-10-13ravb: Rename "nc_queue" feature bitBiju Das1-18/+18
2021-10-13ravb: Optimize ravb_emac_init_gbeth functionBiju Das1-2/+1
2021-10-13ravb: Rename "tsrq" variableBiju Das1-4/+4
2021-10-13ravb: Add support to retrieve stats for GbEthernetBiju Das1-0/+21
2021-10-13ravb: Add carrier_counters to struct ravb_hw_infoBiju Das1-0/+8
2021-10-13ravb: Fillup ravb_rx_gbeth() stubBiju Das1-5/+141
2021-10-13ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das1-4/+30
2021-10-13ravb: Fillup ravb_rx_ring_free_gbeth() stubBiju Das1-4/+24
2021-10-13ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das1-7/+23
2021-10-13ravb: Add rx_max_buf_size to struct ravb_hw_infoBiju Das1-1/+4
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-02ravb: Initialize GbEthernet E-MACBiju Das1-9/+46
2021-10-02ravb: Add half_duplex to struct ravb_hw_infoBiju Das1-8/+28
2021-10-02ravb: Add magic_pkt to struct ravb_hw_infoBiju Das1-1/+4
2021-10-02ravb: Add tsrq to struct ravb_hw_infoBiju Das1-2/+7
2021-10-02ravb: Exclude gPTP feature support for RZ/G2LBiju Das1-36/+49
2021-10-02ravb: Initialize GbEthernet DMACBiju Das1-1/+29
2021-10-02ravb: Add support for RZ/G2L SoCBiju Das1-0/+62
2021-10-02ravb: Add nc_queue to struct ravb_hw_infoBiju Das1-48/+92
2021-10-02ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das1-13/+13
2021-10-02ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das1-5/+5
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