summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/ravb.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-24net: ravb: Fix maximum TX frame size for GbEth devicesPaul Barker1-0/+1
2024-06-26ravb: Add MII support for R-Car V4MGeert Uytterhoeven1-0/+1
2024-06-06net: ravb: Allocate RX buffers via page poolPaul Barker1-2/+9
2024-06-06net: ravb: Enable SW IRQ Coalescing for GbEthPaul Barker1-0/+1
2024-06-06net: ravb: Simplify poll & receive functionsPaul Barker1-1/+1
2024-03-06ravb: Unify Rx ring maintenance code pathsNiklas Söderlund1-3/+2
2024-03-06ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund1-4/+1
2024-03-06ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund1-1/+0
2024-03-06ravb: Create helper to allocate skb and align itNiklas Söderlund1-1/+0
2024-03-06ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund1-1/+1
2024-03-06ravb: Group descriptor types used in Rx ringNiklas Söderlund1-2/+4
2024-02-09ravb: Add Tx checksum offload support for GbEthBiju Das1-0/+15
2024-02-09ravb: Add Rx checksum offload support for GbEthBiju Das1-1/+18
2024-02-06net: ravb: Split GTI computation and set operationsClaudiu Beznea1-0/+2
2024-02-06net: ravb: Move getting/requesting IRQs in the probe() methodClaudiu Beznea1-4/+0
2022-09-20ravb: Add RZ/G2L MII interface supportBiju Das1-0/+8
2022-05-16ravb: Use separate clock for gPTPPhil Edworthy1-0/+2
2022-05-16ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy1-0/+3
2022-05-16ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy1-0/+1
2021-10-13ravb: Update ravb_emac_init_gbeth()Biju Das1-0/+6
2021-10-13ravb: Document PFRI register bitBiju Das1-1/+1
2021-10-13ravb: Rename "nc_queue" feature bitBiju Das1-1/+1
2021-10-13ravb: Rename "tsrq" variableBiju Das1-1/+1
2021-10-13ravb: Add carrier_counters to struct ravb_hw_infoBiju Das1-0/+3
2021-10-13ravb: Fillup ravb_rx_gbeth() stubBiju Das1-0/+1
2021-10-13ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das1-0/+1
2021-10-13ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das1-0/+1
2021-10-13ravb: Add rx_max_buf_size to struct ravb_hw_infoBiju Das1-0/+1
2021-10-02ravb: Initialize GbEthernet E-MACBiju Das1-4/+16
2021-10-02ravb: Add half_duplex to struct ravb_hw_infoBiju Das1-0/+3
2021-10-02ravb: Add magic_pkt to struct ravb_hw_infoBiju Das1-0/+1
2021-10-02ravb: Add tsrq to struct ravb_hw_infoBiju Das1-0/+1
2021-10-02ravb: Initialize GbEthernet DMACBiju Das1-1/+2
2021-10-02ravb: Add support for RZ/G2L SoCBiju Das1-0/+2
2021-10-02ravb: Add nc_queue to struct ravb_hw_infoBiju Das1-1/+2
2021-10-02ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das1-2/+2
2021-10-02ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das1-1/+1
2021-08-25ravb: Add reset supportBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_emac_init functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_dmac_init functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_set_featuresBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_adjust_link functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_rx functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_ring_init functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_ring_format functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_ring_free functionBiju Das1-0/+1
2021-08-25ravb: Add ptp_cfg_active to struct ravb_hw_infoBiju Das1-7/+1
2021-08-25ravb: Add no_ptp_cfg_active to struct ravb_hw_infoBiju Das1-0/+1
2021-08-25ravb: Add multi_irq to struct ravb_hw_infoBiju Das1-0/+1
2021-08-25ravb: Remove the macros NUM_TX_DESC_GEN[23]Biju Das1-4/+0