aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-14liquidio: fix VF driver off-by-one bug when setting ethtool -C ethX rx-framesWeilin Chang1-1/+1
2017-06-09liquidio: disallow enabling firmware debug from a VFDerek Chickles2-5/+8
2017-06-02liquidio: Fix checkpatch errors with references crossing single lineSatanand Burla3-12/+10
2017-06-02liquidio: VF interrupt initialization cleanupRick Farrington2-12/+17
2017-05-26liquidio: fix inaccurate count of napi-processed rx packets reported to OcteonPrasad Kanneganti2-3/+5
2017-05-26liquidio: fix rare pci_driver.probe failure of VF driverPrasad Kanneganti2-7/+10
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2-0/+2
2017-05-18liquidio: make the spinlock octeon_devices_lock staticColin Ian King1-1/+1
2017-05-17liquidio: fix PF falsely indicating success at setting MAC address of a nonexistent VFFelix Manlunas1-0/+3
2017-05-17liquidio: fix insmod failure when multiple NICs are plugged inRick Farrington3-10/+123
2017-05-16liquidio: use pcie_flr instead of duplicating itChristoph Hellwig1-16/+1
2017-04-30liquidio: silence a locking static checker warningDan Carpenter1-0/+1
2017-04-21liquidio: remove unnecessary variable assignmentArnd Bergmann1-2/+0
2017-04-08liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas5-5/+43
2017-04-06liquidio: fix Octeon core watchdog timeout false alarmFelix Manlunas3-77/+107
2017-04-05liquidio: clear the correct memoryDan Carpenter1-1/+1
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal2-0/+2
2017-03-28liquidio: refactor interrupt moderation codePrasad Kanneganti5-244/+276
2017-03-24liquidio: do not reset Octeon if NIC firmware was preloadedFelix Manlunas2-13/+33
2017-03-22liquidio: fix tx completions in napi pollVSR Burru2-17/+22
2017-03-22liquidio: allocate RX buffers in OOM conditions in PF and VFSatanand Burla7-0/+103
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. Miller7-182/+144
2017-03-12liquidio: optimize DMA in NUMA systemsVSR Burru5-22/+9
2017-03-09liquidio: add support for XPSRick Farrington1-0/+9
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-10net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King3-0/+3
2017-02-07liquidio: do not dereference pointer if it's NULLFelix Manlunas2-2/+2
2017-02-01liquidio: fix for iq and droq cnts going negativeSatanand Burla4-2/+15
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet2-2/+2
2017-01-26liquidio: Avoid accessing skb after submitting to input queueSatanand Burla2-6/+6
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser2-2/+0
2017-01-13liquidio: use fallback for selecting txqSatanand Burla2-41/+0
2017-01-12liquidio VF: reduce load time of modulePrasad Kanneganti2-4/+5
2017-01-12liquidio: remove unnecessary codeFelix Manlunas1-7/+1
2017-01-10liquidio: store the L4 hash of rx packets in skbPrasad Kanneganti3-3/+33
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-04liquidio: remove PTP support in 23XX adaptersPrasad Kanneganti1-2/+8
2016-12-29liquidio: optimize reads from Octeon PCI consoleFelix Manlunas4-8/+39
2016-12-08liquidio VF error handlingRaghu Vatsavayi1-0/+139
2016-12-08liquidio VF timestampRaghu Vatsavayi1-1/+179