aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc/enetc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean1-0/+5
2022-09-29net: enetc: cache accesses to &priv->si->hwVladimir Oltean1-11/+17
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean1-20/+1
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean1-31/+1
2022-05-11net: enetc: count the tc-taprio window dropsPo Liu1-2/+11
2022-01-09net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+2
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-10-21net: enetc: use the skb variable directly in enetc_clean_tx_ring()Vladimir Oltean1-2/+1
2021-10-21net: enetc: remove local "priv" variable in enetc_clean_tx_ring()Vladimir Oltean1-4/+1
2021-10-13net: enetc: fix check for allocation failureDan Carpenter1-1/+3
2021-10-13net: enetc: include ip6_checksum.h for csum_ipv6_magicIoana Ciornei1-0/+1
2021-10-08net: enetc: add support for software TSOIoana Ciornei1-20/+299
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei1-1/+7
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+2
2021-09-19enetc: Fix uninitialized struct dim_sample field usageClaudiu Manoil1-1/+1
2021-09-19enetc: Fix illegal access when reading affinity_hintClaudiu Manoil1-4/+1
2021-09-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-04-23enetc: fix locking for one-step timestamping packet transferYangbo Lu1-9/+9
2021-04-16net: enetc: apply the MDIO workaround for XDP_REDIRECT tooVladimir Oltean1-0/+4
2021-04-16net: enetc: fix buffer leaks with XDP_TX enqueue rejectionsVladimir Oltean1-4/+12
2021-04-16net: enetc: handle the invalid XDP action the same way as XDP_DROPVladimir Oltean1-4/+3
2021-04-16net: enetc: use dedicated TX rings for XDPVladimir Oltean1-7/+39
2021-04-16net: enetc: remove unneeded xdp_do_flush_map()Vladimir Oltean1-5/+0
2021-04-16net: enetc: stop XDP NAPI processing when build_skb() failsVladimir Oltean1-2/+2
2021-04-16net: enetc: recycle buffers for frames with RX errorsVladimir Oltean1-0/+2
2021-04-16net: enetc: rename the buffer reuse helpersVladimir Oltean1-30/+24
2021-04-16net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf pathVladimir Oltean1-2/+0
2021-04-15enetc: convert to schedule_work()Yangbo Lu1-1/+1
2021-04-12enetc: support PTP Sync packet one-step timestampingYangbo Lu1-20/+171
2021-04-12enetc: mark TX timestamp type per skbYangbo Lu1-4/+6
2021-04-09enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil1-5/+1
2021-04-09net: enetc: fix TX ring interrupt stormVladimir Oltean1-1/+2
2021-04-09net: enetc: fix array underflow in error handling codeDan Carpenter1-1/+1
2021-03-31net: enetc: add support for XDP_REDIRECTVladimir Oltean1-11/+201
2021-03-31net: enetc: add support for XDP_TXVladimir Oltean1-24/+193
2021-03-31net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean1-20/+264
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 Oltean1-4/+3
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-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: simplify callers of enetc_rxbd_nextVladimir Oltean1-16/+5
2021-03-10net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean1-19/+2
2021-03-10net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean1-4/+2
2021-03-10net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean1-4/+2
2021-03-10net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean1-2/+2