index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hns3: Optimize PF CMDQ interrupt switching process
Xi Wang
2018-06-06
1
-0
/
+13
*
net: hns3: Fix for VF mailbox receiving unknown message
Xi Wang
2018-06-06
1
-3
/
+20
*
net: hns3: Fix for VF mailbox cannot receiving PF response
Xi Wang
2018-06-06
1
-0
/
+3
*
net: hns3: remove unused hclgevf_cfg_func_mta_filter
Arnd Bergmann
2018-06-05
1
-11
/
+0
*
net: hns: Fix the process of adding broadcast addresses to tcam
Xi Wang
2018-06-04
1
-5
/
+18
*
net: hns3: Optimize the VF's process of updating multicast MAC
Xi Wang
2018-06-01
4
-5
/
+187
*
net: hns3: Optimize the PF's process of updating multicast MAC
Xi Wang
2018-06-01
4
-21
/
+136
*
net: hns3: Fix for vxlan tx checksum bug
Yunsheng Lin
2018-06-01
1
-0
/
+29
*
net: hns3: Add missing break in misc_irq_handle
Yunsheng Lin
2018-06-01
1
-3
/
+3
*
net: hns3: Fix for phy not link up problem after resetting
Yunsheng Lin
2018-06-01
1
-4
/
+3
*
net: hns3: Fix for hclge_reset running repeatly problem
Yunsheng Lin
2018-06-01
1
-6
/
+34
*
net: hns3: Fix for service_task not running problem after resetting
Yunsheng Lin
2018-06-01
2
-0
/
+2
*
net: hns3: Fix setting mac address error
Jian Shen
2018-06-01
1
-0
/
+13
*
net: hns3: Add repeat address checking for setting mac address
Jian Shen
2018-06-01
1
-0
/
+6
*
net: hns3: Add support for IFF_ALLMULTI flag
Peng Li
2018-06-01
6
-12
/
+21
*
net: hns3: Disable vf vlan filter when vf vlan table is full
Yunsheng Lin
2018-06-01
1
-0
/
+7
*
net: hns3: Fixes initalization of RoCE handle and makes it conditional
Lijun Ou
2018-05-29
1
-3
/
+5
*
net: hns3: Adds support for led locate command for copper port
Jian Shen
2018-05-29
2
-41
/
+6
*
net: hns3: Remove unused led control code
Jian Shen
2018-05-29
3
-112
/
+0
*
net: hns3: Clear TX/RX rings when stopping port & un-initializing client
Fuyun Liang
2018-05-29
3
-10
/
+110
*
net: hns3: Removes unnecessary check when clearing TX/RX rings
Fuyun Liang
2018-05-29
1
-6
/
+0
*
net: hns3: Fixes the init of the VALID BD info in the descriptor
Fuyun Liang
2018-05-29
1
-0
/
+2
*
net: hns3: Fixes the state to indicate client-type initialization
Peng Li
2018-05-29
2
-4
/
+49
*
net: hns3: Fix for PF mailbox receving unknown message
Xi Wang
2018-05-29
1
-3
/
+20
*
net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
Peng Li
2018-05-29
2
-1
/
+10
*
net: hns3: Add STRP_TAGP field support for hardware revision 0x21
Peng Li
2018-05-29
2
-5
/
+40
*
net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
Peng Li
2018-05-29
3
-10
/
+29
*
net: hns3: Updates RX packet info fetch in case of multi BD
Peng Li
2018-05-29
1
-18
/
+18
*
net: hns3: Fix for CMDQ and Misc. interrupt init order problem
Yunsheng Lin
2018-05-21
1
-8
/
+8
*
net: hns3: Fixes kernel panic issue during rmmod hns3 driver
Xi Wang
2018-05-21
1
-2
/
+2
*
net: hns3: Fix for netdev not running problem after calling net_stop and net_...
Fuyun Liang
2018-05-21
1
-0
/
+3
*
net: hns3: Use enums instead of magic number in hclge_is_special_opcode
Huazhong Tan
2018-05-21
1
-1
/
+5
*
net: hns3: Fix for hns3 module is loaded multiple times problem
Xi Wang
2018-05-21
6
-2
/
+8
*
net: hns3: Fix the missing client list node initialization
Xi Wang
2018-05-21
1
-0
/
+2
*
net: hns3: cleanup of return values in hclge_init_client_instance()
Jian Shen
2018-05-21
1
-8
/
+6
*
net: hns3: Fixes API to fetch ethernet header length with kernel default
Peng Li
2018-05-21
1
-102
/
+2
*
net: hns3: Fixes error reported by Kbuild and internal review
Salil Mehta
2018-05-21
1
-1
/
+3
*
net: hns3: Fixes the missing PCI iounmap for various legs
Fuyun Liang
2018-05-16
1
-0
/
+2
*
net: hns3: Add support of .sriov_configure in HNS3 driver
Peng Li
2018-05-16
1
-26
/
+32
*
net: hns3: Fix for fiber link up problem
Yunsheng Lin
2018-05-16
1
-1
/
+1
*
net: hns3: Fixes the back pressure setting when sriov is enabled
Yunsheng Lin
2018-05-16
2
-5
/
+45
*
net: hns3: Change return value in hnae3_register_client
Fuyun Liang
2018-05-16
1
-1
/
+1
*
net: hns3: Change return type of hnae3_register_ae_algo
Fuyun Liang
2018-05-16
4
-6
/
+8
*
net: hns3: Change return type of hnae3_register_ae_dev
Fuyun Liang
2018-05-16
3
-8
/
+3
*
net: hns3: Add a check for client instance init state
Fuyun Liang
2018-05-16
2
-3
/
+13
*
net: hns3: Fix for the null pointer problem occurring when initializing ae_de...
Fuyun Liang
2018-05-16
3
-8
/
+9
*
net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
Fuyun Liang
2018-05-16
3
-49
/
+79
*
net: hns3: refactor the loopback related function
Yunsheng Lin
2018-05-10
2
-47
/
+42
*
net: hns3: fix for cleaning ring problem
Yunsheng Lin
2018-05-10
1
-4
/
+30
*
net: hns3: remove add/del_tunnel_udp in hns3_enet module
Yunsheng Lin
2018-05-10
2
-96
/
+0
[next]