summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa
AgeCommit message (Expand)Author
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-13net: dpaa_eth: remove dead select in menuconfig FSL_DPAA_ETHLukas Bulwahn
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-24freescale: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-02-22dpaa_eth: fix the access method for the dpaa_napi_portalCamelia Groza
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-05dpaa_eth: try to move the data in place for the A050385 erratumCamelia Groza
2021-02-05dpaa_eth: reduce data alignment requirements for the A050385 erratumCamelia Groza
2021-02-05dpaa_eth: reserve space for the xdp_frame under the A050385 erratumCamelia Groza
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-09net: freescale: dpaa: simplify the return dpaa_eth_refill_bpools()Zheng Yongjun
2020-12-04dpaa_eth: fix build errorr in dpaa_fq_initAnders Roxell
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-02dpaa_eth: copy timestamp fields to new skb in A-050385 workaroundYangbo Lu
2020-11-30dpaa_eth: implement the A050385 erratum workaround for XDPCamelia Groza
2020-11-30dpaa_eth: rename current skb A050385 erratum workaroundCamelia Groza
2020-11-30dpaa_eth: add XDP_REDIRECT supportCamelia Groza
2020-11-30dpaa_eth: add XDP_TX supportCamelia Groza
2020-11-30dpaa_eth: limit the possible MTU range when XDP is enabledCamelia Groza
2020-11-30dpaa_eth: add basic XDP supportCamelia Groza
2020-11-30dpaa_eth: add struct for software backpointersCamelia Groza
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-04dpaa_eth: use false and true for bool variablesZou Wei
2020-11-03net: dpaa: Replace in_irq() usage.Sebastian Andrzej Siewior
2020-11-03soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior
2020-11-02dpaa_eth: fix the RX headroom size alignmentCamelia Groza
2020-11-02dpaa_eth: update the buffer layout for non-A050385 erratum scenariosCamelia Groza
2020-10-10dpaa_eth: enable NETIF_MSG_HW by defaultMaxim Kochetkov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-20dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-25dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-09net: freescale: select CONFIG_FIXED_PHY where neededArnd Bergmann
2020-04-30dpaa_eth: Fix comparing pointer to 0Aishwarya Ramakrishnan
2020-03-30dpaa_eth: Make dpaa_a050385_wa staticYueHaibing
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12net: dpaa: reject unsupported coalescing paramsJakub Kicinski
2020-03-11dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor
2020-03-08dpaa_eth: Use random MAC address when none is givenMadalin Bucur
2020-03-06dpaa_eth: FMan erratum A050385 workaroundMadalin Bucur
2020-03-03net/freescale: Don't set zero if FW not-available in dpaaLeon Romanovsky
2020-03-03net/freescale: Clean drivers from static versionsLeon Romanovsky
2020-02-07dpaa_eth: support all modes with rate adapting PHYsMadalin Bucur
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller