summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc_pf.c
AgeCommit message (Expand)Author
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-21net: enetc: make sure all traffic classes can send large framesVladimir Oltean
2021-10-16ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski
2021-10-08net: enetc: add support for software TSOIoana Ciornei
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-24net: enetc: fix the incorrect clearing of IF_MODE bitsVladimir Oltean
2021-09-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-04net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle
2021-04-19net: enetc: add support for flow controlVladimir Oltean
2021-04-19net: enetc: add a mini driver for the Integrated Endpoint Register BlockVladimir Oltean
2021-04-14net: enetc: fetch MAC address from device treeMichael Walle
2021-03-31net: enetc: add support for XDP_REDIRECTVladimir Oltean
2021-03-31net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean
2021-03-24net: enetc: don't depend on system endianness in enetc_set_mac_ht_fltVladimir Oltean
2021-03-24net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filterVladimir Oltean
2021-03-19net: enetc: teardown CBDR during PF/VF unbindVladimir Oltean
2021-03-10net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean
2021-03-10net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean
2021-03-10net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean
2021-03-10net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean
2021-03-10net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean
2021-03-10net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean
2021-03-08net: enetc: set MAC RX FIFO to recommended valueAlex Marginean
2021-03-01net: enetc: force the RGMII speed and duplex instead of operating in inband modeVladimir Oltean
2021-03-01net: enetc: don't disable VLAN filtering in IFF_PROMISC modeVladimir Oltean
2021-03-01net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean
2021-03-01net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean
2021-02-16net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean
2021-02-04net: enetc: initialize the RFS and RSS memoriesVladimir Oltean
2020-12-05enetc: Fix unused var build warning for CONFIG_OFArnd Bergmann
2020-11-04enetc: Remove Tx checksumming offload codeClaudiu Manoil
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil
2020-10-11enetc: Clean up serdes configurationClaudiu Manoil
2020-10-11enetc: Clean up MAC and link configurationClaudiu Manoil
2020-09-11enetc: Fix mdio bus removal on PF probe bailoutClaudiu Manoil
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-22enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil
2020-07-22enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil
2020-07-19net: enetc: Use DT protocol information to set up the portsAlex Marginean
2020-07-19net: enetc: Initialize SerDes for SGMII and USXGMII protocolsMichael Walle
2020-06-19enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil
2020-05-01net: enetc: add tc flower psfp offload driverPo Liu
2020-05-01net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu
2020-04-18enetc: permit configuration of rx-vlan-filter with ethtoolVladimir Oltean
2020-03-23enetc: Remove unused variable 'enetc_drv_name'YueHaibing
2020-03-10enetc: Drop redundant device node checkClaudiu Manoil