summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-29net: hns: add the code for cleaning pkt in chipPeng Li1-0/+29
2018-08-02net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'YueHaibing1-9/+1
2018-07-26net: hns: make hns_dsaf_roce_reset non staticYueHaibing1-1/+1
2018-07-26net: hns: Make many functions staticYueHaibing1-6/+8
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+2
2018-06-04net: hns: Fix the process of adding broadcast addresses to tcamXi Wang1-5/+18
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-04-03net: hns: Adjust the SBM module buffer thresholdKejian Yan1-4/+4
2017-04-03net: hns: Remove redundant mac table operationsKejian Yan1-160/+0
2017-04-03net: hns: Remove the redundant adding and deleting mac functionKejian Yan1-81/+0
2017-03-25net: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann1-0/+1
2017-03-25net: hns: fix uninitialized data useArnd Bergmann1-2/+3
2016-11-10net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan1-0/+49
2016-11-10net: hns: add multicast tcam table clearKejian Yan1-0/+79
2016-11-10net: hns: modify tcam table of mask_keyQianqian Xie1-0/+7
2016-11-10net: hns: modify tcam table of mac mc-entryQianqian Xie1-8/+17
2016-11-10net: hns: modify tcam table of mac mc-portQianqian Xie1-5/+13
2016-11-10net: hns: modify table index to get mac entryQianqian Xie1-4/+10
2016-11-10net: hns: modify tcam table of mac uc-entryQianqian Xie1-6/+12
2016-11-10net: hns: modify tcam table and set mac keyQianqian Xie1-4/+12
2016-11-10net: hns: fix for promisc mode in HNS driverKejian Yan1-4/+59
2016-11-10net: hns: add fuzzy match of tcam table for hnsKejian Yan1-39/+101
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2016-10-17net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds1-10/+0
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-13/+34
2016-10-03net: hns: fix port not available after testing loopbackKejian Yan1-10/+0
2016-08-25net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil1-13/+34
2016-08-23net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun1-12/+4
2016-08-19net: hns: Add reset function support for RoCE driveroulijun1-0/+84
2016-08-01ethernet: hisilicon: hns: hns_dsaf_main: add missing of_node_put after callin...Peter Chen1-3/+4
2016-07-05net: hns: fix return value check in hns_dsaf_get_cfg()Wei Yongjun1-8/+8
2016-07-01net: hns: normalize two different loopDaode Huang1-9/+9
2016-07-01net: hns: delete redundant parentheseDaode Huang1-2/+2
2016-07-01net: hns: change code style from a = a + x to a += xDaode Huang1-16/+16
2016-06-21net: hns: fix sbm default parameters config errorDaode Huang1-15/+25
2016-06-21net: hns: fix bug of getting the wrong tcam dataDaode Huang1-4/+4
2016-06-21net: hns: add spin lock for tcam table operationDaode Huang1-0/+25
2016-06-21net: hns: bugfix about pfc pause frame statisticsDaode Huang1-8/+64
2016-06-21net: hns: Remove unnecessary device resource freeQianqian Xie1-35/+4
2016-06-21net: hns: fix hns dsaf v1 dont support tx_pause closeQianqian Xie1-3/+3
2016-06-04net: hns: dsaf adds support of acpiKejian Yan1-28/+57
2016-06-04net: hns: add dsaf misc operation methodKejian Yan1-3/+8
2016-06-04net: hns: use device_* APIs instead of of_* APIsKejian Yan1-4/+5
2016-04-26net: hns: add attribute cpld_ctrl for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)1-5/+0
2016-04-26net: hns: separate debug dsaf device from service dsaf deviceYisen.Zhuang\(Zhuangyuzeng\)1-31/+62
2016-04-26net: hns: sort the header file by alphabetical orderDaode Huang1-6/+6
2016-04-26net: hns: add attribute reset-field-offset for dsaf nodeYisen.Zhuang\(Zhuangyuzeng\)1-0/+8
2016-04-26net: hns: add a new dsaf mode for debug portYisen.Zhuang\(Zhuangyuzeng\)1-7/+9
2016-04-02net: hns: add support of pause frame ctrl for HNS V2Lisheng1-10/+65