aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-24net: thunderx: Support for byte queue limitsSunil Goutham2-12/+32
2016-09-24net: thunderx: Fix issue with IRQ namimgSunil Goutham1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-15/+81
2016-09-01net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham3-12/+73
2016-09-01net: thunderx: Fix for HW issue while padding TSO packetSunil Goutham1-3/+8
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+4
2016-08-18net: thunderx: Fix OOPs with ethtool --register-dumpDavid Daney2-2/+4
2016-08-15net: thunderx: Remove unnecessary pci_set_drvdata()Wei Yongjun1-2/+0
2016-08-13net: thunderx: Don't set RX_PACKET_DIS while initializingSunil Goutham1-11/+7
2016-08-13net: thunderx: Use netdev_rss_key_fill() helperSunil Goutham1-7/+1
2016-08-13net: thunderx: Configure tunnelling protocol parsingZyta Szpak2-0/+34
2016-08-13net: thunderx: Use napi_consume_skb for bulk freeSunil Goutham1-3/+5
2016-08-13net: thunderx: Don't set mac address for secondary Qset VFsSunil Goutham1-1/+1
2016-08-13net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob3-0/+87
2016-08-13net: thunderx: Improvement for MBX interface debug messagesRadoslaw Biernacki2-8/+16
2016-08-13net: thunderx: Use skb_add_rx_frag() for split buffer Rx pktsSunil Goutham1-18/+6
2016-08-13net: thunderx: Use netdev's name for naming VF's interruptsSunil Goutham1-8/+12
2016-08-13net: thunderx: Support for 83xx mixed QLM/DLM configSunil Goutham2-21/+26
2016-08-13net: thunderx: Add support for 16 LMACs of 83xxSunil Goutham2-17/+60
2016-08-13net: thunderx: Add RGMII interface type supportSunil Goutham5-33/+322
2016-08-13net: thunderx: Add QSGMII interface type supportSunil Goutham2-12/+54
2016-08-13net: thunderx: Add 81xx support to BGX driverSunil Goutham2-10/+113
2016-08-13net: thunderx: Support for different LMAC types within BGXSunil Goutham2-136/+98
2016-08-13net: thunderx: Enable mailbox interrupts on 81xx/83xxSunil Goutham1-38/+50
2016-08-13net: thunderx: Enable CQE_RX desc's extension fieldsSunil Goutham4-2/+27
2016-08-13net: thunderx: Set queue count based on number of CPUsSunil Goutham4-12/+14
2016-08-13net: thunderx: Add support for 81xx and 83xx chipsSunil Goutham3-17/+73
2016-08-13net: thunderx: Add VNIC's PCI devid on future chipsSunil Goutham2-3/+21
2016-08-13net: thunderx: Moved HW capability info from macros to structureSunil Goutham2-52/+85
2016-06-29net: thunderx: Fix TL4 configuration for secondary QsetsSunil Goutham1-3/+13
2016-06-29net: thunderx: Fix link status reportingSunil Goutham2-31/+62
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim1-1/+1
2016-05-19net: thunderx: avoid null pointer dereferencexypron.glpk@gmx.de1-1/+3
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2016-05-10net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de1-0/+4
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-13net: thunderx: Fix broken of_node_put() code.David Daney1-2/+3
2016-03-16net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition.David Daney1-6/+20
2016-03-14net: thunderx: Cleanup PHY probing code.David Daney1-11/+18
2016-03-14net: thunderx: Adjust nicvf structure to reduce cache missesSunil Goutham1-22/+30
2016-03-14net: thunderx: Set recevie buffer page usage count in bulkSunil Goutham2-8/+24
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+16
2016-02-25net: thunderx: Fix for Qset error due to CQ fullSunil Goutham3-1/+16
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-17/+12
2016-02-17net: thunderx: Fix receive packet statsSunil Goutham3-13/+9
2016-02-17net: thunderx: Fix for HW TSO not enabled for secondary qsetsSunil Goutham1-3/+3
2016-02-17net: thunderx: Fix for multiqset not configured upon interface toggleSunil Goutham1-1/+0
2016-02-11net: thunderx: Alloc higher order pages when pagesize is smallSunil Goutham1-1/+1
2016-02-11net: thunderx: bgx: Add log message when setting mac addressRobert Richter1-3/+8