Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1518472 > unrolled thread
| Started by | Salil Mehta <salil.mehta@huawei.com> |
|---|---|
| First post | 2016-11-09 21:40 +0100 |
| Last post | 2016-11-10 18:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH net-next 00/17] Bug fixes & Code improvements in HNS driver Salil Mehta <salil.mehta@huawei.com> - 2016-11-09 21:40 +0100
Re: [PATCH net-next 00/17] Bug fixes & Code improvements in HNS driver David Miller <davem@davemloft.net> - 2016-11-10 18:00 +0100
| From | Salil Mehta <salil.mehta@huawei.com> |
|---|---|
| Date | 2016-11-09 21:40 +0100 |
| Subject | [PATCH net-next 00/17] Bug fixes & Code improvements in HNS driver |
| Message-ID | <sBFDz-2qo-3@gated-at.bofh.it> |
This patch-set introduces some bug fixes and code improvements.
These have been identified during internal review or testing of
the driver by internal Hisilicon teams.
Daode Huang (3):
net: hns: set default mac pause time to 0xffff
net: hns: bug fix about restart auto-negotiation
net: hns: fix to intimate the link-status change by adding LF/RF
method
Kejian Yan (5):
Doc: hisi: hns adds mc-mac-mask property
net: hns: add fuzzy match of tcam table for hns
net: hns: fix for promisc mode in HNS driver
net: hns: add multicast tcam table clear
net: hns: add the support to add/remove the ucast entry to/from table
Qianqian Xie (9):
net: hns: delete redundant macro definition
net: hns: modify ethtool statistics value error
net: hns: modify buffer format of cpu data to le64
net: hns: modify tcam table and set mac key
net: hns: modify tcam table of mac uc-entry
net: hns: modify table index to get mac entry
net: hns: modify tcam table of mac mc-port
net: hns: modify tcam table of mac mc-entry
net: hns: modify tcam table of mask_key
.../devicetree/bindings/net/hisilicon-hns-dsaf.txt | 8 +
drivers/net/ethernet/hisilicon/hns/hnae.h | 17 +-
drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 38 +-
drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 4 +-
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c | 70 +++-
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h | 17 +-
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 411 +++++++++++++++++---
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 31 +-
drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 31 --
drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h | 13 +-
.../net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c | 41 +-
.../net/ethernet/hisilicon/hns/hns_dsaf_xgmac.h | 5 +-
drivers/net/ethernet/hisilicon/hns/hns_enet.c | 30 ++
drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 3 +-
14 files changed, 577 insertions(+), 142 deletions(-)
--
1.7.9.5
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-11-10 18:00 +0100 |
| Subject | Re: [PATCH net-next 00/17] Bug fixes & Code improvements in HNS driver |
| Message-ID | <sC0RN-ke-11@gated-at.bofh.it> |
| In reply to | #1518472 |
From: Salil Mehta <salil.mehta@huawei.com> Date: Wed, 9 Nov 2016 18:13:44 +0000 > This patch-set introduces some bug fixes and code improvements. > These have been identified during internal review or testing of > the driver by internal Hisilicon teams. Series applied, thanks.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web