aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc/enetc_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean1-3/+24
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean1-1/+20
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean1-1/+10
2022-05-12net: enetc: kill PHY-less mode for PFsVladimir Oltean1-10/+14
2022-05-11net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean1-4/+2
2022-01-26net: enetc: use .mac_select_pcs() interfaceRussell King (Oracle)1-5/+9
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 Foster1-6/+10
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. Miller1-1/+4
2021-10-21net: enetc: make sure all traffic classes can send large framesVladimir Oltean1-1/+4
2021-10-16ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-08net: enetc: add support for software TSOIoana Ciornei1-2/+4
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei1-2/+4
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-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing1-8/+4
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-04net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle1-4/+5
2021-04-19net: enetc: add support for flow controlVladimir Oltean1-2/+58
2021-04-19net: enetc: add a mini driver for the Integrated Endpoint Register BlockVladimir Oltean1-1/+34
2021-04-14net: enetc: fetch MAC address from device treeMichael Walle1-16/+49
2021-03-31net: enetc: add support for XDP_REDIRECTVladimir Oltean1-0/+1
2021-03-31net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean1-0/+1
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 Oltean1-0/+1
2021-03-10net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean1-31/+21
2021-03-10net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean1-2/+1
2021-03-10net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean1-2/+1
2021-03-10net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean1-1/+1
2021-03-10net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean1-3/+1
2021-03-10net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean1-1/+1
2021-03-08net: enetc: set MAC RX FIFO to recommended valueAlex Marginean1-0/+6
2021-03-01net: enetc: force the RGMII speed and duplex instead of operating in inband modeVladimir Oltean1-7/+46
2021-03-01net: enetc: don't disable VLAN filtering in IFF_PROMISC modeVladimir Oltean1-5/+0
2021-03-01net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean1-5/+28
2021-03-01net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean1-0/+7
2021-02-16net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean1-2/+3
2021-02-04net: enetc: initialize the RFS and RSS memoriesVladimir Oltean1-0/+59
2020-12-05enetc: Fix unused var build warning for CONFIG_OFArnd Bergmann1-11/+10
2020-11-04enetc: Remove Tx checksumming offload codeClaudiu Manoil1-8/+2
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil1-116/+131
2020-10-11enetc: Clean up serdes configurationClaudiu Manoil1-53/+48
2020-10-11enetc: Clean up MAC and link configurationClaudiu Manoil1-48/+67
2020-09-11enetc: Fix mdio bus removal on PF probe bailoutClaudiu Manoil1-1/+1