summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2022-08-27net: fman: memac: Uninitialized variable on error pathDan Carpenter1-1/+1
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+82
2022-08-24fec: Restart PPS after link state changeCsókás Bence3-4/+77
2022-08-22net: freescale: xgmac: Do not dereference fwnode in struct devicezhaoxiao1-1/+1
2022-08-20net: fman: memac: Use params instead of priv for max_speedSean Anderson1-3/+1
2022-08-20net: fman: Export/rename some common functionsSean Anderson2-6/+9
2022-08-20net: fman: Configure fixed link in memac_initializationSean Anderson1-47/+46
2022-08-20net: fman: Move struct dev to mac_deviceSean Anderson2-20/+12
2022-08-20net: fman: Store initialization function in match dataSean Anderson2-192/+165
2022-08-20net: fman: Get PCS node in per-mac initSean Anderson2-11/+10
2022-08-20net: fman: dtsec: Always gracefully stop/startSean Anderson2-74/+30
2022-08-20net: fman: Store en/disable in mac_device instead of mac_priv_sSean Anderson3-44/+15
2022-08-20net: fman: Don't pass comm_mode to enable/disableSean Anderson7-46/+24
2022-08-20net: fman: Convert to SPDX identifiersSean Anderson18-515/+33
2022-08-20net: dpaa: Fix <1G ethernet on LS1046ARDBSean Anderson1-1/+5
2022-08-13fec: Fix timer capture timing in `fec_ptp_enable_pps()`Csókás Bence1-5/+1
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
2022-08-11dpaa2-eth: trace the allocated address instead of page structChen Lin1-2/+2
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-5/+4
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-07-01net: gianfar: add support for software TX timestampingVladimir Oltean2-1/+6
2022-07-01freescale/fs_enet:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko3-5/+4
2022-05-28net: enetc: Use pci_release_region() to release some resourcesChristophe JAILLET1-2/+2
2022-05-28net: dpaa: Convert to SPDX identifiersSean Anderson5-143/+15
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+12
2022-05-23dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei1-4/+4
2022-05-23dpaa2-eth: use the correct software annotation fieldIoana Ciornei1-1/+1
2022-05-23dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei1-1/+3
2022-05-22net: fec: Do proper error checking for enet_out clkUwe Kleine-König1-3/+5
2022-05-22net: fec: Do proper error checking for optional clksUwe Kleine-König1-6/+10
2022-05-19net: fec: Avoid allocating rx buffer using ATOMIC in ndo_openMichael Trimarchi1-1/+1
2022-05-12net: enetc: kill PHY-less mode for PFsVladimir Oltean1-10/+14
2022-05-12net: enetc: count the tc-taprio window dropsPo Liu4-2/+16
2022-05-12net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean2-4/+8
2022-05-10eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski1-3/+0
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-05-06net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski1-2/+2
2022-05-06net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2-0/+3
2022-04-29eth: gfar: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-4/+1
2022-04-28net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean1-4/+0
2022-04-28net: fec: add missing of_node_put() in fec_enet_init_stop_mode()Yang Yingliang1-1/+1
2022-04-11dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi1-2/+6
2022-04-05dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin1-1/+3
2022-03-26net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean1-1/+4
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds20-252/+829
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds1-1/+1
2022-03-18net/fsl: xgmac_mdio: use correct format charactersBill Wendling1-1/+1
2022-03-18enetc: use correct format charactersBill Wendling1-1/+1