aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-13net: dpaa_eth: remove dead select in menuconfig FSL_DPAA_ETHLukas Bulwahn1-1/+0
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-24freescale: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-7/+1
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-7/+5
2021-02-22dpaa_eth: fix the access method for the dpaa_napi_portalCamelia Groza1-1/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+38
2021-02-05dpaa_eth: try to move the data in place for the A050385 erratumCamelia Groza1-1/+19
2021-02-05dpaa_eth: reduce data alignment requirements for the A050385 erratumCamelia Groza1-1/+1
2021-02-05dpaa_eth: reserve space for the xdp_frame under the A050385 erratumCamelia Groza1-2/+18
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+2
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+2
2020-12-09net: freescale: dpaa: simplify the return dpaa_eth_refill_bpools()Zheng Yongjun1-5/+1
2020-12-04dpaa_eth: fix build errorr in dpaa_fq_initAnders Roxell1-1/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2020-12-02dpaa_eth: copy timestamp fields to new skb in A-050385 workaroundYangbo Lu1-1/+9
2020-11-30dpaa_eth: implement the A050385 erratum workaround for XDPCamelia Groza1-2/+82
2020-11-30dpaa_eth: rename current skb A050385 erratum workaroundCamelia Groza1-2/+2
2020-11-30dpaa_eth: add XDP_REDIRECT supportCamelia Groza2-1/+48
2020-11-30dpaa_eth: add XDP_TX supportCamelia Groza2-5/+126
2020-11-30dpaa_eth: limit the possible MTU range when XDP is enabledCamelia Groza1-8/+31
2020-11-30dpaa_eth: add basic XDP supportCamelia Groza2-16/+153
2020-11-30dpaa_eth: add struct for software backpointersCamelia Groza2-7/+17
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+18
2020-11-04dpaa_eth: use false and true for bool variablesZou Wei1-2/+2
2020-11-03net: dpaa: Replace in_irq() usage.Sebastian Andrzej Siewior1-6/+6
2020-11-03soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior1-4/+8
2020-11-02dpaa_eth: fix the RX headroom size alignmentCamelia Groza1-5/+9
2020-11-02dpaa_eth: update the buffer layout for non-A050385 erratum scenariosCamelia Groza1-6/+10
2020-10-10dpaa_eth: enable NETIF_MSG_HW by defaultMaxim Kochetkov1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-07-20dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-25dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean1-1/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-09net: freescale: select CONFIG_FIXED_PHY where neededArnd Bergmann1-0/+1
2020-04-30dpaa_eth: Fix comparing pointer to 0Aishwarya Ramakrishnan1-1/+1
2020-03-30dpaa_eth: Make dpaa_a050385_wa staticYueHaibing1-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+108
2020-03-12net: dpaa: reject unsupported coalescing paramsJakub Kicinski1-4/+2
2020-03-11dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor1-3/+1
2020-03-08dpaa_eth: Use random MAC address when none is givenMadalin Bucur1-2/+14
2020-03-06dpaa_eth: FMan erratum A050385 workaroundMadalin Bucur1-3/+107
2020-03-03net/freescale: Don't set zero if FW not-available in dpaaLeon Romanovsky1-9/+0
2020-03-03net/freescale: Clean drivers from static versionsLeon Romanovsky1-2/+0
2020-02-07dpaa_eth: support all modes with rate adapting PHYsMadalin Bucur1-3/+11
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+20
2019-12-26dpaa_eth: fix DMA mapping leakMadalin Bucur1-19/+20
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1