summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio (follow)
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* liquidio: fix timespec64_to_ns typoArnd Bergmann2017-10-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0616-1430/+1576
|\
| * liquidio: fix crash in presence of zeroed-out base address regsRick Farrington2017-08-311-0/+20
| * liquidio: show NIC's U-Boot version in a dev_info() messageWeilin Chang2017-08-301-0/+78
| * liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas2017-08-243-9/+15
| * liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru2017-08-221-5/+22
| * liquidio: move macro definition to a proper placeVeerasenareddy Burru2017-08-222-2/+2
| * liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington2017-08-212-5/+44
| * liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington2017-08-192-10/+0
| * liquidio: fix Smatch errorIntiyaz Basha2017-08-191-2/+2
| * 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: fix spelling mistake: "interuupt" -> "interrupt"Colin Ian King2017-08-171-1/+1
| * liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru2017-08-162-6/+6
| * liquidio: added support for ethtool --set-channels featureIntiyaz Basha2017-08-166-50/+226
| * liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha2017-08-164-263/+202
| * liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha2017-08-163-56/+57
| * liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha2017-08-165-88/+50
| * liquidio: fix issues with fw_type module parameterDerek Chickles2017-08-151-3/+3
| * liquidio: added support for ethtool --set-ring featureIntiyaz Basha2017-08-156-11/+160
| * liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha2017-08-154-216/+118
| * liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha2017-08-154-108/+61
| * liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha2017-08-154-50/+41
| * liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha2017-08-154-275/+156
| * liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha2017-08-154-72/+37
| * liquidio: moved update_txq_status to lio_core.cIntiyaz Basha2017-08-154-59/+36
| * liquidio: moved wait_for_pending_requests to octeon_network.hIntiyaz Basha2017-08-155-55/+29
| * liquidio: fix duplicated code for different branchesGustavo A. R. Silva2017-08-141-8/+3
| * liquidio: update debug console logging mechanismRick Farrington2017-08-143-25/+90
| * liquidio: moved ptp_enable to octeon_device structureIntiyaz Basha2017-08-122-9/+11
| * liquidio: removed check for queue size alignmentIntiyaz Basha2017-08-111-7/+0
| * liquidio: rx/tx queue cleanupIntiyaz Basha2017-08-112-0/+8
| * liquidio: napi cleanupIntiyaz Basha2017-08-102-0/+29
| * liquidio: fix misspelled firmware image filenamesDerek Chickles2017-08-091-4/+8
| * liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtoolIntiyaz Basha2017-08-091-21/+9
| * liquidio: moved console_bitmask module param to lio_main.cIntiyaz Basha2017-08-073-14/+17
| * liquidio: add missing strings in oct_dev_state_str arrayIntiyaz Basha2017-08-071-2/+3
| * liquidio: set sriov_totalvfs correctlyDerek Chickles2017-08-031-0/+5
| * liquidio: bump up driver version to match newer NIC firmwareFelix Manlunas2017-07-301-2/+3
| * liquidio: cleanup: removed cryptic and misleading macroRick Farrington2017-07-281-3/+1
| * liquidio: standardization: use min_t instead of custom macroRick Farrington2017-07-281-2/+1
| * liquidio: fix implicit irq include causing build failuresPaul Gortmaker2017-07-251-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-1/+1
| |\
| * | liquidio: lio_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva2017-07-201-2/+2
| * | liquidio: lio_vf_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva2017-07-201-2/+2
| * | liquidio: lowmem: init allocated memory to 0Rick Farrington2017-07-191-4/+4
| * | liquidio: lowmem: do not dereference null ptrRick Farrington2017-07-191-0/+2
| * | liquidio: lowmem: init allocated memory to 0Rick Farrington2017-07-191-2/+2
| * | liquidio: support new firmware statistic fw_err_pkiRick Farrington2017-07-192-0/+5