summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2021-03-31net: enetc: add support for XDP_REDIRECTVladimir Oltean
2021-03-31net: enetc: increase RX ring default sizeVladimir Oltean
2021-03-31net: enetc: add support for XDP_TXVladimir Oltean
2021-03-31net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean
2021-03-31net: enetc: move up enetc_reuse_page and enetc_page_reusableVladimir Oltean
2021-03-31net: enetc: clean the TX software BD on the TX confirmation pathVladimir Oltean
2021-03-31net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean
2021-03-31net: enetc: move skb creation into enetc_build_skbVladimir Oltean
2021-03-31net: enetc: consume the error RX buffer descriptors in a dedicated functionVladimir Oltean
2021-03-30dpaa2-switch: setup learning state on STP state changeIoana Ciornei
2021-03-30dpaa2-switch: trap STP frames to the CPUIoana Ciornei
2021-03-30dpaa2-switch: keep track of the current learning state per portIoana Ciornei
2021-03-30dpaa2-switch: create and assign an ACL table per portIoana Ciornei
2021-03-30dpaa2-switch: fix the translation between the bridge and dpsw STP statesIoana Ciornei
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-24net: enetc: don't depend on system endianness in enetc_set_mac_ht_fltVladimir Oltean
2021-03-24net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filterVladimir Oltean
2021-03-22dpaa2-switch: mark skbs with offload_fwd_markIoana Ciornei
2021-03-22dpaa2-switch: add support for configuring per port unknown floodingIoana Ciornei
2021-03-22dpaa2-switch: add support for configuring per port broadcast floodingIoana Ciornei
2021-03-22dpaa2-switch: add support for configuring learning state per portIoana Ciornei
2021-03-22dpaa2-switch: refactor the egress flooding domain setupIoana Ciornei
2021-03-22dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood functionIoana Ciornei
2021-03-19net: enetc: teardown CBDR during PF/VF unbindVladimir Oltean
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-16dpaa2-eth: fixup kdoc warningsIoana Ciornei
2021-03-16dpaa2-switch: fit the function declaration on the same lineIoana Ciornei
2021-03-16dpaa2-switch: reduce the size of the if_id bitmap to 64 bitsIoana Ciornei
2021-03-16dpaa2-switch: fix kdoc warningsIoana Ciornei
2021-03-16dpaa2-switch: remove unused ABI functionsIoana Ciornei
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng
2021-03-10staging: dpaa2-switch: move the driver out of stagingIoana Ciornei
2021-03-10net: enetc: make enetc_refill_rx_ring update the consumer indexVladimir Oltean
2021-03-10net: enetc: remove forward declaration for enetc_map_tx_buffsVladimir Oltean
2021-03-10net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ringVladimir Oltean
2021-03-10net: enetc: use enum enetc_active_offloadsVladimir Oltean
2021-03-10net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean
2021-03-10net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean
2021-03-10net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean
2021-03-10net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean
2021-03-10net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean
2021-03-10net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean
2021-03-10net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean
2021-03-10net: enetc: move the CBDR API to enetc_cbdr.cVladimir Oltean
2021-03-10net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean
2021-03-08net: enetc: allow hardware timestamping on TX queues with tc-etf enabledVladimir Oltean
2021-03-08net: enetc: set MAC RX FIFO to recommended valueAlex Marginean
2021-03-05gianfar: fix jumbo packets+napi+rx overrun crashMichael Braun
2021-03-01net: enetc: keep RX ring consumer index in sync with hardwareVladimir Oltean
2021-03-01net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdrVladimir Oltean