aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-31net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean4-20/+281
2021-03-31net: enetc: move up enetc_reuse_page and enetc_page_reusableVladimir Oltean1-19/+19
2021-03-31net: enetc: clean the TX software BD on the TX confirmation pathVladimir Oltean1-0/+4
2021-03-31net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean2-4/+4
2021-03-31net: enetc: move skb creation into enetc_build_skbVladimir Oltean1-37/+44
2021-03-31net: enetc: consume the error RX buffer descriptors in a dedicated functionVladimir Oltean1-16/+27
2021-03-24net: enetc: don't depend on system endianness in enetc_set_mac_ht_fltVladimir Oltean1-6/+10
2021-03-24net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filterVladimir Oltean1-4/+4
2021-03-19net: enetc: teardown CBDR during PF/VF unbindVladimir Oltean2-0/+2
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload driversBaowen Zheng1-0/+5
2021-03-10net: enetc: make enetc_refill_rx_ring update the consumer indexVladimir Oltean1-9/+8
2021-03-10net: enetc: remove forward declaration for enetc_map_tx_buffsVladimir Oltean1-38/+35
2021-03-10net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ringVladimir Oltean1-48/+44
2021-03-10net: enetc: use enum enetc_active_offloadsVladimir Oltean1-1/+1
2021-03-10net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean2-24/+20
2021-03-10net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean3-50/+30
2021-03-10net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean4-9/+7
2021-03-10net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean4-15/+8
2021-03-10net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean4-13/+15
2021-03-10net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean4-24/+18
2021-03-10net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean4-20/+26
2021-03-10net: enetc: move the CBDR API to enetc_cbdr.cVladimir Oltean2-54/+54
2021-03-10net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean1-6/+2
2021-03-08net: enetc: allow hardware timestamping on TX queues with tc-etf enabledVladimir Oltean1-0/+6
2021-03-08net: enetc: set MAC RX FIFO to recommended valueAlex Marginean2-0/+8
2021-03-01net: enetc: keep RX ring consumer index in sync with hardwareVladimir Oltean1-0/+2
2021-03-01net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdrVladimir Oltean1-1/+0
2021-03-01net: enetc: force the RGMII speed and duplex instead of operating in inband modeVladimir Oltean2-10/+56
2021-03-01net: enetc: don't disable VLAN filtering in IFF_PROMISC modeVladimir Oltean1-5/+0
2021-03-01net: enetc: fix incorrect TPID when receiving 802.1ad tagged packetsVladimir Oltean2-8/+29
2021-03-01net: enetc: take the MDIO lock only once per NAPI poll cycleVladimir Oltean2-22/+11
2021-03-01net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean3-9/+36
2021-03-01net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean4-8/+18
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+4
2021-02-16net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean1-2/+3
2021-02-11enetc: auto select PHYLIB and MDIO_DEVRESTong Zhang1-1/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+61
2021-02-04net: enetc: initialize the RFS and RSS memoriesVladimir Oltean2-0/+61
2021-01-05enetc: reorder macros and functionsMichael Walle1-11/+11
2021-01-05enetc: drop MDIO_DATA() macroMichael Walle1-2/+1
2021-01-05enetc: don't use macro magic for the readx_poll_timeout() callbackMichael Walle1-6/+8
2021-01-05enetc: drop unneeded indirectionMichael Walle1-18/+14
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+14
2020-12-07enetc: Fix reporting of h/w packet countersClaudiu Manoil2-6/+14
2020-12-05enetc: Fix unused var build warning for CONFIG_OFArnd Bergmann1-11/+10
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+2
2020-11-25enetc: Let the hardware auto-advance the taprio base-time of 0Vladimir Oltean1-12/+2
2020-11-19enetc: Fix endianness issues for enetc_qosClaudiu Manoil1-45/+39
2020-11-19enetc: Fix endianness issues for enetc_ethtoolClaudiu Manoil1-4/+4
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-25/+161