summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2017-07-292-5/+24
* liquidio: fix possible eeprom format string overflowArnd Bergmann2017-07-141-1/+1
* net: thunder_bgx: avoid format string overflow warningArnd Bergmann2017-07-141-1/+1
* liquidio: fix bug in soft reset failure detectionDerek Chickles2017-07-062-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0524-221/+272
|\
| * cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches2017-06-292-26/+15Star
| * liquidio: stop using huge static buffer, save 4096k in .dataDenys Vlasenko2017-06-223-8/+4Star
| * liquidio: replace info-pointer mode with buffer-pointer-only modePrasad Kanneganti2017-06-1911-109/+37Star
| * liquidio: implement vlan filter enable and disablePrasad Kanneganti2017-06-193-10/+32
| * bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+1
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
| * liquidio: fix VF driver off-by-one bug when setting ethtool -C ethX rx-framesWeilin Chang2017-06-141-1/+1
| * liquidio: disallow enabling firmware debug from a VFDerek Chickles2017-06-092-5/+8
| * liquidio: Fix checkpatch errors with references crossing single lineSatanand Burla2017-06-023-12/+10Star
| * liquidio: VF interrupt initialization cleanupRick Farrington2017-06-022-12/+17
| * liquidio: fix inaccurate count of napi-processed rx packets reported to OcteonPrasad Kanneganti2017-05-262-3/+5
| * liquidio: fix rare pci_driver.probe failure of VF driverPrasad Kanneganti2017-05-262-7/+10
| * net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-213-0/+3
| * liquidio: make the spinlock octeon_devices_lock staticColin Ian King2017-05-181-1/+1
| * liquidio: fix PF falsely indicating success at setting MAC address of a nonex...Felix Manlunas2017-05-171-0/+3
| * liquidio: fix insmod failure when multiple NICs are plugged inRick Farrington2017-05-173-10/+123
| * liquidio: use pcie_flr instead of duplicating itChristoph Hellwig2017-05-161-16/+1Star
* | 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