index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-15
/
+81
2016-09-02
liquidio:CN23XX pause frame support
Raghu Vatsavayi
3
-7
/
+126
2016-09-02
liquidio: CN23XX napi support
Raghu Vatsavayi
3
-6
/
+30
2016-09-02
liquidio: CN23XX health monitoring
Raghu Vatsavayi
3
-2
/
+132
2016-09-02
liquidio: ethtool and led control support
Raghu Vatsavayi
4
-8
/
+390
2016-09-02
liquidio: CN23XX octeon3 instruction
Raghu Vatsavayi
8
-76
/
+212
2016-09-02
liquidio: CN23XX IQ access
Raghu Vatsavayi
1
-0
/
+66
2016-09-02
liquidio: RX control commands
Raghu Vatsavayi
3
-13
/
+96
2016-09-02
liquidio: link and control commands
Raghu Vatsavayi
3
-8
/
+76
2016-09-01
net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
Sunil Goutham
3
-12
/
+73
2016-09-01
net: thunderx: Fix for HW issue while padding TSO packet
Sunil Goutham
1
-3
/
+8
2016-08-31
liquidio: CN23XX firmware download
Raghu Vatsavayi
3
-46
/
+111
2016-08-31
liquidio: MSIX support for CN23XX
Raghu Vatsavayi
6
-69
/
+452
2016-08-31
liquidio: CN23XX queue manipulation
Raghu Vatsavayi
5
-8
/
+225
2016-08-31
liquidio: CN23XX register setup
Raghu Vatsavayi
4
-8
/
+316
2016-08-31
liquidio: CN23XX device init and sriov config
Raghu Vatsavayi
4
-1
/
+544
2016-08-31
liquidio: CN23XX queue definitions
Raghu Vatsavayi
6
-33
/
+286
2016-08-31
liquidio: CN23XX register definitions
Raghu Vatsavayi
1
-0
/
+604
2016-08-31
liquidio: Common enable irq function
Raghu Vatsavayi
8
-14
/
+48
2016-08-31
liquidio: Firmware version management
Raghu Vatsavayi
2
-5
/
+27
2016-08-31
liquidio: Consolidate common functionality
Raghu Vatsavayi
15
-444
/
+426
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+4
2016-08-23
liquidio: declare liquidio_set_rxcsum_command static
Nicholas Mc Guire
1
-2
/
+2
2016-08-18
net: thunderx: Fix OOPs with ethtool --register-dump
David Daney
2
-2
/
+4
2016-08-15
net: thunderx: Remove unnecessary pci_set_drvdata()
Wei Yongjun
1
-2
/
+0
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
6
-33
/
+332
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-08-01
ethernet: cavium: octeon: add missing of_node_put after calling of_parse_phandle
Peter Chen
1
-0
/
+3
2016-07-04
liquidio: Response header changes
Raghu Vatsavayi
1
-6
/
+12
2016-07-04
liquidio: Remove redundant code
Raghu Vatsavayi
13
-47
/
+51
2016-07-04
liquidio: Droq validation
Raghu Vatsavayi
1
-12
/
+0
[next]