summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+0Star
| * 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/+202Star
| * 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/+50Star
| * 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/+118Star
| * liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha2017-08-154-108/+61Star
| * liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha2017-08-154-50/+41Star
| * liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha2017-08-154-275/+156Star
| * liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha2017-08-154-72/+37Star
| * liquidio: moved update_txq_status to lio_core.cIntiyaz Basha2017-08-154-59/+36Star
| * liquidio: moved wait_for_pending_requests to octeon_network.hIntiyaz Basha2017-08-155-55/+29Star
| * liquidio: fix duplicated code for different branchesGustavo A. R. Silva2017-08-141-8/+3Star
| * 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/+0Star
| * 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/+9Star
| * 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
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-5/+24
| |\
| * | 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/+1Star
| * | liquidio: standardization: use min_t instead of custom macroRick Farrington2017-07-281-2/+1Star
| * | 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-212-2/+2
| |\ \
| * | | 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
* | | | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-292-2/+2
| |_|/ |/| |
* | | 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