aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-03-24net: hns: remove unused config_half_duplex()Huazhong Tan1-9/+0
2021-03-24net: hns: remove unused set_rx_ignore_pause_frames()Huazhong Tan1-9/+0
2021-03-17hisilicon: Update drivers to use ethtool_sprintfAlexander Duyck1-6/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-16net: hns: Add mac pcs config when enable|disable macYonglong Liu1-4/+10
2018-09-17net: hns: make function hns_gmac_wait_fifo_clean() staticWei Yongjun1-1/+1
2018-08-29net: hns: add the code for cleaning pkt in chipPeng Li1-0/+36
2018-07-26net: hns: Make many functions staticYueHaibing1-1/+1
2018-03-17net: hns: Fix ethtool private flagsMatthias Brugger1-1/+1
2017-05-02net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li1-1/+1
2017-04-03net: hns: Some checkpatch.pl script & warning fixesSalil1-6/+5
2017-04-03net: hns: Remove redundant mac_get_id()Kejian Yan1-8/+0
2017-04-03net: hns: Optimize the code for GMAC pad and crc Configlipeng1-20/+16
2017-04-03net: hns: Modify GMAC init TX threshold valuelipeng1-0/+6
2016-11-10net: hns: modify ethtool statistics value errorQianqian Xie1-2/+2
2016-08-10net: hns: fix typo in g_gmac_stats_string[]Fabian Frederick1-1/+1
2016-06-04net: hns: add dsaf misc operation methodKejian Yan1-3/+3
2016-03-24net: hns: optimizate fmt of snprintf()Qianqian Xie1-1/+2
2016-03-22net: hns: fixed the bug about GMACs mac settingSheng Li1-10/+8
2016-03-22net: hns: add uc match for debug portsKejian Yan1-1/+27
2015-09-20net: add Hisilicon Network Subsystem DSAF supporthuangdaode1-0/+704