summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2021-04-10enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil1-5/+1
2021-04-10net: enetc: fix TX ring interrupt stormVladimir Oltean1-1/+2
2021-04-10net: enetc: fix array underflow in error handling codeDan Carpenter1-1/+1
2021-04-10net: fec: use mac-managed PHY PMHeiner Kallweit1-0/+3
2021-04-03dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei3-2/+47
2021-04-03dpaa2-eth: add rx copybreak supportIoana Ciornei2-3/+36
2021-04-03dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2-15/+17
2021-04-01net: enetc: add support for XDP_REDIRECTVladimir Oltean4-12/+218
2021-04-01net: enetc: increase RX ring default sizeVladimir Oltean1-1/+1
2021-04-01net: enetc: add support for XDP_TXVladimir Oltean3-25/+228
2021-04-01net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean4-20/+281
2021-04-01net: enetc: move up enetc_reuse_page and enetc_page_reusableVladimir Oltean1-19/+19
2021-04-01net: enetc: clean the TX software BD on the TX confirmation pathVladimir Oltean1-0/+4
2021-04-01net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean2-4/+4
2021-04-01net: enetc: move skb creation into enetc_build_skbVladimir Oltean1-37/+44
2021-04-01net: enetc: consume the error RX buffer descriptors in a dedicated functionVladimir Oltean1-16/+27
2021-03-31dpaa2-switch: setup learning state on STP state changeIoana Ciornei1-8/+26
2021-03-31dpaa2-switch: trap STP frames to the CPUIoana Ciornei5-0/+289
2021-03-31dpaa2-switch: keep track of the current learning state per portIoana Ciornei2-0/+5
2021-03-31dpaa2-switch: create and assign an ACL table per portIoana Ciornei5-1/+193
2021-03-31dpaa2-switch: fix the translation between the bridge and dpsw STP statesIoana Ciornei1-3/+20
2021-03-29gianfar: Handle error code at MAC address changeClaudiu Manoil1-1/+5
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-9/+5
2021-03-25net: enetc: don't depend on system endianness in enetc_set_mac_ht_fltVladimir Oltean1-6/+10
2021-03-25net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filterVladimir Oltean1-4/+4
2021-03-23dpaa2-switch: mark skbs with offload_fwd_markIoana Ciornei1-0/+3
2021-03-23dpaa2-switch: add support for configuring per port unknown floodingIoana Ciornei2-3/+21
2021-03-23dpaa2-switch: add support for configuring per port broadcast floodingIoana Ciornei2-3/+31
2021-03-23dpaa2-switch: add support for configuring learning state per portIoana Ciornei4-11/+121
2021-03-23dpaa2-switch: refactor the egress flooding domain setupIoana Ciornei1-13/+25
2021-03-23dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood functionIoana Ciornei1-42/+42
2021-03-19net: enetc: teardown CBDR during PF/VF unbindVladimir Oltean2-0/+2
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2-9/+5
2021-03-17dpaa2-eth: fixup kdoc warningsIoana Ciornei5-118/+82
2021-03-17dpaa2-switch: fit the function declaration on the same lineIoana Ciornei2-286/+107
2021-03-17dpaa2-switch: reduce the size of the if_id bitmap to 64 bitsIoana Ciornei2-10/+12
2021-03-17dpaa2-switch: fix kdoc warningsIoana Ciornei2-44/+15
2021-03-17dpaa2-switch: remove unused ABI functionsIoana Ciornei3-82/+1
2021-03-14flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng1-0/+5
2021-03-11staging: dpaa2-switch: move the driver out of stagingIoana Ciornei8-0/+5973
2021-03-11net: enetc: make enetc_refill_rx_ring update the consumer indexVladimir Oltean1-9/+8
2021-03-11net: enetc: remove forward declaration for enetc_map_tx_buffsVladimir Oltean1-38/+35
2021-03-11net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ringVladimir Oltean1-48/+44
2021-03-11net: enetc: use enum enetc_active_offloadsVladimir Oltean1-1/+1
2021-03-11net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean2-24/+20
2021-03-11net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean3-50/+30
2021-03-11net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean4-9/+7
2021-03-11net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean4-15/+8
2021-03-11net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean4-13/+15