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.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-05-16
net: hns3: Fixes the missing PCI iounmap for various legs
Fuyun Liang
1
-0
/
+2
2018-05-16
net: hns3: Add support of .sriov_configure in HNS3 driver
Peng Li
1
-26
/
+32
2018-05-16
net: hns3: Fix for fiber link up problem
Yunsheng Lin
1
-1
/
+1
2018-05-16
net: hns3: Fixes the back pressure setting when sriov is enabled
Yunsheng Lin
2
-5
/
+45
2018-05-16
net: hns3: Change return value in hnae3_register_client
Fuyun Liang
1
-1
/
+1
2018-05-16
net: hns3: Change return type of hnae3_register_ae_algo
Fuyun Liang
4
-6
/
+8
2018-05-16
net: hns3: Change return type of hnae3_register_ae_dev
Fuyun Liang
3
-8
/
+3
2018-05-16
net: hns3: Add a check for client instance init state
Fuyun Liang
2
-3
/
+13
2018-05-16
net: hns3: Fix for the null pointer problem occurring when initializing ae_de...
Fuyun Liang
3
-8
/
+9
2018-05-16
net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
Fuyun Liang
3
-49
/
+79
2018-05-11
net: hns3: refactor the loopback related function
Yunsheng Lin
2
-47
/
+42
2018-05-11
net: hns3: fix for cleaning ring problem
Yunsheng Lin
1
-4
/
+30
2018-05-11
net: hns3: remove add/del_tunnel_udp in hns3_enet module
Yunsheng Lin
2
-96
/
+0
2018-05-11
net: hns3: Fix for setting mac address when resetting
Yunsheng Lin
1
-4
/
+4
2018-05-10
net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
Yunsheng Lin
5
-8
/
+20
2018-05-01
net: hns3: Remove packet statistics in the range of 8192~12287
Xi Wang
2
-10
/
+6
2018-05-01
net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
Yunsheng Lin
3
-24
/
+70
2018-05-01
net: hns3: fix a dead loop in hclge_cmd_csq_clean
Huazhong Tan
1
-0
/
+19
2018-05-01
net: hns3: Fix to support autoneg only for port attached with phy
Fuyun Liang
1
-6
/
+6
2018-05-01
net: hns3: fix for phy_addr error in hclge_mac_mdio_config
Huazhong Tan
2
-7
/
+12
2018-05-01
net: hns3: Fixes the error legs in hclge_init_ae_dev function
Huazhong Tan
1
-21
/
+34
2018-05-01
net: hns3: Fixes the out of bounds access in hclge_map_tqp
Huazhong Tan
1
-2
/
+5
2018-05-01
net: hns3: fix to correctly fetch l4 protocol outer header
Huazhong Tan
1
-1
/
+1
2018-05-01
net: hns3: Remove error log when getting pfc stats fails
Yunsheng Lin
1
-4
/
+1
2018-04-19
net: hns: Avoid action name truncation
dann frazier
1
-1
/
+1
2018-04-04
net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES
Tan Xiaojun
1
-1
/
+1
2018-04-01
ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr
Joe Perches
1
-4
/
+2
2018-04-01
net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
Wei Yongjun
1
-4
/
+0
2018-03-26
net: hns3: never send command queue message to IMP when reset
Peng Li
2
-5
/
+24
2018-03-26
net: hns3: fix for not initializing VF rss_hash_key problem
Fuyun Liang
1
-2
/
+2
2018-03-26
net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfo
Fuyun Liang
1
-1
/
+1
2018-03-26
net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_size
Fuyun Liang
1
-1
/
+1
2018-03-26
net: hns3: fix for returning wrong value problem in hns3_get_rss_key_size
Fuyun Liang
1
-1
/
+1
2018-03-23
net: hns3: hclge_inform_reset_assert_to_vf() can be static
kbuild test robot
1
-1
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-4
/
+6
2018-03-22
net: hns3: Changes required in PF mailbox to support VF reset
Salil Mehta
3
-1
/
+44
2018-03-22
net: hns3: Add *Asserting Reset* mailbox message & handling in VF
Salil Mehta
2
-0
/
+13
2018-03-22
net: hns3: Changes to support ARQ(Asynchronous Receive Queue)
Salil Mehta
5
-14
/
+111
2018-03-22
net: hns3: Add support to re-initialize the hclge device
Salil Mehta
2
-14
/
+106
2018-03-22
net: hns3: Add support to reset the enet/ring mgmt layer
Salil Mehta
2
-4
/
+102
2018-03-22
net: hns3: Add support to request VF Reset to PF
Salil Mehta
1
-0
/
+19
2018-03-22
net: hns3: Add VF Reset device state and its handling
Salil Mehta
3
-5
/
+68
2018-03-22
net: hns3: Add VF Reset Service Task to support event handling
Salil Mehta
2
-0
/
+35
2018-03-22
net: hns3: Changes to make enet watchdog timeout func common for PF/VF
Salil Mehta
5
-43
/
+46
2018-03-22
net: hns3: fix for not returning problem in get_link_ksettings when phy exists
Fuyun Liang
1
-2
/
+6
2018-03-22
net: hns3: add querying speed and duplex support to VF
Fuyun Liang
4
-2
/
+37
2018-03-22
net: hns3: add get_link support to VF
Fuyun Liang
2
-0
/
+9
2018-03-22
net: hns3: fix for getting wrong link mode problem
Fuyun Liang
5
-89
/
+107
2018-03-22
net: hns3: change the time interval of int_gl calculating
Fuyun Liang
2
-17
/
+30
2018-03-22
net: hns3: change GL update rate
Fuyun Liang
2
-0
/
+10
[next]