index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
net: hisilicon: remove unexpected free_netdev
Pan Bian
1
-3
/
+1
2018-11-27
net: hns3: Fix for out-of-bounds access when setting pfc back pressure
Yunsheng Lin
1
-6
/
+4
2018-11-27
net: hns3: bugfix for the initialization of command queue's spin lock
Huazhong Tan
1
-4
/
+10
2018-11-27
net: hns3: bugfix for handling mailbox while the command queue reinitialized
Huazhong Tan
1
-0
/
+6
2018-11-27
net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
Huazhong Tan
1
-0
/
+3
2018-11-27
net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
Huazhong Tan
1
-0
/
+5
2018-11-13
net: hns3: Fix for vf vlan delete failed problem
Yunsheng Lin
1
-0
/
+8
2018-11-13
net: hns3: Fix ping exited problem when doing lp selftest
Yunsheng Lin
1
-2
/
+2
2018-11-13
net: hns3: Preserve vlan 0 in hardware table
Yunsheng Lin
1
-0
/
+3
2018-11-13
net: hns3: Set STATE_DOWN bit of hdev state when stopping net
Fuyun Liang
2
-0
/
+4
2018-11-13
net: hns3: Check hdev state when getting link status
Peng Li
2
-0
/
+6
2018-11-13
net: hns3: Fix ets validate issue
Jian Shen
1
-2
/
+4
2018-11-13
net: hns3: Add nic state check before calling netif_tx_wake_queue
Jian Shen
1
-1
/
+3
2018-11-13
net: hns3: Fix for packet buffer setting bug
Yunsheng Lin
1
-6
/
+8
2018-09-28
net: hns: remove ndo_poll_controller
Eric Dumazet
1
-18
/
+0
2018-09-25
net: hns: fix for unmapping problem when SMMU is on
Yunsheng Lin
2
-12
/
+20
2018-08-30
net: hns: add netif_carrier_off before change speed and duplex
Peng Li
1
-0
/
+2
2018-08-30
net: hns: add the code for cleaning pkt in chip
Peng Li
13
-4
/
+255
2018-08-23
net: hns3: modify variable type in hns3_nic_reuse_page
Huazhong Tan
1
-1
/
+2
2018-08-23
net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGES
Huazhong Tan
1
-3
/
+3
2018-08-23
net: hns: use eth_get_headlen interface instead of hns_nic_get_headlen
Huazhong Tan
1
-102
/
+1
2018-08-23
net: hns: fix skb->truesize underestimation
Huazhong Tan
1
-1
/
+1
2018-08-23
net: hns: modify variable type in hns_nic_reuse_page
Huazhong Tan
1
-1
/
+2
2018-08-23
net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGES
Huazhong Tan
1
-3
/
+3
2018-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
35
-1026
/
+1049
2018-08-14
net: hns3: Add vlan filter setting by ethtool command -K
Peng Li
1
-0
/
+6
2018-08-14
net: hns3: Set tx ring' tc info when netdev is up
Yunsheng Lin
2
-0
/
+25
2018-08-14
net: hns3: Remove tx ring BD len register in hns3_enet
Yunsheng Lin
2
-3
/
+0
2018-08-14
net: hns3: Fix desc num set to default when setting channel
Yunsheng Lin
1
-10
/
+12
2018-08-14
net: hns3: Fix for phy link issue when using marvell phy driver
Jian Shen
1
-0
/
+2
2018-08-14
net: hns3: Fix for information of phydev lost problem when down/up
Fuyun Liang
3
-9
/
+44
2018-08-14
net: hns3: Fix for command format parsing error in hclge_is_all_function_id_zero
Xi Wang
1
-1
/
+1
2018-08-14
net: hns3: Add support for serdes loopback selftest
Peng Li
3
-5
/
+75
2018-08-08
net: hns3: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-08
net: hns: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-03
net: hns3: Refine the MSIX allocation for PF
Jian Shen
3
-4
/
+9
2018-08-03
net: hns3: Fix MSIX allocation issue for VF
Jian Shen
4
-16
/
+85
2018-08-03
net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'
YueHaibing
2
-14
/
+1
2018-08-01
net: hns3: fix return value error while hclge_cmd_csq_clean failed
Huazhong Tan
1
-3
/
+9
2018-07-27
net: hisilicon: hns: Replace mdelay() with msleep()
Jia-Ju Bai
2
-4
/
+4
2018-07-27
net: hns: make hns_dsaf_roce_reset non static
YueHaibing
1
-1
/
+1
2018-07-26
net: hns: Make many functions static
YueHaibing
10
-52
/
+60
2018-07-23
ACPI: Convert ACPI reference args to generic fwnode reference args
Sakari Ailus
2
-4
/
+10
2018-07-22
net: hix5hd2_gmac: use dma_zalloc_coherent instead of allocator/memset
YueHaibing
1
-3
/
+2
2018-07-21
net: hns3: Add SPDX tags to HNS3 PF driver
Jian Shen
16
-128
/
+32
2018-07-21
net: hns3: Remove unused struct member and definition
Jian Shen
2
-14
/
+0
2018-07-21
net: hns3: Fix misleading parameter name
Jian Shen
3
-5
/
+5
2018-07-21
net: hns3: Modify inconsistent bit mask macros
Jian Shen
3
-18
/
+11
2018-07-21
net: hns3: Use decimal for bit offset macros
Jian Shen
2
-14
/
+14
2018-07-21
net: hns3: Correct unreasonable code comments
Jian Shen
3
-24
/
+23
[next]