summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)Author
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-07dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switc...Yuan Can
2022-12-01net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()Vladimir Oltean
2022-12-01net: dpaa2-switch: serialize changes to priv->mac with a mutexVladimir Oltean
2022-12-01net: dpaa2-eth: serialize changes to priv->mac with a mutexVladimir Oltean
2022-12-01net: dpaa2-eth: connect to MAC before requesting the "endpoint changed" IRQVladimir Oltean
2022-12-01net: dpaa2-switch replace direct MAC access with dpaa2_switch_port_has_mac()Vladimir Oltean
2022-12-01net: dpaa2: publish MAC stringset to ethtool -S even if MAC is missingVladimir Oltean
2022-12-01net: dpaa2-switch: assign port_priv->mac after dpaa2_mac_connect() callVladimir Oltean
2022-12-01net: dpaa2-eth: assign priv->mac after dpaa2_mac_connect() callVladimir Oltean
2022-12-01net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()Vladimir Oltean
2022-12-01net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()Vladimir Oltean
2022-12-01net: dpaa2: replace dpaa2_mac_is_type_fixed() with dpaa2_mac_is_type_phy()Vladimir Oltean
2022-12-01net: dpaa2-eth: don't use -ENOTSUPP error codeVladimir Oltean
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol
2022-11-14net: dpaa2: Remove linux/msi.h includesThomas Gleixner
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko
2022-10-31net: dpaa2: Add some debug prints on deferred probeSean Anderson
2022-10-27net: dpaa2-eth: Simplify bool conversionYang Li
2022-10-24net: dpaa2-eth: add trace points on XSK eventsRobert-Ionut Alexa
2022-10-24net: dpaa2-eth: AF_XDP TX zero copy supportRobert-Ionut Alexa
2022-10-24net: dpaa2-eth: AF_XDP RX zero copy supportRobert-Ionut Alexa
2022-10-24net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() functionRobert-Ionut Alexa
2022-10-24net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb functionRobert-Ionut Alexa
2022-10-24net: dpaa2-eth: use dev_close/open instead of the internal functionsIoana Ciornei
2022-10-24net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN poolsRobert-Ionut Alexa
2022-10-24net: dpaa2-eth: export buffer pool info into a new debugfs fileIoana Ciornei
2022-10-24net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug fileIoana Ciornei
2022-10-24net: dpaa2-eth: add support for multiple buffer pools per DPNIRobert-Ionut Alexa
2022-10-24net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_statsIoana Ciornei
2022-10-24net: dpaa2-eth: add support to query the number of queues through ethtoolRobert-Ionut Alexa
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-11dpaa2-eth: trace the allocated address instead of page structChen Lin
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-10eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski
2022-04-05dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin
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-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-15dpaa2-eth: Simplify bool conversionYang Li