aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean5-25/+34
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean5-35/+44
2022-05-28net: enetc: Use pci_release_region() to release some resourcesChristophe JAILLET1-2/+2
2022-05-12net: enetc: kill PHY-less mode for PFsVladimir Oltean1-10/+14
2022-05-11net: enetc: count the tc-taprio window dropsPo Liu4-2/+16
2022-05-11net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean2-4/+8
2022-04-28net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean1-4/+0
2022-03-25net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean1-1/+4
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-118/+127
2022-03-17enetc: use correct format charactersBill Wendling1-1/+1
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-4/+43
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-09net:enetc: enetc qos using the CBDR dma alloc functionPo Liu1-75/+22
2022-02-09net:enetc: command BD ring data memory alloc as one function alonePo Liu2-30/+49
2022-02-09net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu1-64/+64
2022-01-26net: enetc: use .mac_select_pcs() interfaceRussell King (Oracle)1-5/+9
2022-01-09net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET2-13/+4
2022-01-02net: ethernet: enetc: name change for clarity from pcs to mdio_deviceColin Foster1-7/+7
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster2-8/+12
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng1-3/+3
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-11-17net: enetc: use phylink_generic_validate()Russell King (Oracle)1-30/+3
2021-11-17net: enetc: remove interface checks in enetc_pl_mac_validate()Russell King (Oracle)1-10/+0
2021-11-17net: enetc: populate supported_interfaces memberRussell King (Oracle)1-0/+10
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-5/+3
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+5
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-21net: enetc: make sure all traffic classes can send large framesVladimir Oltean1-1/+4
2021-10-21net: enetc: fix ethtool counter name for PM0_TERRVladimir Oltean1-1/+1
2021-10-20net: enetc: unmap DMA in enetc_send_cmd()Tim Gardner1-7/+11
2021-10-16ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski3-3/+7
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 Ciornei4-24/+311
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei3-5/+15
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2021-09-24net: enetc: fix the incorrect clearing of IF_MODE bitsVladimir Oltean1-2/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+4
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-17net: update NXP copyright textVladimir Oltean2-2/+2
2021-09-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing4-20/+10
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-2/+2
2021-06-07net: enetc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+1
2021-06-04net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle1-4/+5