summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc
AgeCommit message (Expand)AuthorFilesLines
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-30enetc: 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-23Merge 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-12enetc: Fix mdio bus removal on PF probe bailoutClaudiu Manoil1-1/+1
2020-08-04enetc: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan1-1/+1
2020-08-04net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()Tianjia Zhang1-4/+4
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-07-23enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil1-0/+1
2020-07-23enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil1-1/+9
2020-07-22enetc: Add adaptive interrupt coalescingClaudiu Manoil4-7/+73
2020-07-22enetc: Add interrupt coalescing supportClaudiu Manoil4-10/+132
2020-07-22enetc: Drop redundant ____cacheline_aligned_in_smpClaudiu Manoil1-1/+1
2020-07-22enetc: Fix interrupt coalescing register namingClaudiu Manoil3-7/+7
2020-07-22enetc: Factor out the traffic start/stop proceduresClaudiu Manoil1-25/+49
2020-07-22enetc: Refine buffer descriptor ring sizesClaudiu Manoil2-4/+5
2020-07-20net: enetc: Use DT protocol information to set up the portsAlex Marginean2-26/+34
2020-07-20net: 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-30net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-7/+1
2020-06-27enetc: Fix tx rings bitmap iteration range, irq handlingClaudiu Manoil1-2/+2
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-16/+34
2020-06-25net: enetc add tc flower offload flow metering policing actionPo Liu2-12/+172
2020-06-25net: enetc: add support max frame size for tc flower offloadPo Liu1-16/+36
2020-06-20enetc: 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-19enetc: 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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-07net: enetc: Make some symbols staticChenTao1-2/+3
2020-05-04net: enetc: fix an issue about leak system resourcesDejin Zheng1-1/+1
2020-05-02Merge branch 'net-smc-extent-buffer-mapping-and-port-handling'David S. Miller1-0/+4
2020-05-02net: enetc: add tc flower psfp offload driverPo Liu5-15/+1300
2020-05-02net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu4-0/+96
2020-04-19enetc: 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-11enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil5-30/+48
2020-03-11enetc: Clean up Rx BD iterationClaudiu Manoil2-20/+28
2020-03-11enetc: Clean up of ehtool stats lenClaudiu Manoil1-7/+13
2020-03-11enetc: Drop redundant device node checkClaudiu Manoil1-5/+0
2020-03-04net/freescale: Clean drivers from static versionsLeon Romanovsky2-25/+0
2020-02-25freescale: 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
2020-01-08enetc: Fix inconsistent IS_ERR and PTR_ERRYueHaibing1-1/+1