index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-10
net: cavium: liquidio: use kzalloc in setup_glist()
Rasmus Villemoes
1
-2
/
+1
2015-08-31
net: thunderx: Support for internal loopback mode
Sunil Goutham
5
-0
/
+97
2015-08-31
net: thunderx: Support for upto 96 queues for a VF
Sunil Goutham
5
-84
/
+505
2015-08-31
net: thunderx: Rework interrupt handling
Sunil Goutham
3
-72
/
+102
2015-08-31
net: thunderx: Support for HW VLAN stripping
Sunil Goutham
4
-7
/
+55
2015-08-31
net: thunderx: Receive hashing HW offload support
Sunil Goutham
2
-10
/
+39
2015-08-31
net: thunderx: mailboxes: remove code duplication
Sunil Goutham
2
-36
/
+11
2015-08-31
net: thunderx: Add receive error stats reporting via ethtool
Sunil Goutham
5
-120
/
+103
2015-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+0
2015-08-11
net, thunder, bgx: Add support to get MAC address from ACPI.
David Daney
1
-1
/
+85
2015-08-11
net: thunder: Factor out DT specific code in BGX
Robert Richter
1
-13
/
+35
2015-08-07
net: thunderx: remove effective "default y" from Kconfig if ARCH_THUNDER=y
Ian Campbell
1
-3
/
+0
2015-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-37
/
+92
2015-07-30
net: thunderx: Fix for crash while BGX teardown
Thanneeru Srinivasulu
1
-1
/
+4
2015-07-30
net: thunderx: Add PCI driver shutdown routine
Sunil Goutham
1
-0
/
+6
2015-07-30
net: thunderx: Fix crash when changing rss with mutliple traffic flows
Sunil Goutham
1
-4
/
+5
2015-07-30
net: thunderx: Set watchdog timeout value
Sunil Goutham
2
-0
/
+10
2015-07-30
net: thunderx: Wakeup TXQ only if CQE_TX are processed
Sunil Goutham
3
-15
/
+31
2015-07-30
net: thunderx: Suppress alloc_pages() failure warnings
Sunil Goutham
1
-2
/
+4
2015-07-30
net: thunderx: Fix TSO packet statistic
Sunil Goutham
1
-0
/
+1
2015-07-30
net: thunderx: Fix memory leak when changing queue count
Sunil Goutham
1
-9
/
+14
2015-07-30
net: thunderx: Fix RQ_DROP miscalculation
Sunil Goutham
1
-3
/
+11
2015-07-30
net: thunderx: Fix memory leak while tearing down interface
Sunil Goutham
2
-3
/
+6
2015-07-30
net: thunderx: Fix data integrity issues with LDWB
Sunil Goutham
1
-1
/
+1
2015-07-30
net: thunderx: Select CONFIG_MDIO_OCTEON for ThunderX NIC
Radha Mohan Chintakuntla
1
-0
/
+2
2015-06-29
net-Liquidio: Delete unnecessary checks before the function call "vfree"
Markus Elfring
3
-13
/
+5
2015-06-25
cavium/liquidio: fix some error handling in lio_set_phys_id()
Dan Carpenter
1
-2
/
+3
2015-06-24
net: Cavium: Fix MAC address setting in shutdown state
Pavel Fedin
2
-2
/
+13
2015-06-21
Modify Liquidio Kconfig for crc lib
Raghu Vatsavayi
1
-1
/
+1
2015-06-13
Fix Cavium Liquidio build related errors and warnings
Raghu Vatsavayi
8
-19
/
+26
2015-06-11
Add support of Cavium Liquidio ethernet adapters
Raghu Vatsavayi
29
-12
/
+14446
2015-06-02
net: thunderx: use GFP_KERNEL in thread context
Aleksey Makarov
1
-1
/
+1
2015-06-02
net: thunderx: check if memory allocation was successful
Aleksey Makarov
1
-0
/
+2
2015-06-02
net: thunderx: remove unneeded type conversions
Aleksey Makarov
1
-2
/
+1
2015-06-02
net: thunderx: fix nicvf_set_rxfh()
Aleksey Makarov
1
-2
/
+1
2015-06-02
net: thunderx: add static
Aleksey Makarov
4
-22
/
+16
2015-06-02
net: thunderx: delete unused variables
Aleksey Makarov
1
-2
/
+2
2015-06-02
net: thunderx: rework mac address handling
Aleksey Makarov
5
-19
/
+9
2015-06-02
net: thunderx: introduce a function for mailbox access
Aleksey Makarov
1
-10
/
+17
2015-06-02
net: thunderx: fix constants
Aleksey Makarov
1
-5
/
+5
2015-06-02
net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id()
Robert Richter
4
-8
/
+13
2015-05-31
net: thunderx: add 64-bit dependency
Arnd Bergmann
1
-1
/
+1
2015-05-27
net: Adding support for Cavium ThunderX network controller
Sunil Goutham
13
-0
/
+7371