aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio
AgeCommit message (Expand)Author
2019-01-12liquidio: read sc->iq_no before release scPan Bian
2018-09-26liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington
2018-07-06liquidio: make timeout HZ independent and readableNicholas Mc Guire
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches
2018-05-10liquidio: bump up driver version to 1.7.2 to match newer NIC firmwareFelix Manlunas
2018-05-10liquidio: monitor all of Octeon's cores in watchdog threadFelix Manlunas
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang
2018-05-02liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi
2018-04-30liquidio: fix spelling mistake: "mac_tx_multi_collison" -> "mac_tx_multi_coll...Colin Ian King
2018-04-30liquidio: enhanced ethtool --set-channels featureIntiyaz Basha
2018-04-30liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha
2018-04-30liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha
2018-04-30liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha
2018-04-30liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha
2018-04-30liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla
2018-04-27liquidio: move a couple of functions to lio_core.cPradeep Nalla
2018-04-24liquidio: Swap VF representor Tx and Rx statisticsSrinivas Jampala
2018-04-20liquidio: Added ndo_get_vf_stats supportIntiyaz Basha
2018-04-17liquidio: Enhanced ethtool statsIntiyaz Basha
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-03-30liquidio: prevent rx queues from getting stalledRaghu Vatsavayi
2018-03-29liquidio: Prioritize control messagesIntiyaz Basha
2018-03-27liquidio: Removed duplicate Tx queue status checkIntiyaz Basha
2018-03-25liquidio: Renamed txqs_start to start_txqsIntiyaz Basha
2018-03-25liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha
2018-03-25liquidio: Renamed txqs_wake to wake_txqsIntiyaz Basha
2018-03-25liquidio: Function call skb_iq for deriving queue from skbIntiyaz Basha
2018-03-25liquidio: Removed one line function wake_qIntiyaz Basha
2018-03-25liquidio: Removed one line function stop_qIntiyaz Basha
2018-03-25liquidio: Removed netif_is_multiqueue checkIntiyaz Basha
2018-03-25liquidio: Removed start_txq functionIntiyaz Basha
2018-03-25liquidio: Removed one line function stop_txqIntiyaz Basha
2018-03-25liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha
2018-03-25liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha
2018-03-25liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha
2018-03-25liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha
2018-03-26net: liquidio: clean up Makefile for simpler composite object handlingMasahiro Yamada
2018-03-22liquidio: Added support for trusted VFIntiyaz Basha
2018-03-16liquidio: Simplified napi pollIntiyaz Basha
2018-03-14liquidio: Add support for liquidio 10GBase-T NICVeerasenareddy Burru
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru
2018-03-08liquidio: avoid doing useless workPrasad Kanneganti
2018-03-08liquidio: Resolved mbox read issue while reading more than one 64bit dataIntiyaz Basha
2018-03-05liquidio: Corrected Rx bytes countingIntiyaz Basha
2018-01-02liquidio: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2017-12-03liquidio: fix incorrect indentation of assignment statementColin Ian King