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-12-20
net: hns3: fix the descriptor index when get rss type
Peng Li
1
-1
/
+8
2018-12-20
net: hns3: add max vector number check for pf
Jian Shen
1
-0
/
+4
2018-12-20
net: hns3: refine the handle for hns3_nic_net_open/stop()
Jian Shen
1
-0
/
+8
2018-12-18
net: hns3: update coalesce param per second
Peng Li
1
-5
/
+3
2018-12-18
net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vect...
Huazhong Tan
1
-6
/
+6
2018-12-18
net: hns3: fix napi_disable not return problem
Huazhong Tan
1
-2
/
+2
2018-12-18
net: hns3: fix error handling int the hns3_get_vector_ring_chain
Huazhong Tan
1
-2
/
+3
2018-12-08
net: hns3: rename process_hw_error function
Shiju Jose
1
-2
/
+2
2018-11-24
net: hns3: Add debugfs framework registration
liuzhongzhu
1
-2
/
+15
2018-11-18
net: hns3: up/down netdev in hclge module when setting mtu
Yunsheng Lin
1
-11
/
+0
2018-11-18
net: hns3: Add vport alive state checking support
Yunsheng Lin
1
-0
/
+24
2018-11-18
net: hns3: Refactor mac mtu setting related functions
Yunsheng Lin
1
-2
/
+1
2018-11-18
net: hns3: Support two vlan header when setting mtu
Yunsheng Lin
1
-2
/
+3
2018-11-15
net: hns3: Adds GRO params to SKB for the stack
Peng Li
1
-0
/
+43
2018-11-15
net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
Peng Li
1
-2
/
+35
2018-11-15
net: hns3: Add support for ethtool -K to enable/disable HW GRO
Peng Li
1
-1
/
+12
2018-11-15
net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
Peng Li
1
-62
/
+134
2018-11-15
net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware
Peng Li
1
-1
/
+3
2018-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-11-10
net: hns3: do VF's pci re-initialization while PF doing FLR
Huazhong Tan
1
-5
/
+19
2018-11-10
net: hns3: add PCIe FLR support for PF
Huazhong Tan
1
-0
/
+20
2018-11-10
net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is set
Huazhong Tan
1
-6
/
+16
2018-11-09
net: hns3: bugfix for not checking return value
Huazhong Tan
1
-1
/
+2
2018-11-07
net: hns3: move some reset information from hnae3_handle into hclge_dev/hclge...
Huazhong Tan
1
-13
/
+3
2018-11-07
net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting
Huazhong Tan
1
-0
/
+10
2018-11-07
net: hns3: enable/disable ring in the enet while doing UP/DOWN
Huazhong Tan
1
-0
/
+30
2018-11-07
net: hns3: adjust the location of clearing the table when doing reset
Huazhong Tan
1
-10
/
+10
2018-11-07
net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of ...
Huazhong Tan
1
-0
/
+17
2018-10-31
net: hns3: fix incorrect return value/type of some functions
Huazhong Tan
1
-24
/
+56
2018-10-31
net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()
Huazhong Tan
1
-3
/
+0
2018-10-31
net: hns3: bugfix for buffer not free problem during resetting
Huazhong Tan
1
-3
/
+21
2018-10-31
net: hns3: add error handler for hns3_nic_init_vector_data()
Huazhong Tan
1
-2
/
+8
2018-10-23
net: hns3: Add PCIe AER error recovery
Shiju Jose
1
-1
/
+19
2018-10-23
net: hns3: Add PCIe AER callback error_detected
Shiju Jose
1
-0
/
+30
2018-10-16
net: hns3: fix for multiple unmapping DMA problem
Fuyun Liang
1
-5
/
+8
2018-10-16
net: hns3: rename hns_nic_dma_unmap
Fuyun Liang
1
-7
/
+7
2018-10-16
net: hns3: add handling for big TX fragment
Fuyun Liang
1
-14
/
+31
2018-10-16
net: hns3: move DMA map into hns3_fill_desc
Peng Li
1
-24
/
+23
2018-10-16
net: hns3: remove hns3_fill_desc_tso
Peng Li
1
-39
/
+5
2018-10-12
net: hns3: Resume promisc mode and vlan filter status after reset
Jian Shen
1
-1
/
+5
2018-10-12
net: hns3: Enable promisc mode when mac vlan table is full
Jian Shen
1
-10
/
+68
2018-10-11
net: hns3: Add HW RSS hash information to RX skb
Peng Li
1
-0
/
+17
2018-10-05
net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardware
Jian Shen
1
-17
/
+13
2018-10-05
net: hns3: Drop depricated mta table support
Jian Shen
1
-3
/
+0
2018-10-05
net: hns3: Clear mac vlan table entries when unload driver or function reset
Jian Shen
1
-17
/
+28
2018-10-02
net: hns3: Add support for enable/disable flow director
Jian Shen
1
-1
/
+14
2018-10-02
net: hns3: Remove all flow director rules when unload hns3 driver
Jian Shen
1
-0
/
+2
2018-10-02
net: hns3: Add reset handle for flow director
Jian Shen
1
-0
/
+30
2018-10-02
net: hns3: Add flow director initialization
Jian Shen
1
-0
/
+8
2018-09-28
net: hns3: Fix loss of coal configuration while doing reset
Huazhong Tan
1
-37
/
+34
[next]