aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
12 daysnet: fec: only stop PTP if it was initializedbui duc phuc1-2/+4
2026-08-24net: enetc: restore RX ring congestion mode for ENETC v4Wei Fang1-12/+4
2026-08-24net: enetc: restore RX ring congestion mode after ring reconfigurationWei Fang3-27/+68
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet1-5/+7
2026-07-30net: ethernet: remove conditional return with no effectSang-Heon Jeon2-10/+2
2026-07-27net: enetc: use kzalloc_flex() for enetc_psfp_gate allocationWei Fang1-3/+1
2026-07-27net: enetc: use alloc_etherdev_mqs() to create netdev for VF driverWei Fang1-1/+8
2026-07-27net: enetc: remove redundant num_vsi field from enetc_port_capsWei Fang3-32/+68
2026-07-27net: enetc: move enetc_set_si_vlan_promisc() to enetc_pf_common.cWei Fang4-31/+25
2026-07-27net: enetc: refactor SI VLAN promiscuous mode configurationWei Fang3-26/+16
2026-07-27net: enetc: open-code enetc4_set_default_si_vlan_promisc()Wei Fang1-12/+3
2026-07-27net: enetc: remove invalid code from enetc4_pl_mac_link_up()Wei Fang3-40/+1
2026-07-27net: enetc: differentiate phylink capabilities for pseudo-MAC and standalone MACClaudiu Manoil3-15/+32
2026-07-27net: enetc: simplify enetc4_set_port_speed()Wei Fang2-17/+10
2026-07-27net: enetc: use PCI device name for debugfs directoryWei Fang1-2/+1
2026-07-27net: enetc: improve MAFT entry management with bitmap trackingWei Fang3-36/+94
2026-07-27net: enetc: convert ndo_set_rx_mode() to ndo_set_rx_mode_async()Wei Fang2-122/+58
2026-07-27net: enetc: extract common helpers for MAC hash filter configurationWei Fang4-63/+73
2026-07-27net: enetc: extract common helpers for MAC promiscuous mode settingWei Fang7-33/+56
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+14
2026-07-22net: dpaa: fix mode settingMichael Walle1-5/+12
2026-07-21dpaa2-eth: put MAC endpoint device on disconnectGuangshuo Li1-0/+1
2026-07-21dpaa2-switch: put MAC endpoint device on disconnectGuangshuo Li1-0/+1
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-2/+0
2026-07-02Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linuxLinus Torvalds2-2/+0
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-1/+10
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)2-2/+0
2026-07-01dpaa2-switch: add support for imprecise source portIoana Ciornei2-2/+16
2026-07-01dpaa2-switch: trap all link local reserved addresses to the CPUIoana Ciornei1-7/+6
2026-07-01dpaa2-switch: offload port objects on an upper bond deviceIoana Ciornei1-28/+41
2026-07-01dpaa2-switch: offload FDBs added on an upper bond deviceIoana Ciornei2-26/+225
2026-07-01dpaa2-switch: add support for LAG offloadIoana Ciornei2-12/+476
2026-07-01dpaa2-switch: add LAG configuration APIIoana Ciornei3-1/+107
2026-07-01dpaa2-switch: consolidate unicast and multicast managementIoana Ciornei1-12/+27
2026-07-01dpaa2-switch: add dpaa2_switch_port_to_bridge_port() helperIoana Ciornei1-3/+20
2026-07-01dpaa2-switch: check early if an FDB entry should be addedIoana Ciornei1-4/+3
2026-07-01dpaa2-switch: create a separate dpaa2_switch_port_fdb_event() functionIoana Ciornei1-7/+21
2026-07-01dpaa2-switch: extend the FDB management to cover bond scenariosIoana Ciornei1-10/+25
2026-07-01dpaa2-switch: avoid holding rtnl_lock in dpaa2_switch_event_work()Ioana Ciornei1-2/+8
2026-07-01dpaa2-switch: remove unnecessary dev_mc_add/dev_mc_del callsIoana Ciornei1-48/+2
2026-06-30net: gianfar: dispose irq mappings on probe failure and device removalRosen Penev1-5/+11
2026-06-30fsl/fman: Free init resources on KeyGen failure in fman_init()Haoxiang Li1-1/+3
2026-06-29net: gianfar: dispose irq mappings on probe failure and device removalRosen Penev1-5/+11
2026-06-27net: enetc: check the number of BDs needed for xdp_frameWei Fang1-0/+7
2026-06-25net: enetc: fix potential divide-by-zero when num_vsi is zeroWei Fang1-0/+3
2026-06-21dpaa2-switch: do not accept VLAN uppers while bridgedIoana Ciornei1-0/+8
2026-06-18dpaa2-switch: fix VLAN upper check not rejecting bridge joinIoana Ciornei1-1/+1
2026-06-15net: enetc: add helpers to set/clear table bitmapWei Fang1-0/+24
2026-06-15net: enetc: add "Update" operation to the egress count tableWei Fang1-0/+45
2026-06-15net: enetc: add interfaces to manage egress treatment tableWei Fang2-0/+114