aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17net: hisilicon: hns: Fix wrong function name in commentsYang Shen1-8/+8
2021-03-24net: hns: remove redundant variable initializationYonglong Liu1-8/+8
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-70/+78
2020-07-20net: hns: use eth_broadcast_addr() to assign broadcast addressXu Wang1-1/+1
2019-10-07net: hns: make arrays static, makes object smallerColin Ian King1-2/+2
2019-09-05net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-06net: hns: fix unsigned comparison to less than zeroColin Ian King1-1/+1
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu1-14/+6
2019-04-04net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu1-6/+27
2019-02-18net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta1-0/+3
2019-02-14net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang1-0/+2
2018-12-16net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu1-41/+216
2018-12-16net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu1-121/+121
2018-12-16net: hns: Incorrect offset address used for some registers.Yonglong Liu1-2/+2
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/dledford/rdmaLinus Torvalds1-10/+0
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus 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 calling of_parse_phandlePeter 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