summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-134-15/+81
|\
| * net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham2016-09-013-12/+73
| * net: thunderx: Fix for HW issue while padding TSO packetSunil Goutham2016-09-011-3/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-302-2/+4
|\|
| * net: thunderx: Fix OOPs with ethtool --register-dumpDavid Daney2016-08-192-2/+4
* | net: thunderx: Remove unnecessary pci_set_drvdata()Wei Yongjun2016-08-161-2/+0Star
* | net: thunderx: Don't set RX_PACKET_DIS while initializingSunil Goutham2016-08-131-11/+7Star
* | net: thunderx: Use netdev_rss_key_fill() helperSunil Goutham2016-08-131-7/+1Star
* | net: thunderx: Configure tunnelling protocol parsingZyta Szpak2016-08-132-0/+34
* | net: thunderx: Use napi_consume_skb for bulk freeSunil Goutham2016-08-131-3/+5
* | net: thunderx: Don't set mac address for secondary Qset VFsSunil Goutham2016-08-131-1/+1
* | net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob2016-08-133-0/+87
* | net: thunderx: Improvement for MBX interface debug messagesRadoslaw Biernacki2016-08-132-8/+16
* | net: thunderx: Use skb_add_rx_frag() for split buffer Rx pktsSunil Goutham2016-08-131-18/+6Star
* | net: thunderx: Use netdev's name for naming VF's interruptsSunil Goutham2016-08-131-8/+12
* | net: thunderx: Support for 83xx mixed QLM/DLM configSunil Goutham2016-08-132-21/+26
* | net: thunderx: Add support for 16 LMACs of 83xxSunil Goutham2016-08-132-17/+60
* | net: thunderx: Add RGMII interface type supportSunil Goutham2016-08-135-33/+322
* | net: thunderx: Add QSGMII interface type supportSunil Goutham2016-08-132-12/+54
* | net: thunderx: Add 81xx support to BGX driverSunil Goutham2016-08-132-10/+113
* | net: thunderx: Support for different LMAC types within BGXSunil Goutham2016-08-132-136/+98Star
* | net: thunderx: Enable mailbox interrupts on 81xx/83xxSunil Goutham2016-08-131-38/+50
* | net: thunderx: Enable CQE_RX desc's extension fieldsSunil Goutham2016-08-134-2/+27
* | net: thunderx: Set queue count based on number of CPUsSunil Goutham2016-08-134-12/+14
* | net: thunderx: Add support for 81xx and 83xx chipsSunil Goutham2016-08-133-17/+73
* | net: thunderx: Add VNIC's PCI devid on future chipsSunil Goutham2016-08-132-3/+21
* | net: thunderx: Moved HW capability info from macros to structureSunil Goutham2016-08-132-52/+85
|/
* net: thunderx: Fix TL4 configuration for secondary QsetsSunil Goutham2016-06-291-3/+13
* net: thunderx: Fix link status reportingSunil Goutham2016-06-292-31/+62
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-211-1/+3
|\
| * net: thunderx: avoid null pointer dereferencexypron.glpk@gmx.de2016-05-191-1/+3
* | mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-201-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-0/+4
|\
| * net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de2016-05-101-0/+4
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
|/
* net: thunderx: Fix broken of_node_put() code.David Daney2016-04-141-2/+3
* net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition.David Daney2016-03-171-6/+20
* net: thunderx: Cleanup PHY probing code.David Daney2016-03-141-11/+18
* net: thunderx: Adjust nicvf structure to reduce cache missesSunil Goutham2016-03-141-22/+30
* net: thunderx: Set recevie buffer page usage count in bulkSunil Goutham2016-03-142-8/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-083-1/+16
|\
| * net: thunderx: Fix for Qset error due to CQ fullSunil Goutham2016-02-253-1/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-233-17/+12Star
|\|
| * net: thunderx: Fix receive packet statsSunil Goutham2016-02-183-13/+9Star
| * net: thunderx: Fix for HW TSO not enabled for secondary qsetsSunil Goutham2016-02-181-3/+3
| * net: thunderx: Fix for multiqset not configured upon interface toggleSunil Goutham2016-02-181-1/+0Star
* | net: thunderx: Alloc higher order pages when pagesize is smallSunil Goutham2016-02-111-1/+1
* | net: thunderx: bgx: Add log message when setting mac addressRobert Richter2016-02-111-3/+8
* | net: thunderx: bgx: Use standard firmware node infrastructure.David Daney2016-02-111-13/+14
* | net: thunderx: Assign affinity hints to vf's interruptsSunil Goutham2016-02-112-2/+36