summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2022-04-02net: enetc: use .mac_select_pcs() interfaceRussell King (Oracle)
2022-04-02net: dpaa2-mac: use .mac_select_pcs() interfaceRussell King (Oracle)
2022-04-02net: dpaa2-mac: populate supported_interfaces member (2)Russell King
2022-03-10gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin
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-10dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa
2022-01-25net: fec_mpc52xx: don't discard const from netdev->dev_addrJakub Kicinski
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-19net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz
2022-01-19net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-01-06dpaa2-switch: check if the port priv is validIoana Ciornei
2022-01-06dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...Ioana Ciornei
2022-01-06dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa
2022-01-06fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-02net: ethernet: enetc: name change for clarity from pcs to mdio_deviceColin Foster
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster
2022-01-02net/fsl: Remove leftover definition in xgmac_mdioMarkus Koch
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-30fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin
2021-12-27fsl/fman: Use platform_get_irq() to get the interruptLad Prabhakar
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner
2021-12-15dpaa2-eth: fix ethtool statisticsIoana Ciornei
2021-12-15net: fec: fix system hang during suspend/resumeJoakim Zhang
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-07net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-30dpaa2-eth: destroy workqueue at the end of remove functionDongliang Mu
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-18net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)
2021-11-18net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)
2021-11-18net: dpaa2-mac: populate supported_interfaces memberRussell King
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet
2021-11-17net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin
2021-11-17net: enetc: use phylink_generic_validate()Russell King (Oracle)
2021-11-17net: enetc: remove interface checks in enetc_pl_mac_validate()Russell King (Oracle)
2021-11-17net: enetc: populate supported_interfaces memberRussell King (Oracle)
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller