index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3_enet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-30
net: hns3: remove some unused codes in hns3_nic_set_features()
Huazhong Tan
1
-6
/
+0
2020-05-14
net: hns3: remove unnecessary frag list checking in hns3_nic_net_xmit()
Huazhong Tan
1
-4
/
+1
2020-04-25
net: hns3: optimize the filter table entries handling when resetting
Jian Shen
1
-33
/
+0
2020-04-25
net: hns3: refactor the promisc mode setting
Jian Shen
1
-30
/
+12
2020-04-25
net: hns3: refactor the MAC address configure
Jian Shen
1
-65
/
+14
2020-04-21
net/hns: Remove custom driver version in favour of global one
Leon Romanovsky
1
-3
/
+0
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+13
2020-03-30
net: hns3: fix for fraglist SKB headlen not handling correctly
Huazhong Tan
1
-5
/
+13
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-03-12
net: hns3: fix "tc qdisc del" failed issue
Yonglong Liu
1
-1
/
+1
2020-03-09
net: hns3: synchronize some print relating to reset issue
Huazhong Tan
1
-2
/
+2
2020-01-21
net: hns3: cleanup some coding style issue
Huazhong Tan
1
-4
/
+2
2020-01-21
net: hns3: refine the input parameter 'size' for snprintf()
Guojia Liao
1
-1
/
+1
2020-01-21
net: hns3: do not reuse pfmemalloc pages
Yunsheng Lin
1
-2
/
+8
2020-01-21
net: hns3: limit the error logging in the hns3_clean_tx_ring()
Yunsheng Lin
1
-2
/
+2
2020-01-19
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+6
2020-01-16
net: hns3: pad the short frame before sending to the hardware
Yunsheng Lin
1
-0
/
+6
2020-01-06
net: hns3: modify the IRQ name of TQP vector
Yonglong Liu
1
-9
/
+12
2020-01-06
net: hns3: re-organize vector handle
Yonglong Liu
1
-48
/
+52
2020-01-06
net: hns3: add trace event support for HNS3 driver
Yunsheng Lin
1
-2
/
+30
2019-12-20
net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()
Huazhong Tan
1
-1
/
+6
2019-12-20
net: hns3: implement ndo_features_check ops for hns3 driver
Yunsheng Lin
1
-0
/
+32
2019-12-20
net: hns3: check FE bit before calling hns3_add_frag()
Yunsheng Lin
1
-33
/
+13
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-12-05
net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()
Yunsheng Lin
1
-13
/
+6
2019-12-05
net: hns3: fix for TX queue not restarted problem
Yunsheng Lin
1
-12
/
+21
2019-10-31
net: hns3: cleanup byte order issues when printed
Guojia Liao
1
-2
/
+2
2019-10-31
net: hns3: cleanup some print format warning
Guojia Liao
1
-10
/
+10
2019-10-31
net: hns3: optimize local variable initialization
Guangbin Huang
1
-1
/
+1
2019-10-31
net: hns3: add struct netdev_queue debug info for TX timeout
Yunsheng Lin
1
-0
/
+3
2019-10-21
net: hns3: do not allocate linear data for fraglist skb
Yunsheng Lin
1
-2
/
+1
2019-10-21
net: hns3: minor cleanup for hns3_handle_rx_bd()
Yunsheng Lin
1
-25
/
+13
2019-10-21
net: hns3: introduce ring_to_netdev() in enet module
Yunsheng Lin
1
-7
/
+7
2019-10-21
net: hns3: minor optimization for barrier in IO path
Yunsheng Lin
1
-3
/
+7
2019-10-21
net: hns3: remove struct hns3_nic_ring_data in hns3_enet module
Yunsheng Lin
1
-91
/
+48
2019-10-08
net: hns3: support tx-scatter-gather-fraglist feature
Yunsheng Lin
1
-89
/
+160
2019-10-08
net: hns3: add support for configuring VF MAC from the host
Huazhong Tan
1
-7
/
+36
2019-10-08
net: hns3: add support for configuring bandwidth of VF on the host
Yonglong Liu
1
-1
/
+13
2019-10-08
net: hns3: add support for setting VF trust
Jian Shen
1
-0
/
+11
2019-10-08
net: hns3: add support for spoof check setting
Jian Shen
1
-0
/
+14
2019-10-08
net: hns3: add support for setting VF link status on the host
Yufeng Mo
1
-0
/
+24
2019-09-11
net: hns3: check NULL pointer before use
Guangbin Huang
1
-1
/
+2
2019-09-11
net: hns3: revert to old channel when setting new channel num fail
Peng Li
1
-14
/
+37
2019-08-29
net: hns3: implement .process_hw_error for hns3 client
Weihang Li
1
-0
/
+24
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
[next]