index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-08
net: hns3: remove some unused function hns3_update_promisc_mode()
Guojia Liao
2
-15
/
+0
2020-09-08
net: hns3: remove some unused macros related to queue
Huazhong Tan
1
-5
/
+0
2020-09-08
net: hns3: remove unused field 'tc_num_last_time' in struct hclge_dev
Huazhong Tan
1
-1
/
+0
2020-09-08
net: hns3: remove unused field 'io_base' in struct hns3_enet_ring
Huazhong Tan
2
-3
/
+0
2020-09-08
net: hns3: fix a typo in struct hclge_mac
Guangbin Huang
1
-1
/
+1
2020-09-08
net: hns3: skip periodic service task if reset failed
Guangbin Huang
2
-0
/
+6
2020-09-08
net: hns3: narrow two local variable range in hclgevf_reset_prepare_wait()
Huazhong Tan
1
-6
/
+6
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+6
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+4
2020-08-26
net: Take common prefetch code structure into a function
Tariq Toukan
1
-4
/
+1
2020-08-26
net: hns3: Fix for geneve tx checksum bug
Yi Li
1
-2
/
+4
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-4
/
+2
2020-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-1
/
+1
2020-08-06
net: hns3: fix spelling mistake "could'nt" -> "couldn't"
Colin Ian King
1
-1
/
+1
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-39
/
+52
2020-07-28
net: hns3: fix for VLAN config when reset failed
Guojia Liao
2
-7
/
+10
2020-07-28
net: hns3: fix aRFS FD rules leftover after add a user FD rule
Guojia Liao
1
-13
/
+15
2020-07-28
net: hns3: add reset check for VF updating port based VLAN
Jian Shen
1
-9
/
+21
2020-07-28
net: hns3: fix a TX timeout issue
Yonglong Liu
1
-1
/
+1
2020-07-28
net: hns3: fix desc filling bug when skb is expanded or lineared
Yunsheng Lin
1
-10
/
+6
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-41
/
+38
2020-07-21
net: hns3: fix return value error when query MAC link status fail
Jian Shen
2
-27
/
+25
2020-07-21
net: hns3: fix error handling for desc filling
Yunsheng Lin
2
-0
/
+9
2020-07-21
net: hns3: fix for not calculating TX BD send size correctly
Yunsheng Lin
2
-3
/
+1
2020-07-21
net: hns3: fix for not unmapping TX buffer correctly
Yunsheng Lin
1
-11
/
+3
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-6
/
+13
2020-07-06
net: hns3: fix use-after-free when doing self test
Yonglong Liu
1
-3
/
+6
2020-07-06
net: hns3: add a missing uninit debugfs when unload driver
Huazhong Tan
1
-2
/
+1
2020-07-06
net: hns3: fix for mishandle of asserting VF reset fail
Huazhong Tan
1
-0
/
+5
2020-07-06
net: hns3: check reset pending after FLR prepare
Huazhong Tan
1
-1
/
+1
2020-06-18
net: hns3: streaming dma buffer sync between cpu and device
Barry Song
1
-1
/
+17
2020-06-18
net: hns3: replace disable_irq by IRQ_NOAUTOEN flag
Barry Song
1
-2
/
+2
2020-06-18
net: hns3: rename buffer-related functions
Barry Song
1
-6
/
+6
2020-06-18
net: hns3: pointer type of buffer should be void
Barry Song
2
-2
/
+2
2020-06-18
net: hns3: remove unnecessary devm_kfree
Barry Song
1
-4
/
+1
2020-05-30
net: hns3: remove some unused codes in hns3_nic_set_features()
Huazhong Tan
1
-6
/
+0
2020-05-30
net: hns3: fix two coding style issues in hclgevf_main.c
Huazhong Tan
1
-2
/
+1
2020-05-30
net: hns3: fix an incorrect comment for num_tqps in struct hclgevf_dev
Huazhong Tan
1
-1
/
+1
2020-05-30
net: hns3: remove two unused macros in hclgevf_cmd.c
Huazhong Tan
1
-3
/
+0
2020-05-30
net: hns3: remove an unused macro hclge_is_csq
Huazhong Tan
1
-2
/
+0
2020-05-30
net: hns3: fix a print format issue in hclge_mac_mdio_config()
Huazhong Tan
1
-1
/
+1
2020-05-28
net: hns3: print out speed info when parsing speed fails
Huazhong Tan
1
-1
/
+2
2020-05-28
net: hns3: remove some unused fields in struct hclge_dev
Huazhong Tan
1
-6
/
+0
2020-05-28
net: hns3: remove two duplicated register macros in hclgevf_main.h
Huazhong Tan
2
-6
/
+4
2020-05-28
net: hns3: remove unused struct hnae3_unic_private_info
Huazhong Tan
1
-11
/
+0
2020-05-28
net: hns3; remove unused HNAE3_RESTORE_CLIENT in enum hnae3_reset_notify_type
Huazhong Tan
1
-1
/
+0
2020-05-28
net: hns3: remove some unused fields in struct hns3_nic_priv
Huazhong Tan
1
-22
/
+0
2020-05-28
net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmd
Huazhong Tan
2
-3
/
+3
2020-05-28
net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmd
Huazhong Tan
2
-3
/
+3
[next]