summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio
Commit message (Expand)AuthorAgeFilesLines
...
* treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-131-3/+2Star
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-2/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+3
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-1/+1
* liquidio: bump up driver version to 1.7.2 to match newer NIC firmwareFelix Manlunas2018-05-101-1/+1
* liquidio: monitor all of Octeon's cores in watchdog threadFelix Manlunas2018-05-101-1/+1
* liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang2018-05-087-24/+425
* liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi2018-05-021-0/+1
* liquidio: fix spelling mistake: "mac_tx_multi_collison" -> "mac_tx_multi_coll...Colin Ian King2018-04-301-1/+1
* liquidio: enhanced ethtool --set-channels featureIntiyaz Basha2018-04-3010-58/+316
* liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha2018-04-304-163/+87Star
* liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha2018-04-303-39/+21Star
* liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha2018-04-304-91/+51Star
* liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha2018-04-303-43/+24Star
* liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha2018-04-304-67/+38Star
* liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla2018-04-275-71/+135
* liquidio: move a couple of functions to lio_core.cPradeep Nalla2018-04-273-157/+154Star
* liquidio: Swap VF representor Tx and Rx statisticsSrinivas Jampala2018-04-241-7/+8
* liquidio: Added ndo_get_vf_stats supportIntiyaz Basha2018-04-205-0/+151
* liquidio: Enhanced ethtool statsIntiyaz Basha2018-04-174-49/+86
* Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-04-041-35/+16Star
|\
| * net: liquidio: clean up Makefile for simpler composite object handlingMasahiro Yamada2018-03-251-35/+16Star
* | liquidio: prevent rx queues from getting stalledRaghu Vatsavayi2018-03-304-19/+53
* | liquidio: Prioritize control messagesIntiyaz Basha2018-03-292-3/+8
* | liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2018-03-272-57/+0Star
* | liquidio: Renamed txqs_start to start_txqsIntiyaz Basha2018-03-253-3/+3
* | liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha2018-03-253-4/+4
* | liquidio: Renamed txqs_wake to wake_txqsIntiyaz Basha2018-03-253-5/+5
* | liquidio: Function call skb_iq for deriving queue from skbIntiyaz Basha2018-03-252-4/+2Star
* | liquidio: Removed one line function wake_qIntiyaz Basha2018-03-252-23/+3Star
* | liquidio: Removed one line function stop_qIntiyaz Basha2018-03-252-22/+2Star
* | liquidio: Removed netif_is_multiqueue checkIntiyaz Basha2018-03-254-152/+64Star
* | liquidio: Removed start_txq functionIntiyaz Basha2018-03-253-36/+12Star
* | liquidio: Removed one line function stop_txqIntiyaz Basha2018-03-251-10/+1Star
* | liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha2018-03-253-20/+10Star
* | liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha2018-03-253-32/+17Star
* | liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha2018-03-253-55/+27Star
* | liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha2018-03-253-32/+16Star
* | liquidio: Added support for trusted VFIntiyaz Basha2018-03-223-0/+125
* | liquidio: Simplified napi pollIntiyaz Basha2018-03-163-66/+35Star
* | 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-092-2/+9
* | liquidio: Resolved mbox read issue while reading more than one 64bit dataIntiyaz Basha2018-03-091-2/+3
* | liquidio: Corrected Rx bytes countingIntiyaz Basha2018-03-051-1/+2
|/
* liquidio: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-031-5/+2Star
* liquidio: fix incorrect indentation of assignment statementColin Ian King2017-12-031-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-1/+1
* | liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter2017-11-141-1/+2