summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c
AgeCommit message (Expand)Author
2018-07-12liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann
2018-07-07liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington
2018-07-06liquidio: make timeout HZ independent and readableNicholas Mc Guire
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang
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-20liquidio: Added ndo_get_vf_stats supportIntiyaz Basha
2018-04-17liquidio: Enhanced ethtool statsIntiyaz Basha
2018-03-30liquidio: prevent rx queues from getting stalledRaghu Vatsavayi
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-22liquidio: Added support for trusted VFIntiyaz Basha
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru
2017-12-03liquidio: fix incorrect indentation of assignment statementColin Ian King
2017-11-14liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter
2017-11-02liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva
2017-11-01liquidio: Configure switchdev with devlinkVijaya Mohan Guvva
2017-11-01liquidio: switchdev support for LiquidIO NICVijaya Mohan Guvva
2017-10-28liquidio: xmit_more supportIntiyaz Basha
2017-10-27liquidio: deprecate 1-bit flag indicating watchdog kernel thread is runningFelix Manlunas
2017-10-24liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-13liquidio: fix timespec64_to_ns typoArnd Bergmann
2017-09-25liquidio: update module parameter fw_type to reflect firmware type loadedRick Farrington
2017-09-25liquidio: verify firmware version when auto-loaded from flash.Rick Farrington
2017-09-25liquidio: allow override of firmware present in flashRick Farrington
2017-08-23liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas
2017-08-20liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington
2017-08-18liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington
2017-08-18liquidio: with embedded f/w, issue droq credits before enablementRick Farrington
2017-08-18liquidio: with embedded f/w, don't reload f/w, issue pf flr at exitRick Farrington