summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-03liquidio: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-14liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter1-1/+2
2017-11-02liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva1-0/+15
2017-11-01liquidio: Configure switchdev with devlinkVijaya Mohan Guvva1-0/+93
2017-11-01liquidio: switchdev support for LiquidIO NICVijaya Mohan Guvva1-0/+25
2017-10-28liquidio: xmit_more supportIntiyaz Basha1-6/+12
2017-10-27liquidio: deprecate 1-bit flag indicating watchdog kernel thread is runningFelix Manlunas1-10/+4
2017-10-24liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru1-0/+126
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-13liquidio: fix timespec64_to_ns typoArnd Bergmann1-1/+1
2017-09-25liquidio: update module parameter fw_type to reflect firmware type loadedRick Farrington1-2/+4
2017-09-25liquidio: verify firmware version when auto-loaded from flash.Rick Farrington1-1/+17
2017-09-25liquidio: allow override of firmware present in flashRick Farrington1-25/+43
2017-08-23liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas1-6/+0
2017-08-20liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington1-0/+2
2017-08-18liquidio: 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-15liquidio: added support for ethtool --set-channels featureIntiyaz Basha1-13/+20
2017-08-15liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha1-163/+0
2017-08-15liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha1-56/+0
2017-08-15liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha1-43/+0
2017-08-14liquidio: fix issues with fw_type module parameterDerek Chickles1-3/+3
2017-08-14liquidio: added support for ethtool --set-ring featureIntiyaz Basha1-1/+5
2017-08-14liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha1-108/+1
2017-08-14liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha1-52/+0
2017-08-14liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha1-38/+0
2017-08-14liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha1-147/+0
2017-08-14liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha1-37/+0
2017-08-14liquidio: moved update_txq_status to lio_core.cIntiyaz Basha1-34/+1
2017-08-14liquidio: 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-11liquidio: moved ptp_enable to octeon_device structureIntiyaz Basha1-9/+10
2017-08-09liquidio: napi cleanupIntiyaz Basha1-0/+15
2017-08-08liquidio: fix misspelled firmware image filenamesDerek Chickles1-4/+8
2017-08-06liquidio: moved console_bitmask module param to lio_main.cIntiyaz Basha1-0/+15
2017-08-02liquidio: set sriov_totalvfs correctlyDerek Chickles1-0/+5
2017-07-19liquidio: lio_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva1-2/+2
2017-06-18liquidio: replace info-pointer mode with buffer-pointer-only modePrasad Kanneganti1-3/+4
2017-06-18liquidio: 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-28liquidio: refactor interrupt moderation codePrasad Kanneganti1-17/+0
2017-03-24liquidio: do not reset Octeon if NIC firmware was preloadedFelix Manlunas1-13/+32
2017-03-22liquidio: fix tx completions in napi pollVSR Burru1-9/+11
2017-03-22liquidio: allocate RX buffers in OOM conditions in PF and VFSatanand Burla1-0/+5