summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa
AgeCommit message (Expand)AuthorFilesLines
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-2/+2
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-2/+2
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-14net: 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-23dpaa_eth: fix the access method for the dpaa_napi_portalCamelia Groza1-1/+1
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+38
2021-02-06dpaa_eth: try to move the data in place for the A050385 erratumCamelia Groza1-1/+19
2021-02-06dpaa_eth: reduce data alignment requirements for the A050385 erratumCamelia Groza1-1/+1
2021-02-06dpaa_eth: reserve space for the xdp_frame under the A050385 erratumCamelia Groza1-2/+18
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+2
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+2
2020-12-10net: 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-04Merge 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-12-01dpaa_eth: implement the A050385 erratum workaround for XDPCamelia Groza1-2/+82
2020-12-01dpaa_eth: rename current skb A050385 erratum workaroundCamelia Groza1-2/+2
2020-12-01dpaa_eth: add XDP_REDIRECT supportCamelia Groza2-1/+48
2020-12-01dpaa_eth: add XDP_TX supportCamelia Groza2-5/+126
2020-12-01dpaa_eth: limit the possible MTU range when XDP is enabledCamelia Groza1-8/+31
2020-12-01dpaa_eth: add basic XDP supportCamelia Groza2-16/+153
2020-12-01dpaa_eth: add struct for software backpointersCamelia Groza2-7/+17
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+18
2020-11-05dpaa_eth: use false and true for bool variablesZou Wei1-2/+2
2020-11-04net: dpaa: Replace in_irq() usage.Sebastian Andrzej Siewior1-6/+6
2020-11-04soc/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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-07-21dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian1-1/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-26dpaa_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-10net: freescale: select CONFIG_FIXED_PHY where neededArnd Bergmann1-0/+1
2020-05-01dpaa_eth: Fix comparing pointer to 0Aishwarya Ramakrishnan1-1/+1
2020-03-30dpaa_eth: Make dpaa_a050385_wa staticYueHaibing1-1/+1
2020-03-13Merge 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-09dpaa_eth: Use random MAC address when none is givenMadalin Bucur1-2/+14
2020-03-07dpaa_eth: FMan erratum A050385 workaroundMadalin Bucur1-3/+107
2020-03-04net/freescale: Don't set zero if FW not-available in dpaaLeon Romanovsky1-9/+0
2020-03-04net/freescale: Clean drivers from static versionsLeon Romanovsky1-2/+0