summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio
Commit message (Expand)AuthorAgeFilesLines
* liquidio: Simplified napi pollIntiyaz Basha2018-03-163-66/+35
* liquidio: Add support for liquidio 10GBase-T NICVeerasenareddy Burru2018-03-142-8/+28
* liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru2018-03-125-113/+141
* liquidio: avoid doing useless workPrasad Kanneganti2018-03-082-2/+9
* liquidio: Resolved mbox read issue while reading more than one 64bit dataIntiyaz Basha2018-03-081-2/+3
* liquidio: Corrected Rx bytes countingIntiyaz Basha2018-03-051-1/+2
* liquidio: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-5/+2
* liquidio: fix incorrect indentation of assignment statementColin Ian King2017-12-031-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-151-1/+1
* | liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter2017-11-141-1/+2
* | liquidio: do not consider packets dropped by network stack as driver Rx droppedIntiyaz Basha2017-11-051-12/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\ \ | |/
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | liquidio: Fix an issue with multiple switchdev enable disablesVijaya Mohan Guvva2017-11-043-2/+9
* | liquidio: bump up driver version to 1.7.0 to match newer NIC firmwareFelix Manlunas2017-11-031-2/+2
* | liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva2017-11-024-1/+92
* | liquidio: remove redundant setting of inst_processed to zeroColin Ian King2017-11-021-2/+0
* | liquidio: Configure switchdev with devlinkVijaya Mohan Guvva2017-11-014-0/+107
* | liquidio: switchdev support for LiquidIO NICVijaya Mohan Guvva2017-11-016-1/+750
* | liquidio: get rid of false alarm "Unknown cmd 27" in dmesgFelix Manlunas2017-10-291-0/+1
* | liquidio: fix kernel panic in VF driverFelix Manlunas2017-10-281-3/+3
* | liquidio: xmit_more supportIntiyaz Basha2017-10-289-19/+55
* | liquidio: deprecate 1-bit flag indicating watchdog kernel thread is runningFelix Manlunas2017-10-271-10/+4
* | liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru2017-10-244-3/+166
* | 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: mark expected switch fall-through in octeon_destroy_resourcesGustavo A. R. Silva2017-10-191-1/+1
* | liquidio: remove unnecessary NULL check before kfree in delete_glistsGustavo A. R. Silva2017-10-191-2/+1
* | liquidio: update module parameter fw_type to reflect firmware type loadedRick Farrington2017-09-251-2/+4
* | liquidio: verify firmware version when auto-loaded from flash.Rick Farrington2017-09-251-1/+17
* | liquidio: allow override of firmware present in flashRick Farrington2017-09-254-26/+64
|/
* 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-301-0/+20
| * liquidio: show NIC's U-Boot version in a dev_info() messageWeilin Chang2017-08-291-0/+78
| * liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas2017-08-233-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-202-5/+44
| * liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington2017-08-182-10/+0
| * liquidio: fix Smatch errorIntiyaz Basha2017-08-181-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-156-50/+226
| * liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha2017-08-154-263/+202
| * liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha2017-08-153-56/+57
| * liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha2017-08-155-88/+50
| * liquidio: fix issues with fw_type module parameterDerek Chickles2017-08-141-3/+3
OpenPOWER on IntegriCloud