index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
huawei
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-22
1
-1
/
+1
*
hinic: add fw version query
Xue Chaojing
2019-07-07
4
-0
/
+54
*
hinic: remove standard netdev stats
Xue Chaojing
2019-07-02
1
-46
/
+1
*
hinic: add vlan offload support
Xue Chaojing
2019-06-29
7
-2
/
+97
*
hinic: reduce rss_init stack usage
Arnd Bergmann
2019-06-28
1
-7
/
+13
*
hinic: implement the statistical interface of ethtool
Xue Chaojing
2019-06-24
9
-3
/
+620
*
hinic: fix dereference of pointer hwdev before it is null checked
Colin Ian King
2019-06-22
1
-6
/
+15
*
hinic: add support for rss parameters with ethtool
Xue Chaojing
2019-06-18
5
-1
/
+479
*
hinic: move ethtool code into hinic_ethtool
Xue Chaojing
2019-06-18
4
-134
/
+167
*
hinic: add rss support
Xue Chaojing
2019-06-18
7
-8
/
+541
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
31
-310
/
+31
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-06-05
31
-310
/
+31
*
|
hinic: Use devm_kasprintf instead of hard coding it
Christophe JAILLET
2019-06-15
1
-5
/
+3
*
|
hinic: add LRO support
Xue Chaojing
2019-06-04
10
-13
/
+348
*
|
hinic: fix a bug in set rx mode
Xue Chaojing
2019-05-28
1
-4
/
+0
|
/
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
4
-0
/
+4
*
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-04-01
1
-1
/
+1
*
hinic: Add pci device ids
Xue Chaojing
2019-01-22
1
-4
/
+6
*
net-next/hinic: replace disable_irq_nosync/enable_irq
Xue Chaojing
2019-01-17
6
-4
/
+73
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
5
-24
/
+24
*
net-next/hinic:add shutdown callback
Xue Chaojing
2019-01-02
1
-0
/
+6
*
hinic: optmize rx refill buffer mechanism
Xue Chaojing
2018-12-11
2
-20
/
+5
*
net: hinic: fix null pointer dereference on pointer hwdev
Colin Ian King
2018-11-23
1
-2
/
+4
*
net-next/hinic: fix a bug in rx data flow
Xue Chaojing
2018-11-20
1
-1
/
+1
*
net-next/hinic:fix a bug in set mac address
Xue Chaojing
2018-11-20
1
-3
/
+4
*
net-next/hinic:add rx checksum offload for HiNIC
Xue Chaojing
2018-11-20
7
-1
/
+78
*
net-next/hinic:replace multiply and division operators
Xue Chaojing
2018-11-20
2
-20
/
+38
*
hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4
Nathan Chancellor
2018-10-29
2
-2
/
+2
*
net-next/hinic: add checksum offload and TSO support
Zhao Chen
2018-10-18
10
-60
/
+571
*
hinic: remove ndo_poll_controller
Eric Dumazet
2018-09-28
1
-20
/
+0
*
net-next: hinic: fix a problem in free_tx_poll()
Zhao Chen
2018-08-08
3
-11
/
+49
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
1
-0
/
+1
|
\
|
*
hinic: Link the logical network device to the pci device in sysfs
dann frazier
2018-07-25
1
-0
/
+1
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-24
1
-0
/
+1
|
\
|
|
*
net-next/hinic: fix a problem in hinic_xmit_frame()
Zhao Chen
2018-07-19
1
-0
/
+1
*
|
net: hinic: remove redundant pointer pfhwdev
Colin Ian King
2018-07-04
1
-3
/
+0
|
/
*
hinic: reset irq affinity before freeing irq
Wei Yongjun
2018-06-28
1
-0
/
+1
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-2
/
+3
*
net-next/hinic: add pci device ids for 25ge and 100ge card
Zhao Chen
2018-05-08
1
-2
/
+6
*
net-next/hinic: add arm64 support
Zhao Chen
2018-04-19
1
-1
/
+1
*
hinic: Replace PCI pool old API
Romain Perier
2018-01-02
2
-6
/
+6
*
net-next/hinic: Fix a case of Tx Queue is Stopped forever
Aviad Krawczyk
2017-09-28
1
-2
/
+12
*
net-next/hinic: Set Rxq irq to specific cpu for NUMA
Aviad Krawczyk
2017-09-28
1
-9
/
+9
*
hinic: don't build the module by default
Vitaly Kuznetsov
2017-08-28
1
-1
/
+0
*
net-next/hinic: fix comparison of a uint16_t type with -1
Aviad Krawczyk
2017-08-28
2
-36
/
+22
*
net-next/hinic: Fix MTU limitation
Aviad Krawczyk
2017-08-28
1
-0
/
+1
*
hinic: skb_pad() frees on error
Dan Carpenter
2017-08-25
1
-1
/
+2
*
hinic: uninitialized variable in hinic_api_cmd_init()
Dan Carpenter
2017-08-24
1
-0
/
+1
*
net: hinic: make functions set_ctrl0 and set_ctrl1 static
Colin Ian King
2017-08-23
1
-2
/
+2
*
net-next/hinic: Add netpoll
Aviad Krawczyk
2017-08-22
1
-0
/
+20
[next]