summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc
AgeCommit message (Expand)AuthorFilesLines
2020-12-07enetc: Fix reporting of h/w packet countersClaudiu Manoil2-6/+14
2020-11-25enetc: Let the hardware auto-advance the taprio base-time of 0Vladimir Oltean1-12/+2
2020-11-17enetc: Workaround for MDIO register access issueAlex Marginean4-25/+161
2020-10-29enetc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil7-166/+191
2020-10-11enetc: Clean up serdes configurationClaudiu Manoil1-53/+48
2020-10-11enetc: Clean up MAC and link configurationClaudiu Manoil1-48/+67
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-21enetc: simplify the return expression of enetc_vf_set_mac_addr()Qinglang Miao1-6/+1
2020-09-11enetc: Fix mdio bus removal on PF probe bailoutClaudiu Manoil1-1/+1
2020-08-03enetc: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan1-1/+1
2020-08-03net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()Tianjia Zhang1-4/+4
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-07-22enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil1-0/+1
2020-07-22enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil1-1/+9
2020-07-21enetc: Add adaptive interrupt coalescingClaudiu Manoil4-7/+73
2020-07-21enetc: Add interrupt coalescing supportClaudiu Manoil4-10/+132
2020-07-21enetc: Drop redundant ____cacheline_aligned_in_smpClaudiu Manoil1-1/+1
2020-07-21enetc: Fix interrupt coalescing register namingClaudiu Manoil3-7/+7
2020-07-21enetc: Factor out the traffic start/stop proceduresClaudiu Manoil1-25/+49
2020-07-21enetc: Refine buffer descriptor ring sizesClaudiu Manoil2-4/+5
2020-07-19net: enetc: Use DT protocol information to set up the portsAlex Marginean2-26/+34
2020-07-19net: enetc: Initialize SerDes for SGMII and USXGMII protocolsMichael Walle3-0/+140
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-07-09net: enetc: use eth_broadcast_addr() to assign broadcastXu Wang1-1/+1
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-7/+1
2020-06-26enetc: Fix tx rings bitmap iteration range, irq handlingClaudiu Manoil1-2/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-16/+34
2020-06-24net: enetc add tc flower offload flow metering policing actionPo Liu2-12/+172
2020-06-24net: enetc: add support max frame size for tc flower offloadPo Liu1-16/+36
2020-06-19enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil3-16/+34
2020-06-19net: qos offload add flow status with dropped countPo Liu1-2/+5
2020-06-18enetc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-4/+2
2020-05-07net:enetc: bug fix for qos sfi operate space after freedPo Liu1-1/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-06net: enetc: Make some symbols staticChenTao1-2/+3
2020-05-04net: enetc: fix an issue about leak system resourcesDejin Zheng1-1/+1
2020-05-01Merge branch 'net-smc-extent-buffer-mapping-and-port-handling'David S. Miller1-0/+4
2020-05-01net: enetc: add tc flower psfp offload driverPo Liu5-15/+1300
2020-05-01net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu4-0/+96
2020-04-18enetc: permit configuration of rx-vlan-filter with ethtoolVladimir Oltean1-28/+16
2020-03-23enetc: Remove unused variable 'enetc_drv_name'YueHaibing2-2/+0
2020-03-10enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil5-30/+48
2020-03-10enetc: Clean up Rx BD iterationClaudiu Manoil2-20/+28
2020-03-10enetc: Clean up of ehtool stats lenClaudiu Manoil1-7/+13
2020-03-10enetc: Drop redundant device node checkClaudiu Manoil1-5/+0
2020-03-03net/freescale: Clean drivers from static versionsLeon Romanovsky2-25/+0
2020-02-24freescale: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-21enetc: remove "depends on (ARCH_LAYERSCAPE || COMPILE_TEST)"Vladimir Oltean1-3/+3
2020-01-17enetc: Don't print from enetc_sched_speed_set when link goes downVladimir Oltean1-1/+0