summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-22udp: add local "peek offset enabled" flagPaolo Abeni4-3/+13
2024-02-22Merge branch 'net-phy-marvell-88q2xxx-add-driver-for-the-marvell-88q2220-phy'Jakub Kicinski6-30/+625
2024-02-22net: phy: marvell-88q2xxx: move interrupt configurationDimitri Fedrau1-8/+8
2024-02-22net: phy: marvell-88q2xxx: remove duplicated assignment of pma_extableDimitri Fedrau1-7/+1
2024-02-22net: phy: marvell-88q2xxx: cleanup mv88q2xxx_config_initDimitri Fedrau1-8/+1
2024-02-22net: phy: marvell-88q2xxx: switch to mv88q2xxx_config_anegDimitri Fedrau1-12/+1
2024-02-22net: phy: marvell-88q2xxx: make mv88q2xxx_config_aneg genericDimitri Fedrau1-1/+1
2024-02-22net: phy: marvell-88q2xxx: add cable test supportDimitri Fedrau1-0/+107
2024-02-22net: phy: marvell-88q2xxx: add support for temperature sensorDimitri Fedrau2-0/+147
2024-02-22net: phy: marvell-88q2xxx: add suspend / resume opsDimitri Fedrau1-0/+34
2024-02-22net: phy: marvell-88q2xxx: add interrupt support for link detectionDimitri Fedrau1-4/+119
2024-02-22net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHYDimitri Fedrau2-6/+205
2024-02-22net: phy: marvell-88q2xxx: fix typosDimitri Fedrau1-11/+17
2024-02-22net: phy: c45: detect 100/1000BASE-T1 linkmode advertisementsDimitri Fedrau1-1/+2
2024-02-22net: phy: Support 100/1000BT1 linkmode advertisementsDimitri Fedrau1-0/+8
2024-02-22net: phy: Add BaseT1 auto-negotiation constantsDimitri Fedrau1-0/+2
2024-02-22net: phy: mxl-gpy: fill in possible_interfaces for GPY21x chipsetRaju Lakkaraju1-6/+14
2024-02-21Merge branch 'rework-genet-mdioclocking'David S. Miller3-45/+57
2024-02-21Revert "net: bcmgenet: Ensure MDIO unregistration has clocks enabled"Florian Fainelli1-2/+0
2024-02-21net: bcmgenet: Pass "main" clock down to the MDIO driverFlorian Fainelli1-0/+4
2024-02-21net: mdio: mdio-bcm-unimac: Manage clock around I/O accessesFlorian Fainelli2-43/+53
2024-02-21net: wan: framer: remove children from struct framer_ops kdocSimon Horman1-1/+0
2024-02-21Merge tag 'wireless-next-2024-02-20' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller306-7272/+18906
2024-02-21Merge branch 'net-kmem-cache-create'David S. Miller5-21/+8
2024-02-21ipv6: Simplify the allocation of slab cachesKunwu Chan1-4/+2
2024-02-21ipv4: Simplify the allocation of slab caches in ip_rt_initKunwu Chan1-3/+2
2024-02-21ipmr: Simplify the allocation of slab cachesKunwu Chan1-4/+1
2024-02-21ip6mr: Simplify the allocation of slab caches in ip6_mr_initKunwu Chan1-4/+1
2024-02-21net: kcm: Simplify the allocation of slab cachesKunwu Chan1-6/+2
2024-02-21net/dummy: Move stats allocation to coreBreno Leitao1-9/+1
2024-02-21tg3: simplify tg3_phy_autoneg_cfgHeiner Kallweit1-13/+4
2024-02-21tg3: copy only needed fields from userspace-provided EEE dataHeiner Kallweit1-1/+3
2024-02-21Merge branch 'net-constify-device_type'David S. Miller12-13/+13
2024-02-21net: hso: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: wwan: core: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: netdevsim: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: vlan: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: l2tp: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: hsr: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: geneve: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: ppp: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: vxlan: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: bridge: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: dsa: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: usbnet: constify the struct device_type usageRicardo B. Marliere1-2/+2
2024-02-21net: wan: framer: constify of_phandle_args in xlateKrzysztof Kozlowski2-11/+12
2024-02-21r8169: add MODULE_FIRMWARE entry for RTL8126AHeiner Kallweit1-0/+1
2024-02-21net: fix pointer check in skb_pp_cow_data routineLorenzo Bianconi1-1/+1
2024-02-20Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...Paolo Abeni9-21/+239
2024-02-20net: skbuff: add overflow debug check to pull/push helpersFlorian Westphal1-0/+6