index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3_enet.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hns3: add trace event support for HNS3 driver
Yunsheng Lin
2020-01-06
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-09
1
-1
/
+1
|
\
|
*
net: hns3: Use the correct style for SPDX License Identifier
Nishad Kamdar
2019-11-05
1
-1
/
+1
*
|
net: hns3: cleanup some coding style issues
Guangbin Huang
2019-10-31
1
-2
/
+2
*
|
net: hns3: make struct hns3_enet_ring cacheline aligned
Yunsheng Lin
2019-10-21
1
-1
/
+1
*
|
net: hns3: introduce ring_to_netdev() in enet module
Yunsheng Lin
2019-10-21
1
-0
/
+2
*
|
net: hns3: remove struct hns3_nic_ring_data in hns3_enet module
Yunsheng Lin
2019-10-21
1
-14
/
+2
*
|
net: hns3: support tx-scatter-gather-fraglist feature
Yunsheng Lin
2019-10-08
1
-4
/
+8
|
/
*
net: hns3: implement .process_hw_error for hns3 client
Weihang Li
2019-08-29
1
-0
/
+5
*
net: hns3: add or modify comments
Guojia Liao
2019-08-18
1
-4
/
+4
*
net: hns3: add check for max TX BD num for tso and non-tso case
Yunsheng Lin
2019-08-09
1
-1
/
+2
*
net: hns3: add some statitics info to tx process
Yunsheng Lin
2019-08-09
1
-0
/
+4
*
net: hns3: refine for set ring parameters
Jian Shen
2019-08-01
1
-1
/
+2
*
net: hns3: Add support for using order 1 pages with a 4K buffer
Yunsheng Lin
2019-07-29
1
-3
/
+12
*
net: hns3: bitwise operator should use unsigned type
Yonglong Liu
2019-07-05
1
-1
/
+1
*
net: hns3: remove RXD_VLD check in hns3_handle_bdinfo
Yunsheng Lin
2019-06-28
1
-1
/
+0
*
net: hns3: remove unused linkmode definition
Jian Shen
2019-06-28
1
-19
/
+0
*
net: hns3: some variable modification
Weihang Li
2019-06-14
1
-1
/
+1
*
net: hns3: fix VLAN filter restore issue after reset
Jian Shen
2019-06-03
1
-1
/
+0
*
net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
Yunsheng Lin
2019-05-28
1
-1
/
+1
*
net: hns3: some cleanup for struct hns3_enet_ring
Yunsheng Lin
2019-05-07
1
-8
/
+1
*
net: hns3: add counter for times RX pages gets allocated
Yunsheng Lin
2019-05-07
1
-0
/
+1
*
net: hns3: unify maybe_stop_tx for TSO and non-TSO case
Yunsheng Lin
2019-05-07
1
-6
/
+1
*
net: hns3: fix data race between ring->next_to_clean
Yunsheng Lin
2019-04-26
1
-2
/
+5
*
net: hns3: add function type check for debugfs help information
Yufeng Mo
2019-04-19
1
-0
/
+1
*
net: hns3: dump more information when tx timeout happens
Jian Shen
2019-04-19
1
-1
/
+3
*
net: hns3: minor optimization for ring_space
Yunsheng Lin
2019-04-04
1
-10
/
+5
*
net: hns3: fix for not calculating tx bd num correctly
Yunsheng Lin
2019-03-21
1
-1
/
+0
*
net: hns3: add support to config depth for tx|rx ring separately
Peng Li
2019-02-24
1
-1
/
+1
*
net: hns3: remove some ops in struct hns3_nic_ops
Yunsheng Lin
2019-02-24
1
-3
/
+0
*
net: hns3: avoid mult + div op in critical data path
Yunsheng Lin
2019-02-24
1
-0
/
+3
*
net: hns3: reuse the definition of l3 and l4 header info union
liyongxin
2019-01-30
1
-0
/
+1
*
net: hns3: add rx multicast packets statistic
Jian Shen
2019-01-23
1
-0
/
+8
*
net: hns3: remove unused member in struct hns3_enet_ring
Huazhong Tan
2019-01-18
1
-1
/
+0
*
net: hns3: update coalesce param per second
Peng Li
2018-12-18
1
-4
/
+0
*
net: hns3: Add debugfs framework registration
liuzhongzhu
2018-11-23
1
-0
/
+4
*
net: hns3: Refactor mac mtu setting related functions
Yunsheng Lin
2018-11-17
1
-1
/
+4
*
net: hns3: Adds GRO params to SKB for the stack
Peng Li
2018-11-15
1
-3
/
+6
*
net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
Peng Li
2018-11-15
1
-0
/
+2
*
net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
Peng Li
2018-11-15
1
-0
/
+6
*
net: hns3: add PCIe FLR support for PF
Huazhong Tan
2018-11-09
1
-0
/
+2
*
net: hns3: add reset handling for VF when doing PF reset
Huazhong Tan
2018-11-09
1
-1
/
+2
*
net: hns3: adjust VF's reset process
Huazhong Tan
2018-11-09
1
-1
/
+2
*
net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting
Huazhong Tan
2018-11-07
1
-0
/
+7
*
net: hns3: enable/disable ring in the enet while doing UP/DOWN
Huazhong Tan
2018-11-07
1
-1
/
+11
*
net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of ...
Huazhong Tan
2018-11-07
1
-1
/
+1
*
net: hns3: fix incorrect return value/type of some functions
Huazhong Tan
2018-10-31
1
-1
/
+1
*
net: hns3: move DMA map into hns3_fill_desc
Peng Li
2018-10-16
1
-2
/
+1
*
net: hns3: Enable promisc mode when mac vlan table is full
Jian Shen
2018-10-12
1
-0
/
+3
*
net: hns3: Add reset handle for flow director
Jian Shen
2018-10-01
1
-0
/
+5
[next]