index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3_enet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hns3: sync rx ring head in echo common pull
Yufeng Mo
2021-11-10
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-22
1
-15
/
+22
|
\
|
*
net: hns3: schedule the polling again when allocation fails
Yunsheng Lin
2021-10-20
1
-10
/
+12
|
*
net: hns3: fix for miscalculation of rx unused desc
Yunsheng Lin
2021-10-20
1
-0
/
+8
|
*
net: hns3: fix the max tx size according to user manual
Yunsheng Lin
2021-10-20
1
-5
/
+2
*
|
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-2
/
+2
|
/
*
net: hns3: remove tc enable checking
Jian Shen
2021-09-29
1
-9
/
+2
*
net: hns3: do not allow call hns3_nic_net_open repeatedly
Jian Shen
2021-09-29
1
-0
/
+5
*
net: hns3: pad the short tunnel frame before sending to hardware
Yufeng Mo
2021-09-13
1
-2
/
+6
*
net: hns3: add option to turn off page pool feature
Yunsheng Lin
2021-09-13
1
-1
/
+5
*
net: hns3: remove unnecessary spaces
Hao Chen
2021-08-31
1
-1
/
+1
*
net: hns3: add some required spaces
Hao Chen
2021-08-31
1
-1
/
+1
*
net: hns3: refine function hns3_set_default_feature()
Jian Shen
2021-08-31
1
-46
/
+16
*
net: hnss3: use max() to simplify code
Hao Chen
2021-08-30
1
-2
/
+1
*
net: hns3: add hns3_state_init() to do state initialization
Huazhong Tan
2021-08-27
1
-10
/
+19
*
net: hns3: add ethtool support for CQE/EQE mode configuration
Yufeng Mo
2021-08-24
1
-3
/
+3
*
net: hns3: add support for EQE/CQE mode configuration
Yufeng Mo
2021-08-24
1
-2
/
+47
*
net: hns3: support skb's frag page recycling based on page pool
Yunsheng Lin
2021-08-09
1
-5
/
+74
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
net: hns3: fix reuse conflict of the rx page
Yunsheng Lin
2021-06-18
1
-7
/
+19
*
net: hns3: use bounce buffer when rx page can not be reused
Yunsheng Lin
2021-06-16
1
-0
/
+23
*
net: hns3: optimize the rx page reuse handling process
Yunsheng Lin
2021-06-16
1
-22
/
+22
*
net: hns3: support dma_map_sg() for multi frags skb
Yunsheng Lin
2021-06-16
1
-5
/
+106
*
net: hns3: add support to query tx spare buffer size for pf
Huazhong Tan
2021-06-16
1
-2
/
+5
*
net: hns3: use tx bounce buffer for small packets
Yunsheng Lin
2021-06-16
1
-6
/
+283
*
net: hns3: refactor for hns3_fill_desc() function
Yunsheng Lin
2021-06-16
1
-39
/
+48
*
net: hns3: minor refactor related to desc_cb handling
Yunsheng Lin
2021-06-16
1
-22
/
+18
*
net: hns3: add support for PTP
Huazhong Tan
2021-06-11
1
-0
/
+27
*
net: hns3: add support for modify VLAN filter state
Jian Shen
2021-05-31
1
-25
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-27
1
-59
/
+51
|
\
|
*
net: hns3: check the return of skb_checksum_help()
Yunsheng Lin
2021-05-18
1
-7
/
+3
|
*
net: hns3: fix user's coalesce configuration lost issue
Huazhong Tan
2021-05-18
1
-44
/
+40
|
*
net: hns3: put off calling register_netdev() until client initialize complete
Jian Shen
2021-05-18
1
-8
/
+8
*
|
net: hns3: switch to dim algorithm for adaptive interrupt moderation
Huazhong Tan
2021-05-25
1
-124
/
+69
*
|
net: hns3: refactor dump bd info of debugfs
Huazhong Tan
2021-05-14
1
-1
/
+1
*
|
net: hns3: refactor the debugfs process
Yufeng Mo
2021-05-14
1
-1
/
+6
*
|
net: hns3: refactor out RX completion checksum
Huazhong Tan
2021-05-14
1
-15
/
+17
*
|
net: hns3: support RXD advanced layout
Huazhong Tan
2021-05-14
1
-26
/
+332
|
/
*
net: hns3: use netif_tx_disable to stop the transmit queue
Peng Li
2021-04-30
1
-1
/
+1
*
net: hns3: fix for vxlan gpe tx checksum bug
Hao Chen
2021-04-30
1
-2
/
+3
*
net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()
Jian Shen
2021-04-29
1
-0
/
+5
*
net: hns3: Fix potential null pointer defererence of null ae_dev
Colin Ian King
2021-04-12
1
-4
/
+4
*
net: hns3: add suspend and resume pm_ops
Jiaran Zhang
2021-04-08
1
-0
/
+29
*
net: hns3: change flr_prepare/flr_done function names
Jiaran Zhang
2021-04-08
1
-4
/
+4
*
net: hns3: Limiting the scope of vector_ring_chain variable
Salil Mehta
2021-04-05
1
-1
/
+2
*
net: hns3: add stats logging when skb padding fails
Yunsheng Lin
2021-03-29
1
-0
/
+5
*
net: hns3: add tx send size handling for tso skb
Yunsheng Lin
2021-03-29
1
-7
/
+18
*
net: hns3: add handling for xmit skb with recursive fraglist
Yunsheng Lin
2021-03-29
1
-41
/
+74
*
net: hns3: optimize the process of queue reset
Yufeng Mo
2021-03-29
1
-4
/
+4
*
net: hns3: remove redundant blank lines
Peng Li
2021-03-26
1
-7
/
+0
[next]