summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-13liquidio: fix timespec64_to_ns typoArnd Bergmann1-1/+1
2017-08-24liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas1-6/+0
2017-08-21liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington1-0/+2
2017-08-19liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington1-9/+0
2017-08-18liquidio: with embedded f/w, issue droq credits before enablementRick Farrington1-8/+12
2017-08-18liquidio: with embedded f/w, don't reload f/w, issue pf flr at exitRick Farrington1-24/+46
2017-08-16liquidio: added support for ethtool --set-channels featureIntiyaz Basha1-13/+20
2017-08-16liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha1-163/+0
2017-08-16liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha1-56/+0
2017-08-16liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha1-43/+0
2017-08-15liquidio: fix issues with fw_type module parameterDerek Chickles1-3/+3
2017-08-15liquidio: added support for ethtool --set-ring featureIntiyaz Basha1-1/+5
2017-08-15liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha1-108/+1
2017-08-15liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha1-52/+0
2017-08-15liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha1-38/+0
2017-08-15liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha1-147/+0
2017-08-15liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha1-37/+0
2017-08-15liquidio: moved update_txq_status to lio_core.cIntiyaz Basha1-34/+1
2017-08-15liquidio: moved wait_for_pending_requests to octeon_network.hIntiyaz Basha1-26/+0
2017-08-14liquidio: update debug console logging mechanismRick Farrington1-2/+42
2017-08-12liquidio: moved ptp_enable to octeon_device structureIntiyaz Basha1-9/+10
2017-08-10liquidio: napi cleanupIntiyaz Basha1-0/+15
2017-08-09liquidio: fix misspelled firmware image filenamesDerek Chickles1-4/+8
2017-08-07liquidio: moved console_bitmask module param to lio_main.cIntiyaz Basha1-0/+15
2017-08-03liquidio: set sriov_totalvfs correctlyDerek Chickles1-0/+5
2017-07-20liquidio: lio_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva1-2/+2
2017-06-19liquidio: replace info-pointer mode with buffer-pointer-only modePrasad Kanneganti1-3/+4
2017-06-19liquidio: implement vlan filter enable and disablePrasad Kanneganti1-6/+22
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-17liquidio: fix PF falsely indicating success at setting MAC address of a nonex...Felix Manlunas1-0/+3
2017-05-17liquidio: fix insmod failure when multiple NICs are plugged inRick Farrington1-4/+17
2017-04-08liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas1-0/+4
2017-04-06liquidio: fix Octeon core watchdog timeout false alarmFelix Manlunas1-73/+105
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-03-29liquidio: refactor interrupt moderation codePrasad Kanneganti1-17/+0
2017-03-24liquidio: do not reset Octeon if NIC firmware was preloadedFelix Manlunas1-13/+32
2017-03-23liquidio: fix tx completions in napi pollVSR Burru1-9/+11
2017-03-23liquidio: allocate RX buffers in OOM conditions in PF and VFSatanand Burla1-0/+5
2017-03-22liquidio: fix Coverity scan errorsFelix Manlunas1-1/+2
2017-03-22liquidio: fix for vf mac addr command sent to nic firmwareRick Farrington1-1/+2
2017-03-22liquidio: add debug error messages to report command timeoutRick Farrington1-2/+2
2017-03-22liquidio: remove duplicate codeSatanand Burla1-36/+0
2017-03-17liquidio: use meaningful names for IRQsRick Farrington1-11/+61
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-55/+55
2017-03-13liquidio: optimize DMA in NUMA systemsVSR Burru1-1/+1
2017-03-10liquidio: add support for XPSRick Farrington1-0/+9
2017-03-10liquidio: improve UDP TX performanceVSR Burru1-55/+55
2017-02-10net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-07liquidio: do not dereference pointer if it's NULLFelix Manlunas1-1/+1
2017-02-01liquidio: fix for iq and droq cnts going negativeSatanand Burla1-1/+5