index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
Age
Commit message (
Expand
)
Author
2020-04-29
net: hns3: adds support for reading module eeprom info
Yonglong Liu
2020-04-25
net: hns3: remove an unnecessary check in hclge_set_umv_space()
Huazhong Tan
2020-04-25
net: hns3: optimize the filter table entries handling when resetting
Jian Shen
2020-04-25
net: hns3: use mutex vport_lock instead of mutex umv_lock
Jian Shen
2020-04-25
net: hns3: refactor the promisc mode setting
Jian Shen
2020-04-25
net: hns3: add support for dumping UC and MC MAC list
Jian Shen
2020-04-25
net: hns3: refactor the MAC address configure
Jian Shen
2020-04-25
net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()
Jian Shen
2020-04-25
net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()
Jian Shen
2020-04-25
net: hns3: refine for unicast MAC VLAN space management
Jian Shen
2020-04-21
net/hns: Remove custom driver version in favour of global one
Leon Romanovsky
2020-04-20
net: hns3: add trace event support for PF/VF mailbox
Yufeng Mo
2020-04-20
net: hns3: add support for dumping MAC reg in debugfs
Yufeng Mo
2020-04-20
net: hns3: add debug information for flow table when failed
Guojia Liao
2020-04-20
net: hns3: clean up some coding style issue
Huazhong Tan
2020-04-20
net: hns3: modify some unsuitable type declaration
Guojia Liao
2020-04-20
net: hns3: remove two unused structures in hclge_cmd.h
Guojia Liao
2020-04-20
net: hns3: remove useless proto_support field in struct hclge_fd_cfg
Guojia Liao
2020-04-20
net: hns3: remove an unnecessary case 0 in hclge_fd_convert_tuple()
Huazhong Tan
2020-04-20
net: hns3: split out hclge_get_fd_rule_info()
Jian Shen
2020-04-20
net: hns3: split out hclge_fd_check_ether_tuple()
Jian Shen
2020-04-20
net: hns: use true,false for bool variables
Jason Yan
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-30
net: hns3: fix set and get link ksettings issue
Guangbin Huang
2020-03-30
net: hns3: fix RSS config lost after VF reset.
Guojia Liao
2020-03-30
net: hns3: fix for fraglist SKB headlen not handling correctly
Huazhong Tan
2020-03-30
net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQ
Yunsheng Lin
2020-03-21
net: hns3: refactor mailbox response scheme between PF and VF
Huazhong Tan
2020-03-21
net: hns3: refactor the mailbox message between PF and VF
Yufeng Mo
2020-03-21
net: hns3: add a conversion for mailbox's response code
Jian Shen
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-12
net: hns3: clear port base VLAN when unload PF
Jian Shen
2020-03-12
net: hns3: fix RMW issue for VLAN filter switch
Jian Shen
2020-03-12
net: hns3: fix VF VLAN table entries inconsistent issue
Jian Shen
2020-03-12
net: hns3: fix "tc qdisc del" failed issue
Yonglong Liu
2020-03-12
net: hns3: reject unsupported coalescing params
Jakub Kicinski
2020-03-12
net: hns: reject unsupported coalescing params
Jakub Kicinski
2020-03-09
net: hns3: delete unnecessary logs after kzalloc fails
Yufeng Mo
2020-03-09
net: hns3: synchronize some print relating to reset issue
Huazhong Tan
2020-03-09
net: hns3: print out command code when dump fails in debugfs
Yufeng Mo
2020-03-09
net: hns3: print out status register when VF receives unknown source interrupt
Huazhong Tan
2020-03-09
net: hns3: add a check before PF inform VF to reset
Yonglong Liu
2020-03-09
net: hns3: delete some reduandant code
Guojia Liao
2020-03-09
net: hns3: remove an unnecessary resetting check in hclge_handle_hw_ras_error()
Yufeng Mo
2020-03-09
net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTH
Yufeng Mo
2020-03-09
net: hns3: fix some mixed type assignment
Guojia Liao
2020-03-05
hisilicon: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-05
net: hns3: fix a not link up issue when fibre port supports autoneg
Jian Shen
2020-02-26
net: hns: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-24
net: hns3: remove redundant initialization of pointer 'client'
Colin Ian King
[next]