aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-25net: hns: Add missing fwnode_handle_put in hns_mac_initPeng Wu1-1/+5
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-05-17net: hisilicon: hns: Fix wrong function name in commentsYang Shen1-3/+3
2021-05-14net: hns: fix the comments style issuePeng Li1-2/+1
2021-03-24net: hns: remove redundant variable initializationYonglong Liu1-1/+1
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-17/+17
2020-04-20net: hns: use true,false for bool variablesJason Yan1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu1-1/+1
2018-12-16net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu1-0/+15
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+44
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-08-29net: hns: add the code for cleaning pkt in chipPeng Li1-0/+44
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+5
2018-08-02net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'YueHaibing1-5/+0
2018-07-26net: hns: Make many functions staticYueHaibing1-3/+5
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-2/+4
2018-03-31ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addrJoe Perches1-4/+2
2018-01-02net: hns: add ACPI mode support for ethtool -pJian Shen1-1/+1
2017-04-30net: hns: support deferred probe when no mdiolipeng1-6/+33
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2017-04-03net: hns: Remove the redundant adding and deleting mac functionKejian Yan1-38/+0
2017-04-03net: hns: Fix to adjust buf_size of ring according to mtulipeng1-2/+1
2017-04-01net: hns: Add ACPI support to check SFP presentDaode Huang1-4/+7
2016-11-10net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan1-0/+40
2016-11-10net: hns: add multicast tcam table clearKejian Yan1-0/+12
2016-11-10net: hns: fix for promisc mode in HNS driverKejian Yan1-0/+2
2016-11-10net: hns: add fuzzy match of tcam table for hnsKejian Yan1-6/+10
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-2/+1
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+10
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+11
2016-10-06net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King1-11/+11
2016-10-03net: hns: fix the bug of forwarding tableDaode Huang1-3/+10
2016-08-25net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil1-16/+1
2016-08-15net: hns: mdio->irq is an array, so no need to check if it is nullColin Ian King1-2/+1
2016-08-01ethernet: hisilicon: hns: hns_dsaf_mac: add missing of_node_put after calling of_parse_phandlePeter Chen1-3/+6
2016-07-01net: hns: add media-type property for hnsKejian Yan1-0/+26
2016-07-01net: hns: remove redundant hns_mac_dev_to_enet_if()Kejian Yan1-15/+0
2016-06-04net: hns: register phy device in each mac initial sequenceKejian Yan1-7/+126
2016-06-04net: hns: dsaf adds support of acpiKejian Yan1-40/+40
2016-06-04net: hns: add dsaf misc operation methodKejian Yan1-7/+7
2016-06-04net: hns: add uniform interface for phy connectionKejian Yan1-10/+24
2016-04-29net: hns: change port-id property to reg property in dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)1-3/+3
2016-04-29net: hns: remove cpld-ctrl-reg and add cell in the cpld-syscon propertyYisen.Zhuang\(Zhuangyuzeng\)1-12/+14
2016-04-26net: hns: add attribute port-mode-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)1-0/+10
2016-04-26net: hns: add attribute port-rst-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)1-0/+10
2016-04-26net: hns: add attribute cpld_ctrl for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)1-17/+21
2016-04-26net: hns: separate debug dsaf device from service dsaf deviceYisen.Zhuang\(Zhuangyuzeng\)1-44/+108
2016-04-26net: hns: sort the header file by alphabetical orderDaode Huang1-6/+6