summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc
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)
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
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-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-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
2026-05-21net: enetc: fix incorrect mailbox message status returned to VFsWei Fang
2026-05-21net: enetc: add multiple command BD rings supportWei Fang
2026-05-21net: enetc: add support for "Add" and "Delete" operations to IPFTWei Fang
2026-05-21net: enetc: add support for the "Update" operation to buffer pool tableWei Fang
2026-05-21net: enetc: add support for the "Add" operation to VLAN filter tableWei Fang
2026-05-21net: enetc: add basic operations to the FDB tableWei Fang
2026-05-21net: enetc: add pre-boot initialization for i.MX94 switchWei Fang
2026-04-30net: enetc: fix VSI mailbox timeout handling and DMA lifecycleWei Fang
2026-04-16net: enetc: fix NTMP DMA use-after-free issueWei Fang
2026-04-16net: enetc: correct the command BD ring consumer indexWei Fang
2026-04-12net: enetc: add unstructured counters for ENETC v4Wei Fang
2026-04-12net: enetc: add unstructured pMAC counters for ENETC v1Wei Fang
2026-04-12net: enetc: remove standardized counters from enetc_pm_countersWei Fang
2026-04-12net: enetc: show RX drop counters only for assigned RX ringsWei Fang
2026-04-12net: enetc: add support for the standardized countersWei Fang
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-27net: enetc: do not allow VF to configure the RSS keyWei Fang
2026-03-27net: enetc: check whether the RSS algorithm is ToeplitzWei Fang
2026-03-26net: enetc: do not access non-existent registers on pseudo MACWei Fang
2026-03-26net: enetc: add graceful stop to safely reinitialize the TX RingWei Fang