aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-22liquidio: fix Coverity scan errorsFelix Manlunas2-2/+4
2017-03-21liquidio: fix for vf mac addr command sent to nic firmwareRick Farrington4-8/+30
2017-03-21liquidio: add debug error messages to report command timeoutRick Farrington2-2/+4
2017-03-21liquidio: remove duplicate codeSatanand Burla3-72/+36
2017-03-16liquidio: fix wrong information about link modes reported to ethtoolManish Awasthi1-4/+10
2017-03-16liquidio: use meaningful names for IRQsRick Farrington4-16/+101
2017-03-16liquidio: remove/replace invalid codeRick Farrington1-16/+10
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-243/+349
2017-03-12liquidio: optimize DMA in NUMA systemsVSR Burru5-22/+9
2017-03-09liquidio: add support for XPSRick Farrington1-0/+9
2017-03-09net: thunderx: Allow IPv6 frames with zero UDP checksumThanneeru Srinivasulu1-2/+4
2017-03-09net: thunderx: Fix invalid mac addresses for node1 interfacesSunil Goutham2-14/+45
2017-03-09net: thunderx: Fix LMAC mode debug prints for QSGMII modeSunil Goutham1-6/+0
2017-03-09net: thunderx: Fix IOMMU translation faultsSunil Goutham4-39/+156
2017-03-09liquidio: improve UDP TX performanceVSR Burru7-182/+144
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+101
2017-02-10net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King3-0/+3
2017-02-08net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu2-12/+101
2017-02-07liquidio: do not dereference pointer if it's NULLFelix Manlunas2-2/+2
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-02-01liquidio: fix for iq and droq cnts going negativeSatanand Burla4-2/+15
2017-01-31net: thunderx: avoid dereferencing xcv when NULLVincent1-2/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet4-4/+4
2017-01-26liquidio: Avoid accessing skb after submitting to input queueSatanand Burla2-6/+6
2017-01-25net: thunderx: Leave serdes lane config on 81/83xx to firmwareSunil Goutham1-77/+18
2017-01-25net: thunderx: Support to configure queue sizes from ethtoolSunil Goutham3-9/+65
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser2-2/+0
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2017-01-13liquidio: use fallback for selecting txqSatanand Burla2-41/+0
2017-01-12net: thunderx: acpi: fix LMAC initializationVadim Lomovtsev1-5/+6
2017-01-12liquidio VF: reduce load time of modulePrasad Kanneganti2-4/+5
2017-01-12liquidio: remove unnecessary codeFelix Manlunas1-7/+1
2017-01-11net: thunderx: Make hfunc variable const type in nicvf_set_rxfh()Robert Richter1-1/+1
2017-01-11net: thunderx: Fix error return code in nicvf_open()Wei Yongjun1-1/+2
2017-01-10liquidio: store the L4 hash of rx packets in skbPrasad Kanneganti3-3/+33
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2017-01-08liquidio: simplify octeon_flush_iq()Derek Chickles4-28/+27
2017-01-06liquidio: fix wrong information about channels reported to ethtoolWeilin Chang1-5/+9
2017-01-06liquidio VF: fix incorrect struct being usedPrasad Kanneganti1-2/+2
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-04liquidio: remove PTP support in 23XX adaptersPrasad Kanneganti1-2/+8
2017-01-04LiquidIO VF: s/select/imply/ for PTP_1588_CLOCKNicolas Pitre1-1/+1
2016-12-29liquidio: optimize reads from Octeon PCI consoleFelix Manlunas4-8/+39
2016-12-19net: ethernet: cavium: octeon: octeon_mgmt: Handle return NULL error from devm_ioremapArvind Yadav1-0/+6
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-10net: nicvf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-25/+31
2016-12-08liquidio VF error handlingRaghu Vatsavayi1-0/+139
2016-12-08liquidio VF timestampRaghu Vatsavayi1-1/+179
2016-12-08liquidio VF ethtool statsRaghu Vatsavayi3-98/+495