index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3_enet.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hns3: add tx send size handling for tso skb
Yunsheng Lin
2021-03-29
1
-1
/
+6
*
net: hns3: add handling for xmit skb with recursive fraglist
Yunsheng Lin
2021-03-29
1
-0
/
+2
*
net: hns3: remove redundant return value of hns3_uninit_all_ring()
Huazhong Tan
2021-02-10
1
-1
/
+0
*
net: hns3: clean up unnecessary parentheses in macro definitions
Yufeng Mo
2021-02-10
1
-5
/
+5
*
net: hns3: add support for obtaining the maximum frame size
Yufeng Mo
2021-02-06
1
-3
/
+2
*
net: hns3: add udp tunnel checksum segmentation support
Huazhong Tan
2020-12-02
1
-1
/
+3
*
net: hns3: add support for TX hardware checksum offload
Huazhong Tan
2020-12-02
1
-1
/
+9
*
net: hns3: add support for RX completion checksum
Huazhong Tan
2020-12-02
1
-0
/
+7
*
net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesce
Huazhong Tan
2020-11-17
1
-1
/
+1
*
net: hns3: add support for 1us unit GL configuration
Huazhong Tan
2020-11-17
1
-0
/
+3
*
net: hns3: add support for querying maximum value of GL
Huazhong Tan
2020-11-17
1
-1
/
+0
*
net: hns3: add support for configuring interrupt quantity limiting
Huazhong Tan
2020-11-17
1
-1
/
+12
*
net: hns3: dump tqp enable status in debugfs
Guangbin Huang
2020-09-29
1
-0
/
+2
*
net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUM
Huazhong Tan
2020-09-29
1
-3
/
+3
*
net: hns3: use napi_consume_skb() when cleaning tx desc
Yunsheng Lin
2020-09-18
1
-1
/
+1
*
net: hns3: use writel() to optimize the barrier operation
Yunsheng Lin
2020-09-18
1
-3
/
+0
*
net: hns3: optimize the tx clean process
Yunsheng Lin
2020-09-18
1
-8
/
+4
*
net: hns3: batch tx doorbell operation
Yunsheng Lin
2020-09-18
1
-1
/
+1
*
net: hns3: batch the page reference count updates
Yunsheng Lin
2020-09-18
1
-0
/
+1
*
net: hns3: remove some unused function hns3_update_promisc_mode()
Guojia Liao
2020-09-09
1
-1
/
+0
*
net: hns3: remove some unused macros related to queue
Huazhong Tan
2020-09-09
1
-5
/
+0
*
net: hns3: remove unused field 'io_base' in struct hns3_enet_ring
Huazhong Tan
2020-09-09
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-26
1
-2
/
+0
|
\
|
*
net: hns3: fix for not calculating TX BD send size correctly
Yunsheng Lin
2020-07-22
1
-2
/
+0
*
|
net: hns3: pointer type of buffer should be void
Barry Song
2020-06-19
1
-1
/
+1
|
/
*
net: hns3: remove some unused fields in struct hns3_nic_priv
Huazhong Tan
2020-05-29
1
-22
/
+0
*
net: hns3: remove some unused macros
Huazhong Tan
2020-05-14
1
-17
/
+0
*
net: hns3: optimize the filter table entries handling when resetting
Jian Shen
2020-04-26
1
-9
/
+0
*
net: hns3: refactor the promisc mode setting
Jian Shen
2020-04-26
1
-0
/
+1
*
net/hns: Remove custom driver version in favour of global one
Leon Romanovsky
2020-04-21
1
-4
/
+0
*
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-06
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-09
1
-4
/
+8
|
/
*
net: hns3: implement .process_hw_error for hns3 client
Weihang Li
2019-08-30
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-06
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-15
1
-1
/
+1
*
net: hns3: fix VLAN filter restore issue after reset
Jian Shen
2019-06-04
1
-1
/
+0
*
net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
Yunsheng Lin
2019-05-29
1
-1
/
+1
[next]