index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-08
net: hns3: Add more packet size statisctics
Jian Shen
2
-7
/
+56
2018-01-08
net: hns3: remove redundant semicolon
Peng Li
1
-1
/
+1
2018-01-08
net: hns3: fix for not setting pause parameters
Fuyun Liang
3
-7
/
+98
2018-01-08
net: hns3: add MTU initialization for hardware
Fuyun Liang
1
-2
/
+20
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
2018-01-02
net: hns: add ACPI mode support for ethtool -p
Jian Shen
2
-2
/
+57
2017-12-28
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
3
-9
/
+30
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
[next]