summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/ravb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ravb: Add VLAN checksum supportPaul Barker2024-10-181-0/+1
* net: ravb: Enable IPv6 TX checksum offload for GbEthPaul Barker2024-10-181-1/+1
* net: ravb: Enable IPv6 RX checksum offloading for GbEthPaul Barker2024-10-181-1/+2
* net: ravb: Disable IP header TX checksum offloadingPaul Barker2024-10-181-1/+1
* net: ravb: Disable IP header RX checksum offloadingPaul Barker2024-10-181-1/+1
* net: ravb: Factor out checksum offload enable bitsPaul Barker2024-10-181-0/+4
* net: ravb: Fix maximum TX frame size for GbEth devicesPaul Barker2024-09-241-0/+1
* ravb: Add MII support for R-Car V4MGeert Uytterhoeven2024-06-261-0/+1
* net: ravb: Allocate RX buffers via page poolPaul Barker2024-06-061-2/+9
* net: ravb: Enable SW IRQ Coalescing for GbEthPaul Barker2024-06-061-0/+1
* net: ravb: Simplify poll & receive functionsPaul Barker2024-06-061-1/+1
* ravb: Unify Rx ring maintenance code pathsNiklas Söderlund2024-03-061-3/+2
* ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund2024-03-061-4/+1
* ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund2024-03-061-1/+0
* ravb: Create helper to allocate skb and align itNiklas Söderlund2024-03-061-1/+0
* ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund2024-03-061-1/+1
* ravb: Group descriptor types used in Rx ringNiklas Söderlund2024-03-061-2/+4
* ravb: Add Tx checksum offload support for GbEthBiju Das2024-02-091-0/+15
* ravb: Add Rx checksum offload support for GbEthBiju Das2024-02-091-1/+18
* net: ravb: Split GTI computation and set operationsClaudiu Beznea2024-02-061-0/+2
* net: ravb: Move getting/requesting IRQs in the probe() methodClaudiu Beznea2024-02-061-4/+0
* ravb: Add RZ/G2L MII interface supportBiju Das2022-09-201-0/+8
* ravb: Use separate clock for gPTPPhil Edworthy2022-05-161-0/+2
* ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy2022-05-161-0/+3
* ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy2022-05-161-0/+1
* ravb: Update ravb_emac_init_gbeth()Biju Das2021-10-131-0/+6
* ravb: Document PFRI register bitBiju Das2021-10-131-1/+1
* ravb: Rename "nc_queue" feature bitBiju Das2021-10-131-1/+1
* ravb: Rename "tsrq" variableBiju Das2021-10-131-1/+1
* ravb: Add carrier_counters to struct ravb_hw_infoBiju Das2021-10-131-0/+3
* ravb: Fillup ravb_rx_gbeth() stubBiju Das2021-10-131-0/+1
* ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das2021-10-131-0/+1
* ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das2021-10-131-0/+1
* ravb: Add rx_max_buf_size to struct ravb_hw_infoBiju Das2021-10-131-0/+1
* ravb: Initialize GbEthernet E-MACBiju Das2021-10-021-4/+16
* ravb: Add half_duplex to struct ravb_hw_infoBiju Das2021-10-021-0/+3
* ravb: Add magic_pkt to struct ravb_hw_infoBiju Das2021-10-021-0/+1
* ravb: Add tsrq to struct ravb_hw_infoBiju Das2021-10-021-0/+1
* ravb: Initialize GbEthernet DMACBiju Das2021-10-021-1/+2
* ravb: Add support for RZ/G2L SoCBiju Das2021-10-021-0/+2
* ravb: Add nc_queue to struct ravb_hw_infoBiju Das2021-10-021-1/+2
* ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das2021-10-021-2/+2
* ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das2021-10-021-1/+1
* ravb: Add reset supportBiju Das2021-08-251-0/+1
* ravb: Factorise ravb_emac_init functionBiju Das2021-08-251-0/+1
* ravb: Factorise ravb_dmac_init functionBiju Das2021-08-251-0/+1
* ravb: Factorise ravb_set_featuresBiju Das2021-08-251-0/+1
* ravb: Factorise ravb_adjust_link functionBiju Das2021-08-251-0/+1
* ravb: Factorise ravb_rx functionBiju Das2021-08-251-0/+1
* ravb: Factorise ravb_ring_init functionBiju Das2021-08-251-0/+1