summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2 daysMerge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
5 daysnet: gianfar: dispose irq mappings on probe failure and device removalRosen Penev
5 daysfsl/fman: Free init resources on KeyGen failure in fman_init()Haoxiang Li
8 daysnet: enetc: check the number of BDs needed for xdp_frameWei Fang
10 daysnet: enetc: fix potential divide-by-zero when num_vsi is zeroWei Fang
14 daysdpaa2-switch: do not accept VLAN uppers while bridgedIoana Ciornei
2026-06-18dpaa2-switch: fix VLAN upper check not rejecting bridge joinIoana Ciornei
2026-06-15net: enetc: add helpers to set/clear table bitmapWei Fang
2026-06-15net: enetc: add "Update" operation to the egress count tableWei Fang
2026-06-15net: enetc: add interfaces to manage egress treatment tableWei Fang
2026-06-15net: enetc: add "Update" and "Delete" operations to VLAN filter tableWei Fang
2026-06-15net: enetc: add interfaces to manage dynamic FDB entriesWei Fang
2026-06-13dpaa2-switch: unify the FDB update logic in dpaa2_switch_port_set_fdb()Ioana Ciornei
2026-06-13dpaa2-switch: move FDB selection for leave path into a helperIoana Ciornei
2026-06-13dpaa2-switch: move FDB selection for join path into a helperIoana Ciornei
2026-06-13dpaa2-switch: factor out the FDB in-use check into a helperIoana Ciornei
2026-06-13dpaa2-switch: change dpaa2_switch_port_set_fdb() function prototypeIoana Ciornei
2026-06-11net: fec: remove reference to nonexistent CONFIG_GILBARCONAP optionEthan Nelson-Moore
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-02dpaa2-switch: fix handling of NAPI on the remove pathIoana Ciornei
2026-06-02dpaa2-switch: support VLAN flag changes on existing VIDsIoana Ciornei
2026-06-02dpaa2-switch: remove duplicated check for the maximum number of VLANsIoana Ciornei
2026-06-02dpaa2-switch: fix the error path in dpaa2_switch_rx()Ioana Ciornei
2026-06-02dpaa2-switch: rework FDB management on the bridge leave pathIoana Ciornei
2026-06-02net: fec_mpc52xx: add missing kernel-doc for @may_sleepRosen Penev
2026-06-02net: fec: fix pinctrl default state restore order on resumeTapio Reijonen
2026-06-01net: fec_mpc52xx_phy: Add missing MODULE_DESCRIPTION()Rosen Penev
2026-05-26net: enetc: dynamically allocate rxmsg based on VF countWei Fang
2026-05-26net: enetc: use MADDR_TYPE for MAC filter array sizeWei Fang
2026-05-26net: enetc: add generic helper to initialize SR-IOV resourcesWei Fang
2026-05-26net: enetc: add CBDR setup/teardown hooks to enetc_si_ops for VF supportWei Fang
2026-05-26net: enetc: align v1 CBDR API with v4 for VF driver sharingWei Fang
2026-05-26net: enetc: add VF-PF messaging support for IP minor revision queryWei Fang
2026-05-26net: enetc: convert mailbox messages to new formatsWei Fang
2026-05-26net: enetc: use read_poll_timeout() for VF mailbox pollingWei Fang
2026-05-26net: enetc: integrate enetc_msg.c into enetc-pf-common driverWei Fang
2026-05-26net: enetc: relocate SR-IOV configuration helper for common PF supportWei Fang
2026-05-26net: enetc: move VF message handlers to enetc_msg.cWei Fang
2026-05-26net: enetc: use enetc_set_si_hw_addr() for setting MAC addressWei Fang
2026-05-25eth: dpaa2: constify dpaa2_ethtool_stats and dpaa2_ethtool_extrasLen Bao
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-21net: enetc: avoid VF->PF mailbox timeout during SR-IOV teardownWei Fang
2026-05-21net: enetc: fix init and teardown order to prevent use of unsafe resourcesWei Fang
2026-05-21net: enetc: fix unbounded loop and interrupt handling in VF-to-PF messagingWei Fang
2026-05-21net: enetc: fix DMA write to freed memory in enetc_msg_free_mbx()Wei Fang
2026-05-21net: enetc: fix race condition in VF MAC address configurationWei Fang
2026-05-21net: enetc: fix TOCTOU race and validate VF MAC addressWei Fang
2026-05-21net: enetc: add ratelimiting to VF mailbox error messagesWei Fang
2026-05-21net: enetc: fix missing error code when pf->vf_state allocation failsWei Fang