summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/ravb.h
AgeCommit message (Expand)Author
2024-03-06ravb: Unify Rx ring maintenance code pathsNiklas Söderlund
2024-03-06ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund
2024-03-06ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund
2024-03-06ravb: Create helper to allocate skb and align itNiklas Söderlund
2024-03-06ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund
2024-03-06ravb: Group descriptor types used in Rx ringNiklas Söderlund
2024-02-08ravb: Add Tx checksum offload support for GbEthBiju Das
2024-02-08ravb: Add Rx checksum offload support for GbEthBiju Das
2024-02-06net: ravb: Split GTI computation and set operationsClaudiu Beznea
2024-02-06net: ravb: Move getting/requesting IRQs in the probe() methodClaudiu Beznea
2022-09-20ravb: Add RZ/G2L MII interface supportBiju Das
2022-05-16ravb: Use separate clock for gPTPPhil Edworthy
2022-05-16ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy
2022-05-16ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy
2021-10-13ravb: Update ravb_emac_init_gbeth()Biju Das
2021-10-13ravb: Document PFRI register bitBiju Das
2021-10-13ravb: Rename "nc_queue" feature bitBiju Das
2021-10-13ravb: Rename "tsrq" variableBiju Das
2021-10-13ravb: Add carrier_counters to struct ravb_hw_infoBiju Das
2021-10-13ravb: Fillup ravb_rx_gbeth() stubBiju Das
2021-10-13ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das
2021-10-13ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das
2021-10-13ravb: Add rx_max_buf_size to struct ravb_hw_infoBiju Das
2021-10-02ravb: Initialize GbEthernet E-MACBiju Das
2021-10-02ravb: Add half_duplex to struct ravb_hw_infoBiju Das
2021-10-02ravb: Add magic_pkt to struct ravb_hw_infoBiju Das
2021-10-02ravb: Add tsrq to struct ravb_hw_infoBiju Das
2021-10-02ravb: Initialize GbEthernet DMACBiju Das
2021-10-02ravb: Add support for RZ/G2L SoCBiju Das
2021-10-02ravb: Add nc_queue to struct ravb_hw_infoBiju Das
2021-10-02ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das
2021-10-02ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das
2021-08-25ravb: Add reset supportBiju Das
2021-08-25ravb: Factorise ravb_emac_init functionBiju Das
2021-08-25ravb: Factorise ravb_dmac_init functionBiju Das
2021-08-25ravb: Factorise ravb_set_featuresBiju Das
2021-08-25ravb: Factorise ravb_adjust_link functionBiju Das
2021-08-25ravb: Factorise ravb_rx functionBiju Das
2021-08-25ravb: Factorise ravb_ring_init functionBiju Das
2021-08-25ravb: Factorise ravb_ring_format functionBiju Das
2021-08-25ravb: Factorise ravb_ring_free functionBiju Das
2021-08-25ravb: Add ptp_cfg_active to struct ravb_hw_infoBiju Das
2021-08-25ravb: Add no_ptp_cfg_active to struct ravb_hw_infoBiju Das
2021-08-25ravb: Add multi_irq to struct ravb_hw_infoBiju Das
2021-08-25ravb: Remove the macros NUM_TX_DESC_GEN[23]Biju Das
2021-08-19ravb: Add tx_counters to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add internal delay hw feature to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add net_features and net_hw_features to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add stats_len to struct ravb_hw_infoBiju Das