summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-30net: gianfar: add support for software TX timestampingVladimir Oltean
2022-06-30freescale/fs_enet:fix repeated words in commentsJilin Yuan
2022-05-28net: enetc: Use pci_release_region() to release some resourcesChristophe JAILLET
2022-05-28net: dpaa: Convert to SPDX identifiersSean Anderson
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-22dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei
2022-05-22dpaa2-eth: use the correct software annotation fieldIoana Ciornei
2022-05-22dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei
2022-05-22net: fec: Do proper error checking for enet_out clkUwe Kleine-König
2022-05-22net: fec: Do proper error checking for optional clksUwe Kleine-König
2022-05-19net: fec: Avoid allocating rx buffer using ATOMIC in ndo_openMichael Trimarchi
2022-05-12net: enetc: kill PHY-less mode for PFsVladimir Oltean
2022-05-11net: enetc: count the tc-taprio window dropsPo Liu
2022-05-11net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean
2022-05-10eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-05-05net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski
2022-05-05net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-04-29eth: gfar: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-04-28net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean
2022-04-27net: fec: add missing of_node_put() in fec_enet_init_stop_mode()Yang Yingliang
2022-04-11dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi
2022-04-05dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin
2022-03-25net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-17net/fsl: xgmac_mdio: use correct format charactersBill Wendling
2022-03-17enetc: use correct format charactersBill Wendling
2022-03-14dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei
2022-03-14dpaa2-mac: move setting up supported_interfaces into a functionIoana Ciornei
2022-03-14dpaa2-mac: retrieve API version and detect featuresIoana Ciornei
2022-03-14dpaa2-mac: add the MC API for reconfiguring the protocolIoana Ciornei
2022-03-14dpaa2-mac: add the MC API for retrieving the versionIoana Ciornei
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-10gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
2022-02-19dpaa2-eth: Update SINGLE_STEP register accessRadu Bulie
2022-02-19dpaa2-eth: Update dpni_get_single_step_cfg commandRadu Bulie
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-02-15dpaa2-eth: Simplify bool conversionYang Li
2022-02-15dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie
2022-02-15dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_keyTom Rix
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa
2022-02-09net:enetc: enetc qos using the CBDR dma alloc functionPo Liu
2022-02-09net:enetc: command BD ring data memory alloc as one function alonePo Liu
2022-02-09net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu