aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-17net:liquidio: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-06-15liquidio: Introduce new octeon2/3 headerRaghu Vatsavayi7-97/+334
2016-06-15liquidio: Replace ifidx for FW commandsRaghu Vatsavayi12-174/+187
2016-06-15liquidio: New driver FW command structureRaghu Vatsavayi3-130/+19
2016-06-15liquidio: Consider PTP for packet size calculationsRaghu Vatsavayi2-15/+25
2016-06-15liquidio: RX desc alloc changesRaghu Vatsavayi4-83/+316
2016-06-15liquidio:RX queue alloc changesRaghu Vatsavayi3-33/+52
2016-06-15liquidio:Scatter gather list per IQRaghu Vatsavayi2-73/+149
2016-06-15liquidio: Host queue mapping changesRaghu Vatsavayi6-65/+142
2016-06-15liquidio: Avoid double free during soft commandRaghu Vatsavayi3-5/+5
2016-06-09net: cavium: liquidio: Remove deprecated create_workqueueBhaktipriya Shridhar1-2/+2
2016-06-06net: ethernet: cavium: liquidio: request_manager: Remove create_workqueueBhaktipriya Shridhar1-2/+3
2016-06-06net: ethernet: cavium: liquidio: response_manager: Remove create_workqueueBhaktipriya Shridhar1-2/+1
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-4/+4
2016-05-20net:liquidio: use kmemdupMuhammad Falak R Wani1-3/+1
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 Westphal3-4/+4
2016-04-13net: thunderx: Fix broken of_node_put() code.David Daney1-2/+3
2016-03-18netdev: Move octeon/octeon_mgmt driver to cavium directory.David Daney4-0/+1610
2016-03-16net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition.David Daney1-6/+20
2016-03-16net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.David Daney1-1/+1
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. Miller5-20/+15
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-13net: cavium: liquidio: fix check for in progress flagColin Ian King1-1/+1
2016-02-13net: cavium: liquidio: Return correct error codeAmitoj Kaur Chawla2-2/+2
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
2016-02-11net: thunderx: bgx: Use standard firmware node infrastructure.David Daney1-13/+14
2016-02-11net: thunderx: Assign affinity hints to vf's interruptsSunil Goutham2-2/+36
2016-02-11net: thunderx: Use napi_schedule_irqoff()Sunil Goutham1-1/+1
2016-02-11net, thunderx: Add TX timeout and RX buffer alloc failure stats.Thanneeru Srinivasulu4-2/+7
2016-01-29net: cavium: liquidio: use helpers ns_to_timespec64()Kefeng Wang1-3/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+18
2015-12-11net: thunderx: Enable CQE count threshold interruptSunil Goutham2-2/+2
2015-12-11net: thunderx: HW TSO support for pass-2 hardwareSunil Goutham5-29/+53
2015-12-08net: thunderx: Correctly distinguish between VF and LMAC countPavel Fedin1-21/+18
2015-12-07net, thunderx: Remove unnecessary rcv buffer start address managementSunil Goutham2-48/+11
2015-12-07net: thunderx: nicvf_queues: nivc_*_intr: remove duplicationYury Norov1-100/+40
2015-12-02net: thunderx: Enable BGX LMAC's RX/TX only after VF is upSunil Goutham3-3/+38
2015-12-02net: thunderx: Switchon carrier only upon interface link upSunil Goutham3-4/+18