summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio
Commit message (Expand)AuthorAgeFilesLines
* liquidio: remove set but not used variable 'is25G'YueHaibing2018-08-131-6/+2Star
* liquidio: copperhead LED identificationRaghu Vatsavayi2018-08-102-5/+23
* liquidio: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* liquidio: avoided acquiring post_lock for data only queuesIntiyaz Basha2018-08-072-3/+29
* liquidio: remove redundant function cn23xx_dump_iq_regsYueHaibing2018-07-301-44/+0Star
* liquidio: remove redundant function cn23xx_dump_vf_iq_regsYueHaibing2018-07-291-30/+0Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-1/+4
|\
| * liquidio: make timeout HZ independent and readableNicholas Mc Guire2018-07-061-1/+4
* | liquidio: Using NULL instead of plain integerYueHaibing2018-07-182-3/+3
* | liquidio: correct error msg text when removing VLAN IDRick Farrington2018-07-172-2/+2
* | liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington2018-07-162-0/+6
* | liquidio: Use %pad printk format for dma_addr_t valuesHelge Deller2018-07-161-2/+2
* | liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2018-07-122-2/+2
* | liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington2018-07-072-2/+33
* | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-3/+2Star
|/
* 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