summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
12 daysnet: fec: Reload PTP registers after link-state changeCsókás, Bence2-0/+23
12 daysnet: fec: Restart PPS after link state changeCsókás, Bence3-1/+46
2024-10-04net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+1
2024-09-18net: dpaa: Pad packets to ETH_ZLENSean Anderson1-1/+8
2024-09-12net: dpaa: avoid on-stack arrays of NR_CPUS elementsVladimir Oltean2-6/+24
2024-08-29dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()Dan Carpenter1-3/+4
2024-08-14net: fec: Stop PPS on driver removeCsókás, Bence1-0/+3
2024-08-03net: fec: Fix FEC_ECR_EN1588 being cleared on link-downCsókás, Bence1-0/+6
2024-05-28net:fec: Add fec_enet_deinit()Xiaolei Wang1-0/+10
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-6/+8
2024-05-23net: fec: avoid lock evasion when reading pps_enableWei Fang1-6/+8
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2-3/+3
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+0
2024-05-14net: fec: remove .ndo_poll_controller to avoid deadlocksWei Fang1-26/+0
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin1-1/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet4-4/+4
2024-04-23dpaa2-switch: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+6
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+9
2024-04-04net: fman: Remove some unused fields in some structureChristophe JAILLET2-2/+0
2024-04-04net: fec: Set mac_managed_pm during probeWei Fang1-2/+9
2024-04-03net/dpaa2: Avoid explicit cpumask var allocation on stackDawei Li1-5/+9
2024-03-29enetc: avoid truncating error messageArnd Bergmann1-1/+1
2024-03-06net: fec: Fixup EEEAndrew Lunn1-18/+5
2024-03-06net: fec: Move fec_enet_eee_mode_set() and helper earlierAndrew Lunn1-37/+38
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+9
2024-02-23net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device ...Vladimir Oltean1-9/+9
2024-02-14net: fec: Refactor: Replace FEC_ENET_FCE with FEC_RCR_FLOWCTLCsókás Bence1-4/+2
2024-02-14net: fec: Refactor: #define magic constantsCsókás Bence1-16/+30
2024-02-07net: fec: remove eee_enabled/eee_active in fec_enet_get_eee()Russell King (Oracle)1-4/+0
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit4-10/+10
2024-01-25net: fec: fix the unhandled context fault from smmuShenwei Wang1-0/+2
2024-01-25net: fill in MODULE_DESCRIPTION()s for fsl_pq_mdioBreno Leitao1-0/+1
2024-01-25net: fill in MODULE_DESCRIPTION()s for fecBreno Leitao1-0/+1
2024-01-25net: fill in MODULE_DESCRIPTION()s for enetcBreno Leitao1-0/+1
2024-01-05net: enetc: allow phy-mode = "1000base-x"Vladimir Oltean1-0/+3
2023-12-23dpaa2-switch: cleanup the egress flood of an unused FDBIoana Ciornei1-0/+6
2023-12-23dpaa2-switch: move a check to the prechangeupper stageIoana Ciornei1-15/+16
2023-12-23dpaa2-switch: reorganize the [pre]changeupper eventsIoana Ciornei1-25/+52
2023-12-23dpaa2-switch: do not clear any interrupts automaticallyIoana Ciornei1-2/+2
2023-12-23dpaa2-switch: add ENDPOINT_CHANGED to the irq_maskIoana Ciornei1-1/+1
2023-12-23dpaa2-switch: print an error when the vlan is already configuredIoana Ciornei1-2/+4
2023-12-23dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capableIoana Ciornei1-0/+1
2023-12-23dpaa2-switch: set interface MAC address only on endpoint changeIoana Ciornei1-3/+2
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-28/+17
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-14/+17
2023-12-14dpaa2-switch: do not ask for MDB, VLAN and FDB replayIoana Ciornei1-9/+2
2023-12-14dpaa2-switch: fix size of the dma_unmapIoana Ciornei1-3/+4
2023-12-10net: fec: correct queue selectionRadu Bulie1-16/+11
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-2/+2