summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/pci' into nextSascha Hauer44 hours1-0/+7
|\
| * net: phy: realtek: add phy for RTL8168 internal phySascha Hauer2024-04-021-0/+7
* | Merge branch 'for-next/net' into nextSascha Hauer44 hours2-40/+35
|\ \
| * | net: usb: smsc95xx: disable HW checksumming in driverAhmad Fatoum2024-04-051-29/+12
| * | net: usb: smsc95xx: fix handling of multiple packets per urbAhmad Fatoum2024-04-051-2/+5
| * | net: usb: smsc95xx: don't blindly trust hardware sizeAhmad Fatoum2024-04-051-0/+6
| * | net: usb: smsc95xx: don't opencode get/put_aligned_le32Ahmad Fatoum2024-04-051-8/+6
| * | net: cpsw: report correct frame size to network stackAhmad Fatoum2024-04-051-1/+6
| |/
* | Merge branch 'for-next/nand' into nextSascha Hauer45 hours1-2/+2
|\ \
| * | mtd: update _lock/_unlock prototypeSascha Hauer45 hours1-2/+2
| |/
* | Merge branch 'for-next/misc' into nextSascha Hauer45 hours2-0/+18
|\ \
| * | net: usb: ax88179_178a.c: Add 2 new USB idsDavid Jander2024-04-031-0/+8
| * | net: phy: do not crash on missing read_page()/write_page() opsSascha Hauer2024-04-031-0/+10
| |/
* | net: bcmgenet: map DMA buffers with dma_map_singleAhmad Fatoum45 hours1-6/+7
* | treewide: use new dma_zalloc instead of opencodingAhmad Fatoum45 hours1-3/+1
* | net: usb: smsc95xx: use DMA memory for usb_control_msgAhmad Fatoum45 hours1-5/+10
* | net: usb: asix: use dma_alloc for buffers in USB control messagesAhmad Fatoum45 hours1-4/+4
* | net: macb: use DMA-capable memory for receive bufferAhmad Fatoum45 hours1-2/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2024-03-156-31/+73
|\
| * net: cpsw: map/unmap buffers used for DMAAhmad Fatoum2024-03-151-18/+28
| * net: cpsw: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-131-1/+7
| * net: ethoc: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-131-1/+9
| * net: gianfar: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-132-7/+13
| * net: enc28j60: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-131-2/+4
| * net: ep93xx: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-131-3/+13
* | Merge branch 'for-next/imx'Sascha Hauer2024-03-153-8/+192
|\ \
| * | net: phy: micrel: add support for ksz9131 phyMarc Kleine-Budde2024-03-131-0/+188
| * | net: phy: fix miibus parent device of_node not matching phy nodeSascha Hauer2024-03-132-8/+4
| |/
* | efi: don't hide structs, enums or unions behind _tAhmad Fatoum2024-03-051-10/+10
* | efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOADAhmad Fatoum2024-03-051-1/+1
|/
* Merge branch 'for-next/net'Sascha Hauer2024-01-245-0/+987
|\
| * net: Add fsl_enetc network driver supportSascha Hauer2024-01-095-0/+987
* | Merge branch 'for-next/layerscape'Sascha Hauer2024-01-231-0/+5
|\ \
| * | net: fsl_fman: gracefully exit of_fixup()Sascha Hauer2024-01-021-0/+5
| |/
* | Merge branch 'for-next/dsa'Sascha Hauer2024-01-237-74/+97
|\ \
| * | net: mdio_bus: associate OF nodes with their devicesAlvin Šipraga2024-01-021-0/+4
| * | net: dsa: realtek: unify ds_opsAlvin Šipraga2024-01-025-21/+7
| * | net: dsa: realtek: fix support for MDIO-connected switchesAlvin Šipraga2024-01-023-48/+81
| * | net: fec_imx: reverse registration order of mdiobus and edevAlvin Šipraga2024-01-021-5/+5
| |/
* | Merge branch 'for-next/arm'Sascha Hauer2024-01-231-1/+1
|\ \
| * | ARM: mach-types: don't generate header at buildtimeAhmad Fatoum2024-01-041-1/+1
| |/
* | net: fsl-fman: fix CONFIG_DMA_API_DEBUG warningsAhmad Fatoum2024-01-101-10/+11
* | net: fsl-fman: fix alignment of RX bufferAhmad Fatoum2024-01-101-3/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2023-12-183-0/+110
|\
| * net: phy: add TI DP83TG720 1000BaseT1 PHY supportOleksij Rempel2023-12-133-0/+110
* | net: macb: convert to volatile accessesSteffen Trumtrar2023-12-051-32/+21
* | net: macb: fix dma_alloc for rx_bufferSteffen Trumtrar2023-12-051-29/+54
|/
* Merge branch 'for-next/misc'Sascha Hauer2023-11-271-1/+1
|\
| * net: mvneta: increase RX ring sizeSascha Hauer2023-11-061-1/+1
* | net: eqos: Add i.MX93 supportSascha Hauer2023-11-202-29/+97