summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* liquidio: fix incorrect indentation of assignment statementColin Ian King2017-12-031-1/+1
* liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter2017-11-141-1/+2
* liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva2017-11-021-0/+15
* liquidio: Configure switchdev with devlinkVijaya Mohan Guvva2017-11-011-0/+93
* liquidio: switchdev support for LiquidIO NICVijaya Mohan Guvva2017-11-011-0/+25
* liquidio: xmit_more supportIntiyaz Basha2017-10-271-6/+12
* liquidio: deprecate 1-bit flag indicating watchdog kernel thread is runningFelix Manlunas2017-10-271-10/+4Star
* liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru2017-10-241-0/+126
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+1
|\
| * liquidio: fix timespec64_to_ns typoArnd Bergmann2017-10-131-1/+1
* | liquidio: update module parameter fw_type to reflect firmware type loadedRick Farrington2017-09-261-2/+4
* | liquidio: verify firmware version when auto-loaded from flash.Rick Farrington2017-09-261-1/+17
* | liquidio: allow override of firmware present in flashRick Farrington2017-09-261-25/+43
|/
* liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas2017-08-241-6/+0Star
* liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington2017-08-211-0/+2
* liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington2017-08-191-9/+0Star
* liquidio: with embedded f/w, issue droq credits before enablementRick Farrington2017-08-181-8/+12
* liquidio: with embedded f/w, don't reload f/w, issue pf flr at exitRick Farrington2017-08-181-24/+46
* liquidio: added support for ethtool --set-channels featureIntiyaz Basha2017-08-161-13/+20
* liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha2017-08-161-163/+0Star
* liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha2017-08-161-56/+0Star
* liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha2017-08-161-43/+0Star
* liquidio: fix issues with fw_type module parameterDerek Chickles2017-08-151-3/+3
* liquidio: added support for ethtool --set-ring featureIntiyaz Basha2017-08-151-1/+5
* liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha2017-08-151-108/+1Star
* liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha2017-08-151-52/+0Star
* liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha2017-08-151-38/+0Star
* liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha2017-08-151-147/+0Star
* liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha2017-08-151-37/+0Star
* liquidio: moved update_txq_status to lio_core.cIntiyaz Basha2017-08-151-34/+1Star
* liquidio: moved wait_for_pending_requests to octeon_network.hIntiyaz Basha2017-08-151-26/+0Star
* liquidio: update debug console logging mechanismRick Farrington2017-08-141-2/+42
* liquidio: moved ptp_enable to octeon_device structureIntiyaz Basha2017-08-121-9/+10
* liquidio: napi cleanupIntiyaz Basha2017-08-101-0/+15
* liquidio: fix misspelled firmware image filenamesDerek Chickles2017-08-091-4/+8
* liquidio: moved console_bitmask module param to lio_main.cIntiyaz Basha2017-08-071-0/+15
* liquidio: set sriov_totalvfs correctlyDerek Chickles2017-08-031-0/+5
* liquidio: lio_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva2017-07-201-2/+2
* liquidio: replace info-pointer mode with buffer-pointer-only modePrasad Kanneganti2017-06-191-3/+4
* liquidio: implement vlan filter enable and disablePrasad Kanneganti2017-06-191-6/+22
* net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+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-171-4/+17
* liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas2017-04-081-0/+4
* liquidio: fix Octeon core watchdog timeout false alarmFelix Manlunas2017-04-061-73/+105
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* liquidio: refactor interrupt moderation codePrasad Kanneganti2017-03-291-17/+0Star
* liquidio: do not reset Octeon if NIC firmware was preloadedFelix Manlunas2017-03-241-13/+32
* liquidio: fix tx completions in napi pollVSR Burru2017-03-231-9/+11
* liquidio: allocate RX buffers in OOM conditions in PF and VFSatanand Burla2017-03-231-0/+5