summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta2019-02-181-0/+3
* net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang2019-02-141-0/+2
* net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu2018-12-161-41/+216
* net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2018-12-161-121/+121
* net: hns: Incorrect offset address used for some registers.Yonglong Liu2018-12-161-2/+2
* net: hns: add the code for cleaning pkt in chipPeng Li2018-08-291-0/+29
* net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'YueHaibing2018-08-021-9/+1
* net: hns: make hns_dsaf_roce_reset non staticYueHaibing2018-07-261-1/+1
* net: hns: Make many functions staticYueHaibing2018-07-261-6/+8
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+2
* net: hns: Fix the process of adding broadcast addresses to tcamXi Wang2018-06-041-5/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-2/+4
|\
| * net: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann2017-03-251-0/+1
| * net: hns: fix uninitialized data useArnd Bergmann2017-03-251-2/+3
* | net: hns: Adjust the SBM module buffer thresholdKejian Yan2017-04-031-4/+4
* | net: hns: Remove redundant mac table operationsKejian Yan2017-04-031-160/+0
* | net: hns: Remove the redundant adding and deleting mac functionKejian Yan2017-04-031-81/+0
|/
* net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan2016-11-101-0/+49
* net: hns: add multicast tcam table clearKejian Yan2016-11-101-0/+79
* net: hns: modify tcam table of mask_keyQianqian Xie2016-11-101-0/+7
* net: hns: modify tcam table of mac mc-entryQianqian Xie2016-11-101-8/+17
* net: hns: modify tcam table of mac mc-portQianqian Xie2016-11-101-5/+13
* net: hns: modify table index to get mac entryQianqian Xie2016-11-101-4/+10
* net: hns: modify tcam table of mac uc-entryQianqian Xie2016-11-101-6/+12
* net: hns: modify tcam table and set mac keyQianqian Xie2016-11-101-4/+12
* net: hns: fix for promisc mode in HNS driverKejian Yan2016-11-101-4/+59
* net: hns: add fuzzy match of tcam table for hnsKejian Yan2016-11-101-39/+101
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-291-0/+1
|\
| * net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas2016-10-171-0/+1
* | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-141-10/+0
|\ \ | |/ |/|
| * net: hns: fix port not available after testing loopbackKejian Yan2016-10-031-10/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-13/+34
|\ \ | |/
| * net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil2016-08-251-13/+34
* | net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun2016-08-231-12/+4
|/
* net: hns: Add reset function support for RoCE driveroulijun2016-08-191-0/+84
* ethernet: hisilicon: hns: hns_dsaf_main: add missing of_node_put after callin...Peter Chen2016-08-011-3/+4
* net: hns: fix return value check in hns_dsaf_get_cfg()Wei Yongjun2016-07-051-8/+8
* net: hns: normalize two different loopDaode Huang2016-07-011-9/+9
* net: hns: delete redundant parentheseDaode Huang2016-07-011-2/+2
* net: hns: change code style from a = a + x to a += xDaode Huang2016-07-011-16/+16
* net: hns: fix sbm default parameters config errorDaode Huang2016-06-211-15/+25
* net: hns: fix bug of getting the wrong tcam dataDaode Huang2016-06-211-4/+4
* net: hns: add spin lock for tcam table operationDaode Huang2016-06-211-0/+25
* net: hns: bugfix about pfc pause frame statisticsDaode Huang2016-06-211-8/+64
* net: hns: Remove unnecessary device resource freeQianqian Xie2016-06-211-35/+4
* net: hns: fix hns dsaf v1 dont support tx_pause closeQianqian Xie2016-06-211-3/+3
* net: hns: dsaf adds support of acpiKejian Yan2016-06-041-28/+57
* net: hns: add dsaf misc operation methodKejian Yan2016-06-041-3/+8
* net: hns: use device_* APIs instead of of_* APIsKejian Yan2016-06-041-4/+5
* net: hns: add attribute cpld_ctrl for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-261-5/+0
OpenPOWER on IntegriCloud