summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
* net: thunderx: Optimize page recycling for XDPSunil Goutham2017-05-022-7/+51
* net: thunderx: Support for XDP header adjustmentSunil Goutham2017-05-022-17/+55
* net: thunderx: Add support for XDP_TXSunil Goutham2017-05-023-27/+160
* net: thunderx: Add support for XDP_DROPSunil Goutham2017-05-023-25/+79
* net: thunderx: Add basic XDP supportSunil Goutham2017-05-025-19/+199
* net: thunderx: Cleanup receive buffer allocationSunil Goutham2017-05-021-9/+9
* net: thunderx: Optimize CQE_TX handlingSunil Goutham2017-05-022-28/+21Star
* net: thunderx: Optimize RBDR descriptor handlingSunil Goutham2017-05-022-13/+5Star
* net: thunderx: Support for page recyclingSunil Goutham2017-05-024-20/+119
* liquidio: silence a locking static checker warningDan Carpenter2017-05-011-0/+1
* liquidio: remove unnecessary variable assignmentArnd Bergmann2017-04-211-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-202-0/+2
|\
| * net: thunderx: Fix set_max_bgx_per_node for 81xx rgxGeorge Cherian2017-04-172-0/+2
* | net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu2017-04-113-96/+40Star
* | liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas2017-04-085-5/+43
* | net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu2017-04-072-4/+14
* | liquidio: fix Octeon core watchdog timeout false alarmFelix Manlunas2017-04-063-77/+107
* | liquidio: clear the correct memoryDan Carpenter2017-04-051-1/+1
* | drivers: add explicit interrupt.h includesFlorian Westphal2017-03-302-0/+2
* | liquidio: refactor interrupt moderation codePrasad Kanneganti2017-03-295-244/+276
* | liquidio: do not reset Octeon if NIC firmware was preloadedFelix Manlunas2017-03-242-13/+33
* | liquidio: fix tx completions in napi pollVSR Burru2017-03-232-17/+22
* | liquidio: allocate RX buffers in OOM conditions in PF and VFSatanand Burla2017-03-237-0/+103
* | liquidio: fix Coverity scan errorsFelix Manlunas2017-03-222-2/+4
* | liquidio: fix for vf mac addr command sent to nic firmwareRick Farrington2017-03-224-8/+30
* | liquidio: add debug error messages to report command timeoutRick Farrington2017-03-222-2/+4
* | liquidio: remove duplicate codeSatanand Burla2017-03-223-72/+36Star
* | liquidio: fix wrong information about link modes reported to ethtoolManish Awasthi2017-03-171-4/+10
* | liquidio: use meaningful names for IRQsRick Farrington2017-03-174-16/+101
* | liquidio: remove/replace invalid codeRick Farrington2017-03-171-16/+10Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-1513-243/+349
|\|
| * net: thunderx: Allow IPv6 frames with zero UDP checksumThanneeru Srinivasulu2017-03-091-2/+4
| * net: thunderx: Fix invalid mac addresses for node1 interfacesSunil Goutham2017-03-092-14/+45
| * net: thunderx: Fix LMAC mode debug prints for QSGMII modeSunil Goutham2017-03-091-6/+0Star
| * net: thunderx: Fix IOMMU translation faultsSunil Goutham2017-03-094-39/+156
| * liquidio: improve UDP TX performanceVSR Burru2017-03-097-182/+144Star
* | liquidio: optimize DMA in NUMA systemsVSR Burru2017-03-135-22/+9Star
* | liquidio: add support for XPSRick Farrington2017-03-091-0/+9
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-112-12/+101
|\
| * net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu2017-02-082-12/+101
* | net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-103-0/+3
* | liquidio: do not dereference pointer if it's NULLFelix Manlunas2017-02-072-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-2/+1Star
|\|
| * net: thunderx: avoid dereferencing xcv when NULLVincent2017-01-311-2/+1Star
* | liquidio: fix for iq and droq cnts going negativeSatanand Burla2017-02-014-2/+15
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-304-4/+4
* | liquidio: Avoid accessing skb after submitting to input queueSatanand Burla2017-01-262-6/+6
* | net: thunderx: Leave serdes lane config on 81/83xx to firmwareSunil Goutham2017-01-251-77/+18Star