index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
/
thunder
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-13
net: thunderx: Don't set RX_PACKET_DIS while initializing
Sunil Goutham
1
-11
/
+7
2016-08-13
net: thunderx: Use netdev_rss_key_fill() helper
Sunil Goutham
1
-7
/
+1
2016-08-13
net: thunderx: Configure tunnelling protocol parsing
Zyta Szpak
2
-0
/
+34
2016-08-13
net: thunderx: Use napi_consume_skb for bulk free
Sunil Goutham
1
-3
/
+5
2016-08-13
net: thunderx: Don't set mac address for secondary Qset VFs
Sunil Goutham
1
-1
/
+1
2016-08-13
net: thunderx: Reset RXQ HW stats when interface is brought down
Jerin Jacob
3
-0
/
+87
2016-08-13
net: thunderx: Improvement for MBX interface debug messages
Radoslaw Biernacki
2
-8
/
+16
2016-08-13
net: thunderx: Use skb_add_rx_frag() for split buffer Rx pkts
Sunil Goutham
1
-18
/
+6
2016-08-13
net: thunderx: Use netdev's name for naming VF's interrupts
Sunil Goutham
1
-8
/
+12
2016-08-13
net: thunderx: Support for 83xx mixed QLM/DLM config
Sunil Goutham
2
-21
/
+26
2016-08-13
net: thunderx: Add support for 16 LMACs of 83xx
Sunil Goutham
2
-17
/
+60
2016-08-13
net: thunderx: Add RGMII interface type support
Sunil Goutham
5
-33
/
+322
2016-08-13
net: thunderx: Add QSGMII interface type support
Sunil Goutham
2
-12
/
+54
2016-08-13
net: thunderx: Add 81xx support to BGX driver
Sunil Goutham
2
-10
/
+113
2016-08-13
net: thunderx: Support for different LMAC types within BGX
Sunil Goutham
2
-136
/
+98
2016-08-13
net: thunderx: Enable mailbox interrupts on 81xx/83xx
Sunil Goutham
1
-38
/
+50
2016-08-13
net: thunderx: Enable CQE_RX desc's extension fields
Sunil Goutham
4
-2
/
+27
2016-08-13
net: thunderx: Set queue count based on number of CPUs
Sunil Goutham
4
-12
/
+14
2016-08-13
net: thunderx: Add support for 81xx and 83xx chips
Sunil Goutham
3
-17
/
+73
2016-08-13
net: thunderx: Add VNIC's PCI devid on future chips
Sunil Goutham
2
-3
/
+21
2016-08-13
net: thunderx: Moved HW capability info from macros to structure
Sunil Goutham
2
-52
/
+85
2016-06-29
net: thunderx: Fix TL4 configuration for secondary Qsets
Sunil Goutham
1
-3
/
+13
2016-06-29
net: thunderx: Fix link status reporting
Sunil Goutham
2
-31
/
+62
2016-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+3
2016-05-19
mm/page_ref: use page_ref helper instead of direct modification of _count
Joonsoo Kim
1
-1
/
+1
2016-05-19
net: thunderx: avoid null pointer dereference
xypron.glpk@gmx.de
1
-1
/
+3
2016-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2016-05-10
net: thunderx: avoid exposing kernel stack
xypron.glpk@gmx.de
1
-0
/
+4
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-04-13
net: thunderx: Fix broken of_node_put() code.
David Daney
1
-2
/
+3
2016-03-16
net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition.
David Daney
1
-6
/
+20
2016-03-14
net: thunderx: Cleanup PHY probing code.
David Daney
1
-11
/
+18
2016-03-14
net: thunderx: Adjust nicvf structure to reduce cache misses
Sunil Goutham
1
-22
/
+30
2016-03-14
net: thunderx: Set recevie buffer page usage count in bulk
Sunil Goutham
2
-8
/
+24
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-1
/
+16
2016-02-25
net: thunderx: Fix for Qset error due to CQ full
Sunil Goutham
3
-1
/
+16
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-17
/
+12
2016-02-17
net: thunderx: Fix receive packet stats
Sunil Goutham
3
-13
/
+9
2016-02-17
net: thunderx: Fix for HW TSO not enabled for secondary qsets
Sunil Goutham
1
-3
/
+3
2016-02-17
net: thunderx: Fix for multiqset not configured upon interface toggle
Sunil Goutham
1
-1
/
+0
2016-02-11
net: thunderx: Alloc higher order pages when pagesize is small
Sunil Goutham
1
-1
/
+1
2016-02-11
net: thunderx: bgx: Add log message when setting mac address
Robert Richter
1
-3
/
+8
2016-02-11
net: thunderx: bgx: Use standard firmware node infrastructure.
David Daney
1
-13
/
+14
2016-02-11
net: thunderx: Assign affinity hints to vf's interrupts
Sunil Goutham
2
-2
/
+36
2016-02-11
net: thunderx: Use napi_schedule_irqoff()
Sunil Goutham
1
-1
/
+1
2016-02-11
net, thunderx: Add TX timeout and RX buffer alloc failure stats.
Thanneeru Srinivasulu
4
-2
/
+7
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+18
2015-12-11
net: thunderx: Enable CQE count threshold interrupt
Sunil Goutham
2
-2
/
+2
2015-12-11
net: thunderx: HW TSO support for pass-2 hardware
Sunil Goutham
5
-29
/
+53
2015-12-08
net: thunderx: Correctly distinguish between VF and LMAC count
Pavel Fedin
1
-21
/
+18
[prev]
[next]