summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc_pf.c
Commit message (Expand)AuthorAgeFilesLines
* Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+3
|\
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+3
* | net: enetc: add support for MAC Merge layerVladimir Oltean2023-02-071-1/+13
|/
* net: enetc: stop auto-configuring the port pMACVladimir Oltean2023-01-231-13/+0
* net: enetc: implement software lockstep for port MAC registersVladimir Oltean2023-01-231-38/+33
* net: enetc: stop configuring pMAC in lockstep with eMACVladimir Oltean2023-01-231-3/+1
* enetc: Separate C22 and C45 transactionsAndrew Lunn2023-01-131-4/+8
* net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean2022-09-291-3/+24
* net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean2022-09-201-1/+20
* net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean2022-09-201-1/+10
* net: enetc: kill PHY-less mode for PFsVladimir Oltean2022-05-121-10/+14
* net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean2022-05-111-4/+2
* net: enetc: use .mac_select_pcs() interfaceRussell King (Oracle)2022-01-261-5/+9
* net: ethernet: enetc: name change for clarity from pcs to mdio_deviceColin Foster2022-01-021-7/+7
* net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster2022-01-021-6/+10
* net: enetc: use phylink_generic_validate()Russell King (Oracle)2021-11-171-30/+3
* net: enetc: remove interface checks in enetc_pl_mac_validate()Russell King (Oracle)2021-11-171-10/+0
* net: enetc: populate supported_interfaces memberRussell King (Oracle)2021-11-171-0/+10
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-1/+4
|\
| * net: enetc: make sure all traffic classes can send large framesVladimir Oltean2021-10-211-1/+4
* | ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski2021-10-161-1/+1
* | net: enetc: add support for software TSOIoana Ciornei2021-10-081-2/+4
* | net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei2021-10-081-2/+4
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-2/+1
|\ \ | |/
| * net: enetc: fix the incorrect clearing of IF_MODE bitsVladimir Oltean2021-09-241-2/+1
* | net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-8/+4
|/
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle2021-06-041-4/+5
* net: enetc: add support for flow controlVladimir Oltean2021-04-191-2/+58
* net: enetc: add a mini driver for the Integrated Endpoint Register BlockVladimir Oltean2021-04-191-1/+34
* net: enetc: fetch MAC address from device treeMichael Walle2021-04-141-16/+49
* net: enetc: add support for XDP_REDIRECTVladimir Oltean2021-03-311-0/+1
* net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean2021-03-311-0/+1
* net: enetc: don't depend on system endianness in enetc_set_mac_ht_fltVladimir Oltean2021-03-241-6/+10
* net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filterVladimir Oltean2021-03-241-4/+4
* net: enetc: teardown CBDR during PF/VF unbindVladimir Oltean2021-03-191-0/+1
* net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean2021-03-101-31/+21
* net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean2021-03-101-2/+1
* net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean2021-03-101-2/+1
* net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean2021-03-101-1/+1
* net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean2021-03-101-3/+1
* net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean2021-03-101-1/+1
* net: enetc: set MAC RX FIFO to recommended valueAlex Marginean2021-03-081-0/+6
* net: enetc: force the RGMII speed and duplex instead of operating in inband modeVladimir Oltean2021-03-011-7/+46
* net: enetc: don't disable VLAN filtering in IFF_PROMISC modeVladimir Oltean2021-03-011-5/+0
* net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean2021-03-011-5/+28
* net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean2021-03-011-0/+7