aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-26net: hns: add a new dsaf mode for debug portYisen.Zhuang\(Zhuangyuzeng\)1-4/+4
2016-04-02net: hns: add support of pause frame ctrl for HNS V2Lisheng1-23/+7
2016-03-22net: hns: adds limitation for debug port mtuKejian Yan1-0/+3
2016-03-22net: hns: fix the bug about mtu settingKejian Yan1-1/+3
2016-03-22net: hns: add uc match for debug portsKejian Yan1-0/+8
2015-12-04net:hns: Add support of Hip06 SoC to the Hislicon Network SubsystemSalil1-7/+7
2015-10-18net: hisilicon fix a bug on Hisilicon Network Subsystemhuangdaode1-1/+1