summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
AgeCommit message (Expand)Author
2023-09-20net: ethernet: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König
2021-05-17net: hisilicon: hns: Fix wrong function name in commentsYang Shen
2021-03-24net: hns: remove redundant variable initializationYonglong Liu
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-07-20net: hns: use eth_broadcast_addr() to assign broadcast addressXu Wang
2019-10-07net: hns: make arrays static, makes object smallerColin Ian King
2019-09-05net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-06net: hns: fix unsigned comparison to less than zeroColin Ian King
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu
2019-04-04net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu
2019-02-18net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta
2019-02-14net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang
2018-12-16net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu
2018-12-16net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu
2018-12-16net: hns: Incorrect offset address used for some registers.Yonglong Liu
2018-08-29net: hns: add the code for cleaning pkt in chipPeng Li
2018-08-02net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'YueHaibing
2018-07-26net: hns: make hns_dsaf_roce_reset non staticYueHaibing
2018-07-26net: hns: Make many functions staticYueHaibing
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-04net: hns: Fix the process of adding broadcast addresses to tcamXi Wang
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-03net: hns: Adjust the SBM module buffer thresholdKejian Yan
2017-04-03net: hns: Remove redundant mac table operationsKejian Yan
2017-04-03net: hns: Remove the redundant adding and deleting mac functionKejian Yan
2017-03-25net: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann
2017-03-25net: hns: fix uninitialized data useArnd Bergmann
2016-11-10net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan
2016-11-10net: hns: add multicast tcam table clearKejian Yan
2016-11-10net: hns: modify tcam table of mask_keyQianqian Xie
2016-11-10net: hns: modify tcam table of mac mc-entryQianqian Xie
2016-11-10net: hns: modify tcam table of mac mc-portQianqian Xie
2016-11-10net: hns: modify table index to get mac entryQianqian Xie
2016-11-10net: hns: modify tcam table of mac uc-entryQianqian Xie
2016-11-10net: hns: modify tcam table and set mac keyQianqian Xie
2016-11-10net: hns: fix for promisc mode in HNS driverKejian Yan
2016-11-10net: hns: add fuzzy match of tcam table for hnsKejian Yan
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-10-17net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-10-03net: hns: fix port not available after testing loopbackKejian Yan
2016-08-25net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil
2016-08-23net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun
2016-08-19net: hns: Add reset function support for RoCE driveroulijun
2016-08-01ethernet: hisilicon: hns: hns_dsaf_main: add missing of_node_put after callin...Peter Chen
2016-07-05net: hns: fix return value check in hns_dsaf_get_cfg()Wei Yongjun
2016-07-01net: hns: normalize two different loopDaode Huang
2016-07-01net: hns: delete redundant parentheseDaode Huang