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
/
hns
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-09
format-security: move static strings to const
Kees Cook
1
-1
/
+1
2017-05-02
net: hns: fix ethtool_get_strings overflow in hns driver
Timmy Li
4
-4
/
+4
2017-05-01
net: hns: support deferred probe when no mdio
lipeng
1
-6
/
+33
2017-05-01
net: hns: support deferred probe when can not obtain irq
lipeng
3
-3
/
+11
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+38
2017-04-04
net: hns: Some checkpatch.pl script & warning fixes
Salil
6
-14
/
+11
2017-04-04
net: hns: Avoid Hip06 chip TX packet line bug
lipeng
7
-70
/
+169
2017-04-04
net: hns: Adjust the SBM module buffer threshold
Kejian Yan
1
-4
/
+4
2017-04-04
net: hns: Simplify the exception sequence in hns_ppe_init()
Kejian Yan
1
-9
/
+8
2017-04-04
net: hns: Remove redundant mac table operations
Kejian Yan
2
-170
/
+0
2017-04-04
net: hns: Remove redundant mac_get_id()
Kejian Yan
3
-23
/
+0
2017-04-04
net: hns: Remove the redundant adding and deleting mac function
Kejian Yan
4
-122
/
+0
2017-04-04
net: hns: Correct HNS RSS key set function
lipeng
2
-14
/
+18
2017-04-04
net: hns: Replace netif_tx_lock to ring spin lock
lipeng
3
-10
/
+15
2017-04-04
net: hns: Fix to adjust buf_size of ring according to mtu
lipeng
7
-24
/
+337
2017-04-04
net: hns: Optimize hns_nic_common_poll for better performance
lipeng
2
-21
/
+31
2017-04-04
net: hns: bug fix of ethtool show the speed
Daode Huang
1
-1
/
+1
2017-04-04
net: hns: Remove redundant memset during buffer release
lipeng
1
-1
/
+0
2017-04-04
net: hns: Optimize the code for GMAC pad and crc Config
lipeng
1
-20
/
+16
2017-04-04
net: hns: Modify GMAC init TX threshold value
lipeng
2
-0
/
+10
2017-04-04
net: hns: Fix the implementation of irq affinity function
lipeng
2
-46
/
+30
2017-04-01
net: hns: Add ACPI support to check SFP present
Daode Huang
2
-5
/
+34
2017-03-29
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
1
-1
/
+1
2017-03-26
net: hns: avoid gcc-7.0.1 warning for uninitialized data
Arnd Bergmann
1
-0
/
+1
2017-03-26
net: hns: fix uninitialized data use
Arnd Bergmann
1
-2
/
+3
2017-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-02-10
net: hns: Fix the device being used for dma mapping during TX
Kejian Yan
1
-1
/
+1
2017-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+2
2017-02-06
hns: avoid stack overflow with CONFIG_KASAN
Arnd Bergmann
1
-6
/
+2
2017-02-03
hns_enet: use cpumask_var_t for on-stack mask
Arnd Bergmann
1
-10
/
+15
2017-01-19
net: Remove usage of net_device last_rx member
Tobias Klauser
1
-1
/
+0
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
2016-12-06
net: hns: Fix to conditionally convey RX checksum flag to stack
Salil
2
-7
/
+71
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+7
2016-11-10
net: hns: add the support to add/remove the ucast entry to/from table
Kejian Yan
7
-0
/
+155
2016-11-10
net: hns: add multicast tcam table clear
Kejian Yan
7
-0
/
+113
2016-11-10
net: hns: modify tcam table of mask_key
Qianqian Xie
1
-0
/
+7
2016-11-10
net: hns: modify tcam table of mac mc-entry
Qianqian Xie
1
-8
/
+17
2016-11-10
net: hns: modify tcam table of mac mc-port
Qianqian Xie
1
-5
/
+13
2016-11-10
net: hns: modify table index to get mac entry
Qianqian Xie
1
-4
/
+10
2016-11-10
net: hns: modify tcam table of mac uc-entry
Qianqian Xie
1
-6
/
+12
2016-11-10
net: hns: modify tcam table and set mac key
Qianqian Xie
2
-9
/
+20
2016-11-10
net: hns: modify buffer format of cpu data to le64
Qianqian Xie
1
-3
/
+3
2016-11-10
net: hns: fix to intimate the link-status change by adding LF/RF method
Daode Huang
5
-49
/
+37
2016-11-10
net: hns: modify ethtool statistics value error
Qianqian Xie
1
-2
/
+2
2016-11-10
net: hns: delete redundant macro definition
Qianqian Xie
3
-5
/
+1
2016-11-10
net: hns: bug fix about restart auto-negotiation
Daode Huang
1
-1
/
+2
2016-11-10
net: hns: set default mac pause time to 0xffff
Daode Huang
1
-1
/
+1
2016-11-10
net: hns: fix for promisc mode in HNS driver
Kejian Yan
4
-4
/
+67
2016-11-10
net: hns: add fuzzy match of tcam table for hns
Kejian Yan
5
-54
/
+118
[next]