aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-07liquidio: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07liquidio: avoided acquiring post_lock for data only queuesIntiyaz Basha2-3/+29
2018-07-30liquidio: remove redundant function cn23xx_dump_iq_regsYueHaibing1-44/+0
2018-07-29liquidio: remove redundant function cn23xx_dump_vf_iq_regsYueHaibing1-30/+0
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+4
2018-07-18liquidio: Using NULL instead of plain integerYueHaibing2-3/+3
2018-07-16liquidio: correct error msg text when removing VLAN IDRick Farrington2-2/+2
2018-07-16liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington2-0/+6
2018-07-16liquidio: Use %pad printk format for dma_addr_t valuesHelge Deller1-2/+2
2018-07-12liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2-2/+2
2018-07-07liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington2-2/+33
2018-07-06liquidio: make timeout HZ independent and readableNicholas Mc Guire1-1/+4
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-3/+2
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook1-3/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+3
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-1/+1
2018-05-10liquidio: bump up driver version to 1.7.2 to match newer NIC firmwareFelix Manlunas1-1/+1
2018-05-10liquidio: monitor all of Octeon's cores in watchdog threadFelix Manlunas1-1/+1
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang7-24/+425
2018-05-02liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi1-0/+1
2018-04-30liquidio: fix spelling mistake: "mac_tx_multi_collison" -> "mac_tx_multi_collision"Colin Ian King1-1/+1
2018-04-30liquidio: enhanced ethtool --set-channels featureIntiyaz Basha10-58/+316
2018-04-30liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha4-163/+87
2018-04-30liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha3-39/+21
2018-04-30liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha4-91/+51
2018-04-30liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha3-43/+24
2018-04-30liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha4-67/+38
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla5-71/+135
2018-04-27liquidio: move a couple of functions to lio_core.cPradeep Nalla3-157/+154
2018-04-24liquidio: Swap VF representor Tx and Rx statisticsSrinivas Jampala1-7/+8
2018-04-20liquidio: Added ndo_get_vf_stats supportIntiyaz Basha5-0/+151
2018-04-17liquidio: Enhanced ethtool statsIntiyaz Basha4-49/+86
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-35/+16
2018-03-30liquidio: prevent rx queues from getting stalledRaghu Vatsavayi4-19/+53
2018-03-29liquidio: Prioritize control messagesIntiyaz Basha2-3/+8
2018-03-27liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2-57/+0
2018-03-25liquidio: Renamed txqs_start to start_txqsIntiyaz Basha3-3/+3
2018-03-25liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha3-4/+4
2018-03-25liquidio: Renamed txqs_wake to wake_txqsIntiyaz Basha3-5/+5
2018-03-25liquidio: Function call skb_iq for deriving queue from skbIntiyaz Basha2-4/+2
2018-03-25liquidio: Removed one line function wake_qIntiyaz Basha2-23/+3
2018-03-25liquidio: Removed one line function stop_qIntiyaz Basha2-22/+2
2018-03-25liquidio: Removed netif_is_multiqueue checkIntiyaz Basha4-152/+64
2018-03-25liquidio: Removed start_txq functionIntiyaz Basha3-36/+12
2018-03-25liquidio: Removed one line function stop_txqIntiyaz Basha1-10/+1
2018-03-25liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha3-20/+10
2018-03-25liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha3-32/+17
2018-03-25liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha3-55/+27
2018-03-25liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha3-32/+16