aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 integerYueHaibing1-2/+2
2018-07-16liquidio: correct error msg text when removing VLAN IDRick Farrington1-1/+1
2018-07-12liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann1-1/+1
2018-07-07liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington1-2/+24
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-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-1/+1
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang1-0/+20
2018-04-30liquidio: enhanced ethtool --set-channels featureIntiyaz Basha1-17/+47
2018-04-30liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha1-84/+1
2018-04-30liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha1-21/+0
2018-04-30liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha1-46/+4
2018-04-30liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha1-21/+2
2018-04-30liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha1-34/+1
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla1-16/+36
2018-04-20liquidio: Added ndo_get_vf_stats supportIntiyaz Basha1-0/+26
2018-04-17liquidio: Enhanced ethtool statsIntiyaz Basha1-0/+2
2018-03-30liquidio: prevent rx queues from getting stalledRaghu Vatsavayi1-10/+15
2018-03-27liquidio: Removed duplicate Tx queue status checkIntiyaz Basha1-28/+0
2018-03-25liquidio: Renamed txqs_start to start_txqsIntiyaz Basha1-1/+1
2018-03-25liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha1-1/+1
2018-03-25liquidio: Renamed txqs_wake to wake_txqsIntiyaz Basha1-2/+2
2018-03-25liquidio: Function call skb_iq for deriving queue from skbIntiyaz Basha1-2/+1
2018-03-25liquidio: Removed one line function wake_qIntiyaz Basha1-12/+2
2018-03-25liquidio: Removed one line function stop_qIntiyaz Basha1-11/+1
2018-03-25liquidio: Removed netif_is_multiqueue checkIntiyaz Basha1-63/+30
2018-03-25liquidio: Removed start_txq functionIntiyaz Basha1-15/+1
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 Basha1-10/+0
2018-03-25liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha1-16/+0
2018-03-25liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha1-28/+0
2018-03-25liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha1-16/+0
2018-03-22liquidio: Added support for trusted VFIntiyaz Basha1-0/+116
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru1-47/+23
2017-12-03liquidio: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-14liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter1-1/+2
2017-11-02liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva1-0/+15
2017-11-01liquidio: Configure switchdev with devlinkVijaya Mohan Guvva1-0/+93
2017-11-01liquidio: switchdev support for LiquidIO NICVijaya Mohan Guvva1-0/+25
2017-10-28liquidio: xmit_more supportIntiyaz Basha1-6/+12
2017-10-27liquidio: deprecate 1-bit flag indicating watchdog kernel thread is runningFelix Manlunas1-10/+4
2017-10-24liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru1-0/+126
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-13liquidio: fix timespec64_to_ns typoArnd Bergmann1-1/+1
2017-09-25liquidio: update module parameter fw_type to reflect firmware type loadedRick Farrington1-2/+4
2017-09-25liquidio: verify firmware version when auto-loaded from flash.Rick Farrington1-1/+17
2017-09-25liquidio: allow override of firmware present in flashRick Farrington1-25/+43
2017-08-23liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas1-6/+0
2017-08-20liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington1-0/+2