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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-08
net: hns3: fix for changing MTU
Fuyun Liang
1
-0
/
+2
2018-01-08
net: hns3: fix for setting MTU
Fuyun Liang
3
-5
/
+16
2018-01-08
net: hns3: fix for updating fc_mode_last_time
Fuyun Liang
1
-9
/
+6
2018-01-08
net: hns3: Fix a response data read error of tqp statistics query
Jian Shen
2
-4
/
+4
2018-01-08
net: hns3: Add packet statistics of netdev
Jian Shen
1
-1
/
+79
2018-01-08
net: hns3: Remove a useless member of struct hns3_stats
Jian Shen
1
-3
/
+1
2018-01-08
net: hns3: Fix an error macro definition of HNS3_TQP_STAT
Jian Shen
1
-1
/
+2
2018-01-08
net: hns3: Fix a loop index error of tqp statistics query
Jian Shen
1
-5
/
+5
2018-01-08
net: hns3: Fix an error of total drop packet statistics
Jian Shen
1
-2
/
+9
2018-01-08
net: hns3: Mask the packet statistics query when NIC is down
Jian Shen
1
-0
/
+8
2018-01-08
net: hns3: Modify the update period of packet statistics
Jian Shen
3
-1
/
+17
2018-01-08
net: hns3: Remove repeat statistic of rx_errors
Jian Shen
1
-1
/
+0
2018-01-08
net: hns3: Fix spelling errors
Jian Shen
2
-9
/
+9
2018-01-08
net: hns3: Unify the strings display of packet statistics
Jian Shen
4
-66
/
+69
2018-01-08
net: hns3: Disable VFs change rxvlan offload status
Jian Shen
1
-2
/
+3
2018-01-08
net: hns3: Add ethtool interface for vlan filter
Jian Shen
3
-3
/
+25
2017-12-27
net: hns3: hns3_get_channels() can be static
kbuild test robot
1
-2
/
+2
2017-12-27
net: hns3: change TM sched mode to TC-based mode when SRIOV enabled
Peng Li
1
-4
/
+1
2017-12-27
net: hns3: Increase the default depth of bucket for TM shaper
Peng Li
1
-2
/
+2
2017-12-27
net: hns3: add support for querying advertised pause frame by ethtool ethx
Peng Li
3
-0
/
+32
2017-12-27
net: hns3: add Asym Pause support to phy default features
Fuyun Liang
1
-0
/
+1
2017-12-27
net: hns3: add support to update flow control settings after autoneg
Peng Li
3
-0
/
+41
2017-12-27
net: hns3: add support for set_pauseparam
Peng Li
4
-1
/
+98
2017-12-27
net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg
Fuyun Liang
1
-0
/
+4
2017-12-27
net: hns3: cleanup mac auto-negotiation state query
Fuyun Liang
1
-24
/
+0
2017-12-27
net: hns3: add handling vlan tag offload in bd
Peng Li
1
-5
/
+78
2017-12-27
net: hns3: add ethtool related offload command
Peng Li
3
-0
/
+32
2017-12-27
net: hns3: add vlan offload config command
Peng Li
3
-6
/
+233
2017-12-27
net: hns3: add a mask initialization for mac_vlan table
Peng Li
2
-1
/
+48
2017-12-27
net: hns3: get rss_size_max from configuration but not hardcode
Peng Li
3
-1
/
+8
2017-12-27
net: hns3: free the ring_data structrue when change tqps
Peng Li
1
-0
/
+4
2017-12-27
net: hns3: change the returned tqp number by ethtool -x
Peng Li
1
-1
/
+1
2017-12-27
net: hns3: add support to modify tqps number
Peng Li
5
-0
/
+240
2017-12-27
net: hns3: add support to query tqps number
Peng Li
3
-0
/
+33
2017-12-15
net: hns3: Add mailbox interrupt handling to PF driver
Salil Mehta
2
-8
/
+68
2017-12-15
net: hns3: Change PF to add ring-vect binding & resetQ to mailbox
Salil Mehta
3
-92
/
+159
2017-12-15
net: hns3: Add mailbox support to PF driver
Salil Mehta
4
-1
/
+309
2017-12-15
net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC
Salil Mehta
9
-12
/
+46
2017-12-15
net: hns3: Add HNS3 VF driver to kernel build framework
Salil Mehta
2
-0
/
+11
2017-12-15
net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support
Salil Mehta
2
-0
/
+1653
2017-12-15
net: hns3: Add mailbox support to VF driver
Salil Mehta
2
-0
/
+269
2017-12-15
net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface
Salil Mehta
2
-0
/
+598
2017-12-05
net: hns3: Refactors the requested reset & pending reset handling code
Salil Mehta
2
-36
/
+65
2017-12-05
net: hns3: Add reset service task for handling reset requests
Salil Mehta
2
-11
/
+34
2017-12-05
net: hns3: Refactor of the reset interrupt handling logic
Salil Mehta
2
-32
/
+78
2017-11-14
net: hns3: Updates MSI/MSI-X alloc/free APIs(depricated) to new APIs
Salil Mehta
2
-81
/
+43
2017-11-11
net: hns3: cleanup mac auto-negotiation state query in hclge_update_speed_duplex
Fuyun Liang
1
-12
/
+1
2017-11-11
net: hns3: fix a bug when getting phy address from NCL_config file
Fuyun Liang
1
-1
/
+1
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
1
-1
/
+1
2017-11-03
net: hns3: fix a bug for phy supported feature initialization
Fuyun Liang
1
-0
/
+10
[next]