index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2019-08-18
net: hns3: add or modify comments
Guojia Liao
1
-4
/
+4
2019-08-09
net: hns3: refine MAC pause statistics querying function
Yufeng Mo
1
-7
/
+4
2019-08-09
net: hns3: add check for max TX BD num for tso and non-tso case
Yunsheng Lin
1
-23
/
+15
2019-08-09
net: hns3: add some statitics info to tx process
Yunsheng Lin
1
-14
/
+44
2019-08-09
net: hns3: clean up for vlan handling in hns3_fill_desc_vtags
Yunsheng Lin
1
-78
/
+89
2019-08-01
net: hns3: minor cleanup in hns3_clean_rx_ring
Yunsheng Lin
1
-11
/
+9
2019-08-01
net: hns3: refine for set ring parameters
Jian Shen
1
-1
/
+1
2019-07-29
net: hns3: Add support for using order 1 pages with a 4K buffer
Yunsheng Lin
1
-5
/
+5
2019-07-29
net: hns3: add debug messages to identify eth down cause
Yonglong Liu
1
-0
/
+18
2019-07-29
net: hns3: add a check for get_reset_level
Guangbin Huang
1
-1
/
+1
2019-07-29
net: hns3: add reset checking before set channels
Jian Shen
1
-0
/
+3
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-4
/
+4
2019-07-06
net: hns3: bitwise operator should use unsigned type
Yonglong Liu
1
-4
/
+5
2019-06-28
net: hns3: remove RXD_VLD check in hns3_handle_bdinfo
Yunsheng Lin
1
-10
/
+0
2019-06-28
net: hns3: fix a statistics issue about l3l4 checksum error
Yufeng Mo
1
-1
/
+1
2019-06-28
net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issue
Huazhong Tan
1
-28
/
+26
2019-06-26
net: hns3: remove override_pci_need_reset
Weihang Li
1
-1
/
+1
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-06-19
net: hns3: Fix inconsistent indenting
Krzysztof Kozlowski
1
-1
/
+1
2019-06-18
net: hns3: fix dereference of ae_dev before it is null checked
Colin Ian King
1
-1
/
+2
2019-06-15
net: hns3: some variable modification
Weihang Li
1
-2
/
+3
2019-06-15
net: hns3: delay ring buffer clearing during reset
Yunsheng Lin
1
-5
/
+14
2019-06-15
net: hns3: fix for dereferencing before null checking
Yunsheng Lin
1
-2
/
+5
2019-06-15
net: hns3: free irq when exit from abnormal branch
Yonglong Liu
1
-0
/
+1
2019-06-15
net: hns3: delay setting of reset level for hw errors until slot_reset is called
Shiju Jose
1
-5
/
+10
2019-06-09
net: hns3: fix some coding style issues
Weihang Li
1
-42
/
+31
2019-06-09
net: hns3: delete the redundant user NIC codes
Yonglong Liu
1
-1
/
+0
2019-06-09
net: hns3: refactor hns3_get_new_int_gl function
Yunsheng Lin
1
-32
/
+45
2019-06-09
net: hns3: replace numa_node_id with numa_mem_id for buffer reusing
Yunsheng Lin
1
-2
/
+2
2019-06-09
net: hns3: make HW GRO handling compliant with SW GRO
Yunsheng Lin
1
-14
/
+30
2019-06-04
net: hns3: add a check to pointer in error_detected and slot_reset
Weihang Li
1
-2
/
+5
2019-06-04
net: hns3: fix VLAN filter restore issue after reset
Jian Shen
1
-32
/
+2
2019-05-29
net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()
Huazhong Tan
1
-2
/
+2
2019-05-26
net: hns3: add aRFS support for PF
Jian Shen
1
-0
/
+31
2019-05-26
net: hns3: initialize CPU reverse mapping
Jian Shen
1
-29
/
+48
2019-05-08
net: hns3: remove redundant assignment of l2_hdr to itself
Colin Ian King
1
-1
/
+1
2019-05-07
net: hns3: use devm_kcalloc when allocating desc_cb
Yunsheng Lin
1
-4
/
+4
2019-05-07
net: hns3: some cleanup for struct hns3_enet_ring
Yunsheng Lin
1
-1
/
+1
2019-05-07
net: hns3: unify the page reusing for page size 4K and 64K
Yunsheng Lin
1
-32
/
+13
2019-05-07
net: hns3: optimize the barrier using when cleaning TX BD
Yunsheng Lin
1
-14
/
+15
2019-05-07
net: hns3: fix error handling for desc filling
Yunsheng Lin
1
-11
/
+7
2019-05-07
net: hns3: combine len and checksum handling for inner and outer header.
Yunsheng Lin
1
-111
/
+81
2019-05-07
net: hns3: refactor BD filling for l2l3l4 info
Yunsheng Lin
1
-39
/
+23
2019-05-07
net: hns3: fix for tunnel type handling in hns3_rx_checksum
Yunsheng Lin
1
-6
/
+8
2019-05-07
net: hns3: add linearizing checking for TSO case
Yunsheng Lin
1
-0
/
+45
2019-05-07
net: hns3: add counter for times RX pages gets allocated
Yunsheng Lin
1
-0
/
+4
2019-05-07
net: hns3: use napi_schedule_irqoff in hard interrupts handlers
Yunsheng Lin
1
-1
/
+1
2019-05-07
net: hns3: unify maybe_stop_tx for TSO and non-TSO case
Yunsheng Lin
1
-80
/
+48
2019-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2019-04-26
net: hns3: prevent double free in hns3_put_ring_config()
Huazhong Tan
1
-5
/
+5
[next]