summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc
AgeCommit message (Expand)Author
2023-01-18net: enetc: rx_swbd and tx_swbd are never NULL in enetc_free_rxtx_rings()Vladimir Oltean
2023-01-18net: enetc: create enetc_dma_free_bdr()Vladimir Oltean
2023-01-18net: enetc: set up RX ring indices from enetc_setup_rxbdr()Vladimir Oltean
2023-01-18net: enetc: set next_to_clean/next_to_use just from enetc_setup_txbdr()Vladimir Oltean
2023-01-13enetc: Separate C22 and C45 transactionsAndrew Lunn
2023-01-13net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()Vladimir Oltean
2023-01-12net: remove redundant config PCI dependency for some network driver configsLukas Bulwahn
2023-01-05net: ethernet: enetc: do not always access skb_shared_info in the XDP pathLorenzo Bianconi
2023-01-05net: ethernet: enetc: get rid of xdp_redirect_sg counterLorenzo Bianconi
2023-01-05net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffersLorenzo Bianconi
2022-12-30net: ethernet: freescale: enetc: Drop empty platform remove functionUwe Kleine-König
2022-12-14net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-23net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean
2022-10-07net: enetc: Remove duplicated include in enetc_qos.cYang Li
2022-09-29net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean
2022-09-29net: enetc: use common naming scheme for PTGCR and PTGCAPR registersVladimir Oltean
2022-09-29net: enetc: cache accesses to &priv->si->hwVladimir Oltean
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean
2022-09-19net: enetc: expose some standardized ethtool countersVladimir Oltean
2022-09-19net: enetc: parameterize port MAC stats to also cover the pMACVladimir Oltean
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-05-28net: enetc: Use pci_release_region() to release some resourcesChristophe JAILLET
2022-05-12net: enetc: kill PHY-less mode for PFsVladimir Oltean
2022-05-11net: enetc: count the tc-taprio window dropsPo Liu
2022-05-11net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean
2022-04-28net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean
2022-03-25net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-17enetc: use correct format charactersBill Wendling
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-02-09net:enetc: enetc qos using the CBDR dma alloc functionPo Liu
2022-02-09net:enetc: command BD ring data memory alloc as one function alonePo Liu
2022-02-09net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu
2022-01-26net: enetc: use .mac_select_pcs() interfaceRussell King (Oracle)
2022-01-09net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-01-02net: ethernet: enetc: name change for clarity from pcs to mdio_deviceColin Foster
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-17net: enetc: use phylink_generic_validate()Russell King (Oracle)
2021-11-17net: enetc: remove interface checks in enetc_pl_mac_validate()Russell King (Oracle)