aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-12net: hns: Prefer struct_size over open coded arithmeticLen Baker1-3/+2
2021-05-14net: hns: remove redundant return int void functionPeng Li1-2/+0
2021-03-24net: hns: remove redundant variable initializationYonglong Liu1-1/+1
2021-03-24net: hns: remove unused set_autoneg()Huazhong Tan1-8/+0
2021-03-24net: hns: remove unused get_autoneg()Huazhong Tan1-12/+0
2020-08-31net: hns: Remove unused macro AE_NAME_PORT_ID_IDXYueHaibing1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-01-04net: hns: Fix use after free identified by SLUB debugYonglong Liu1-4/+2
2018-12-16net: hns: Clean rx fbd when ae stopped.Yonglong Liu1-0/+3
2018-08-29net: hns: add the code for cleaning pkt in chipPeng Li1-1/+66
2018-07-26net: hns: Make many functions staticYueHaibing1-15/+15
2017-08-03net: hns: Add self-adaptive interrupt coalesce support in hns driverLin Yun Sheng1-0/+1
2017-07-14net: hns: add acpi function of xge led controlLiuJian1-1/+2
2017-04-03net: hns: Avoid Hip06 chip TX packet line buglipeng1-23/+55
2017-04-03net: hns: Correct HNS RSS key set functionlipeng1-9/+14
2017-04-03net: hns: Fix to adjust buf_size of ring according to mtulipeng1-1/+25
2016-11-10net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan1-0/+24
2016-11-10net: hns: add multicast tcam table clearKejian Yan1-0/+11
2016-11-10net: hns: delete redundant macro definitionQianqian Xie1-3/+0
2016-10-03net: hns: fix the bug of forwarding tableDaode Huang1-2/+6
2016-10-03net: hns: fix port not available after testing loopbackKejian Yan1-3/+0
2016-07-01net: hns: add media-type property for hnsKejian Yan1-0/+1
2016-06-21net: hns: delete redundancy ring enable operationsDaode Huang1-13/+9
2016-06-21net: hns: add get_coalesce_range api for hnsDaode Huang1-0/+25
2016-06-21net: hns: bugfix about pfc pause frame statisticsDaode Huang1-2/+4
2016-06-04net: hns: add dsaf misc operation methodKejian Yan1-1/+3
2016-06-04net: hns: add uniform interface for phy connectionKejian Yan1-1/+1
2016-04-26net: hns: add attribute cpld_ctrl for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)1-1/+1
2016-04-26net: hns: separate debug dsaf device from service dsaf deviceYisen.Zhuang\(Zhuangyuzeng\)1-30/+10
2016-04-26net: hns: add attribute port-idx-in-ae in enet node.Yisen.Zhuang\(Zhuangyuzeng\)1-27/+6
2016-04-26net: hns: add a new dsaf mode for debug portYisen.Zhuang\(Zhuangyuzeng\)1-1/+1
2016-04-02net: hns: add support of pause frame ctrl for HNS V2Lisheng1-3/+17
2016-03-28net: hns: set-coalesce-usecs returns errno by dsaf.koLisheng1-3/+3
2016-03-28net: hns: fixed the setting and getting overtime bugLisheng1-39/+21
2016-03-22net: hns: fixes a bug of RSSKejian Yan1-2/+4
2016-03-22net: hns: fix return value of the function about rssKejian Yan1-1/+1
2016-03-22net: hns: add uc match for debug portsKejian Yan1-0/+3
2016-03-22net: hns: fixed portid bug in sending manage pktSheng Li1-0/+1
2016-03-07net: hns: fix the bug about loopbackyankejian1-0/+8
2016-01-21net: hns: enet specifies a reference to dsafyankejian1-0/+4
2015-12-08net: hns: optimize XGE capability by reducing cpu usageyankejian1-1/+0
2015-12-04net:hns: Add Hip06 "TSO(TCP Segment Offload)" support HNS DriverSalil1-0/+8
2015-12-04net:hns: Add Hip06 "RSS(Receive Side Scaling)" support to HNS DriverSalil1-1/+52
2015-12-04net:hns: Add support of Hip06 SoC to the Hislicon Network SubsystemSalil1-4/+33
2015-10-14net: hisilicon: supports promisc modeyankejian1-0/+6
2015-09-20net: add Hisilicon Network Subsystem DSAF supporthuangdaode1-0/+777