index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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-03-12
net: hns3: add result checking for VF when modify unicast mac address
Jian Shen
3
-2
/
+6
2018-03-12
net: hns3: add existence checking before adding unicast mac address
Jian Shen
1
-1
/
+16
2018-03-12
net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()
Jian Shen
1
-5
/
+5
2018-03-12
net: hns3: fix error type definition of return value
Jian Shen
1
-6
/
+6
2018-03-12
net: hns3: fix for buffer overflow smatch warning
Yunsheng Lin
3
-42
/
+39
2018-03-12
net: hns3: fix for loopback failure when vlan filter is enable
Yunsheng Lin
1
-0
/
+16
2018-03-12
net: hns3: add support for querying pfc puase packets statistic
Peng Li
3
-0
/
+73
2018-03-12
net: hns3: fix rx path skb->truesize reporting bug
Peng Li
1
-6
/
+4
2018-03-12
net: hns3: unify the pause params setup function
Fuyun Liang
3
-14
/
+13
2018-03-12
net: hns3: fix for ipv6 address loss problem after setting channels
Fuyun Liang
1
-2
/
+2
2018-03-12
net: hns3: fix for netdev not running problem after calling net_stop and net_...
Fuyun Liang
2
-0
/
+6
2018-03-12
net: hns3: add existence check when remove old uc mac address
Fuyun Liang
5
-16
/
+20
2018-03-09
net: hns3: fix for coal configuation lost when setting the channel
Yunsheng Lin
1
-3
/
+34
2018-03-09
net: hns3: refactor the coalesce related struct
Yunsheng Lin
3
-36
/
+46
2018-03-09
net: hns3: fix for coalesce configuration lost during reset
Yunsheng Lin
1
-42
/
+114
2018-03-09
net: hns3: refactor the get/put_vector function
Yunsheng Lin
4
-10
/
+37
2018-03-09
net: hns3: fix for use-after-free when setting ring parameter
Yunsheng Lin
1
-5
/
+5
2018-03-09
net: hns3: fix for pause configuration lost during reset
Yunsheng Lin
1
-2
/
+2
2018-03-09
net: hns3: fix for RSS configuration loss problem during reset
Yunsheng Lin
3
-54
/
+56
2018-03-09
net: hns3: refactor the hclge_get/set_rss_tuple function
Yunsheng Lin
2
-37
/
+67
2018-03-09
net: hns3: refactor the hclge_get/set_rss function
Yunsheng Lin
2
-32
/
+9
2018-03-08
net: hns3: add support for VF driver inner interface hclgevf_ops.get_tqps_and...
Peng Li
1
-0
/
+10
2018-03-08
net: hns3: set the max ring num when alloc netdev
Peng Li
1
-14
/
+13
2018-03-08
net: hns3: fix the queue id for tqp enable&&reset
Peng Li
1
-26
/
+24
2018-03-08
net: hns3: fix endian issue when PF get mbx message flag
Peng Li
1
-3
/
+4
2018-03-08
net: hns3: set the cmdq out_vld bit to 0 after used
Peng Li
2
-0
/
+2
2018-03-08
net: hns3: VF should get the real rss_size instead of rss_size_max
Peng Li
1
-1
/
+1
2018-01-26
net: hns3: add int_gl_idx setup for VF
Fuyun Liang
2
-0
/
+13
2018-01-26
net: hns3: add get/set_coalesce support to VF
Fuyun Liang
1
-0
/
+2
2018-01-23
net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
Salil Mehta
1
-2
/
+2
2018-01-23
net: hns3: add net status led support for fiber port
Jian Shen
3
-0
/
+113
2018-01-23
net: hns3: add ethtool -p support for fiber port
Jian Shen
4
-0
/
+104
2018-01-23
net: hns3: add manager table initialization for hardware
Fuyun Liang
2
-0
/
+123
2018-01-23
net: hns3: add support for get_regs
Fuyun Liang
4
-1
/
+205
2018-01-22
net: hns: Fix for variable may be used uninitialized warnings
Huazhong Tan
2
-21
/
+38
2018-01-12
net: hns3: check for NULL function pointer in hns3_nic_set_features
Jian Shen
1
-2
/
+4
2018-01-12
net: hns3: add feature check when feature changed
Jian Shen
1
-12
/
+15
2018-01-12
net: hns3: add int_gl_idx setup for TX and RX queues
Fuyun Liang
3
-0
/
+21
2018-01-12
net: hns3: change the unit of GL value macro
Fuyun Liang
1
-4
/
+4
2018-01-12
net: hns3: remove unused GL setup function
Fuyun Liang
1
-12
/
+0
2018-01-12
net: hns3: refactor GL update function
Fuyun Liang
1
-19
/
+16
2018-01-12
net: hns3: refactor interrupt coalescing init function
Fuyun Liang
1
-9
/
+20
2018-01-12
net: hns3: add ethtool_ops.set_coalesce support to PF
Fuyun Liang
3
-4
/
+188
2018-01-12
net: hns3: add ethtool_ops.get_coalesce support to PF
Fuyun Liang
3
-0
/
+40
2018-01-12
net: hns3: remove TSO config command from VF driver
Peng Li
2
-28
/
+0
2018-01-12
net: hns3: add ethtool_ops.get_channels support for VF
Peng Li
2
-0
/
+31
2018-01-10
net: hns3: report the function type the same line with hns3_nic_get_stats64
Peng Li
1
-2
/
+2
2018-01-10
Revert "net: hns3: Add packet statistics of netdev"
Peng Li
1
-79
/
+1
2018-01-08
net: hns3: Add more packet size statisctics
Jian Shen
2
-7
/
+56
2018-01-08
net: hns3: remove redundant semicolon
Peng Li
1
-1
/
+1
[next]