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
/
hns3
/
hns3_enet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-21
net: hns3: Fix the missing client list node initialization
Xi Wang
1
-0
/
+2
2018-05-21
net: hns3: Fixes API to fetch ethernet header length with kernel default
Peng Li
1
-102
/
+2
2018-05-21
net: hns3: Fixes error reported by Kbuild and internal review
Salil Mehta
1
-1
/
+3
2018-05-16
net: hns3: Add support of .sriov_configure in HNS3 driver
Peng Li
1
-26
/
+32
2018-05-16
net: hns3: Change return type of hnae3_register_ae_dev
Fuyun Liang
1
-3
/
+1
2018-05-16
net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
Fuyun Liang
1
-1
/
+73
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
1
-89
/
+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
1
-7
/
+1
2018-05-01
net: hns3: fix to correctly fetch l4 protocol outer header
Huazhong Tan
1
-1
/
+1
2018-04-01
net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
Wei Yongjun
1
-4
/
+0
2018-03-26
net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfo
Fuyun Liang
1
-1
/
+1
2018-03-22
net: hns3: Changes to make enet watchdog timeout func common for PF/VF
Salil Mehta
1
-23
/
+7
2018-03-22
net: hns3: change the time interval of int_gl calculating
Fuyun Liang
1
-17
/
+29
2018-03-22
net: hns3: change GL update rate
Fuyun Liang
1
-0
/
+8
2018-03-22
net: hns3: fix for vlan table lost problem when resetting
Yunsheng Lin
1
-0
/
+26
2018-03-12
net: hns3: fix rx path skb->truesize reporting bug
Peng Li
1
-6
/
+4
2018-03-12
net: hns3: fix for ipv6 address loss problem after setting channels
Fuyun Liang
1
-2
/
+2
2018-03-12
net: hns3: add existence check when remove old uc mac address
Fuyun Liang
1
-2
/
+2
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
1
-23
/
+23
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
1
-0
/
+4
2018-03-09
net: hns3: fix for use-after-free when setting ring parameter
Yunsheng Lin
1
-5
/
+5
2018-03-08
net: hns3: set the max ring num when alloc netdev
Peng Li
1
-14
/
+13
2018-01-23
net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
Salil Mehta
1
-2
/
+2
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
1
-0
/
+11
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
1
-4
/
+30
2018-01-10
net: hns3: report the function type the same line with hns3_nic_get_stats64
Peng Li
1
-2
/
+2
2018-01-08
net: hns3: fix for changing MTU
Fuyun Liang
1
-0
/
+2
2018-01-08
net: hns3: Fix an error of total drop packet statistics
Jian Shen
1
-2
/
+9
2018-01-08
net: hns3: Mask the packet statistics query when NIC is down
Jian Shen
1
-0
/
+8
2018-01-08
net: hns3: Modify the update period of packet statistics
Jian Shen
1
-0
/
+3
2018-01-08
net: hns3: Disable VFs change rxvlan offload status
Jian Shen
1
-2
/
+3
2018-01-08
net: hns3: Add ethtool interface for vlan filter
Jian Shen
1
-1
/
+10
2017-12-27
net: hns3: add handling vlan tag offload in bd
Peng Li
1
-5
/
+78
2017-12-27
net: hns3: add ethtool related offload command
Peng Li
1
-0
/
+16
2017-12-27
net: hns3: free the ring_data structrue when change tqps
Peng Li
1
-0
/
+4
2017-12-27
net: hns3: add support to modify tqps number
Peng Li
1
-0
/
+122
2017-12-15
net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC
Salil Mehta
1
-0
/
+3216