summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* net: cavium: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-1/+1
* liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha2018-09-121-0/+16
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-071-0/+8
* liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla2018-09-041-1/+7
* liquidio: remove obsolete functions and data structuresFelix Manlunas2018-08-301-82/+40Star
* liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas2018-08-301-25/+13Star
* liquidio: improve soft command handlingFelix Manlunas2018-08-301-4/+30
* liquidio: correct error msg text when removing VLAN IDRick Farrington2018-07-171-1/+1
* liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang2018-05-081-0/+5
* liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi2018-05-021-0/+1
* liquidio: enhanced ethtool --set-channels featureIntiyaz Basha2018-04-301-4/+4
* liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha2018-04-301-79/+1Star
* liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha2018-04-301-18/+0Star
* liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha2018-04-301-45/+4Star
* liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha2018-04-301-22/+3Star
* liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha2018-04-301-33/+1Star
* liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla2018-04-271-16/+31
* liquidio: prevent rx queues from getting stalledRaghu Vatsavayi2018-03-301-9/+14
* liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2018-03-271-29/+0Star
* liquidio: Renamed txqs_start to start_txqsIntiyaz Basha2018-03-251-1/+1
* liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha2018-03-251-2/+2
* liquidio: Renamed txqs_wake to wake_txqsIntiyaz Basha2018-03-251-2/+2
* liquidio: Function call skb_iq for deriving queue from skbIntiyaz Basha2018-03-251-2/+1Star
* liquidio: Removed one line function wake_qIntiyaz Basha2018-03-251-11/+1Star
* liquidio: Removed one line function stop_qIntiyaz Basha2018-03-251-11/+1Star
* liquidio: Removed netif_is_multiqueue checkIntiyaz Basha2018-03-251-40/+15Star
* liquidio: Removed start_txq functionIntiyaz Basha2018-03-251-15/+1Star
* liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha2018-03-251-10/+0Star
* liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha2018-03-251-16/+0Star
* liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha2018-03-251-27/+0Star
* liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha2018-03-251-16/+0Star
* liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru2018-03-121-56/+11Star
* liquidio: fix kernel panic in VF driverFelix Manlunas2017-10-281-3/+3
* liquidio: xmit_more supportIntiyaz Basha2017-10-271-5/+12
* liquidio: mark expected switch fall-through in octeon_destroy_resourcesGustavo A. R. Silva2017-10-191-1/+1
* liquidio: remove unnecessary NULL check before kfree in delete_glistsGustavo A. R. Silva2017-10-191-2/+1Star
* liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru2017-08-221-5/+22
* liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru2017-08-161-3/+6
* liquidio: added support for ethtool --set-channels featureIntiyaz Basha2017-08-161-11/+17
* liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha2017-08-161-98/+0Star
* liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha2017-08-161-45/+0Star
* liquidio: added support for ethtool --set-ring featureIntiyaz Basha2017-08-151-1/+5
* liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha2017-08-151-92/+1Star
* liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha2017-08-151-54/+0Star
* liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha2017-08-151-12/+1Star
* liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha2017-08-151-128/+0Star
* liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha2017-08-151-35/+0Star
* liquidio: moved update_txq_status to lio_core.cIntiyaz Basha2017-08-151-25/+1Star
* liquidio: moved wait_for_pending_requests to octeon_network.hIntiyaz Basha2017-08-151-27/+1Star