summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin2022-03-101-0/+1
* dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie2022-02-151-1/+1
* dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_keyTom Rix2022-02-151-1/+3
* dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa2022-02-101-2/+2
* net: fec_mpc52xx: don't discard const from netdev->dev_addrJakub Kicinski2022-01-251-5/+7
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-201-7/+21
|\
| * net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz2022-01-191-1/+2
| * net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz2022-01-191-6/+19
* | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-133-8/+5
|\ \ | |/ |/|
| * bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner2021-12-163-8/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-5/+16
|\ \
| * | fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang2022-01-061-5/+16
* | | net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-092-13/+4
* | | dpaa2-switch: check if the port priv is validIoana Ciornei2022-01-061-3/+6
* | | dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...Ioana Ciornei2022-01-061-1/+14
* | | dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa2022-01-061-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-1/+0
|\| |
| * | net/fsl: Remove leftover definition in xgmac_mdioMarkus Koch2022-01-021-1/+0
* | | net: ethernet: enetc: name change for clarity from pcs to mdio_deviceColin Foster2022-01-021-7/+7
* | | net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster2022-01-024-15/+21
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-313-3/+3
|\ \ \
| * | | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-133-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-5/+7
|\ \ \ \ | | |/ / | |/| |
| * | | fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin2021-12-301-5/+7
* | | | fsl/fman: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-16/+16
* | | | flow_offload: add index to flow_action_entry structureBaowen Zheng2021-12-191-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-162-1/+3
|\| | |
| * | | dpaa2-eth: fix ethtool statisticsIoana Ciornei2021-12-152-1/+3
| | |/ | |/|
* | | net: fec: fix system hang during suspend/resumeJoakim Zhang2021-12-151-12/+34
* | | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-142-8/+0
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-092-1/+4
|\|
| * net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang2021-12-072-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-0/+2
|\|
| * dpaa2-eth: destroy workqueue at the end of remove functionDongliang Mu2021-11-301-0/+2
* | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-1/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-223-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-2/+2
|\|
| * net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin2021-11-171-2/+2
* | net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)2021-11-181-48/+5
* | net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)2021-11-181-35/+0
* | net: dpaa2-mac: populate supported_interfaces memberRussell King2021-11-181-0/+21
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-2/+2
* | net: enetc: use phylink_generic_validate()Russell King (Oracle)2021-11-171-30/+3
* | net: enetc: remove interface checks in enetc_pl_mac_validate()Russell King (Oracle)2021-11-171-10/+0
* | net: enetc: populate supported_interfaces memberRussell King (Oracle)2021-11-171-0/+10
|/
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-222-2/+5
|\
| * net: enetc: make sure all traffic classes can send large framesVladimir Oltean2021-10-211-1/+4
| * net: enetc: fix ethtool counter name for PM0_TERRVladimir Oltean2021-10-211-1/+1
* | net: enetc: use the skb variable directly in enetc_clean_tx_ring()Vladimir Oltean2021-10-211-2/+1