aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_vf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2018-09-18net: cavium: fix return type of ndo_start_xmit functionYueHaibing1-1/+1
2018-09-11liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha1-0/+16
2018-09-06liquidio: Add spoof checking on a VF MAC addressWeilin Chang1-0/+8
2018-09-03liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla1-1/+7
2018-08-29liquidio: remove obsolete functions and data structuresFelix Manlunas1-82/+40
2018-08-29liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas1-25/+13
2018-08-29liquidio: improve soft command handlingFelix Manlunas1-4/+30
2018-07-16liquidio: correct error msg text when removing VLAN IDRick Farrington1-1/+1
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang1-0/+5
2018-05-02liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi1-0/+1
2018-04-30liquidio: enhanced ethtool --set-channels featureIntiyaz Basha1-4/+4
2018-04-30liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha1-79/+1
2018-04-30liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha1-18/+0
2018-04-30liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha1-45/+4
2018-04-30liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha1-22/+3
2018-04-30liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha1-33/+1
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla1-16/+31
2018-03-30liquidio: prevent rx queues from getting stalledRaghu Vatsavayi1-9/+14
2018-03-27liquidio: Removed duplicate Tx queue status checkIntiyaz Basha1-29/+0
2018-03-25liquidio: Renamed txqs_start to start_txqsIntiyaz Basha1-1/+1
2018-03-25liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha1-2/+2
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-11/+1
2018-03-25liquidio: Removed one line function stop_qIntiyaz Basha1-11/+1
2018-03-25liquidio: Removed netif_is_multiqueue checkIntiyaz Basha1-40/+15
2018-03-25liquidio: Removed start_txq functionIntiyaz Basha1-15/+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-27/+0
2018-03-25liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha1-16/+0
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru1-56/+11
2017-10-28liquidio: fix kernel panic in VF driverFelix Manlunas1-3/+3
2017-10-28liquidio: xmit_more supportIntiyaz Basha1-5/+12
2017-10-19liquidio: mark expected switch fall-through in octeon_destroy_resourcesGustavo A. R. Silva1-1/+1
2017-10-19liquidio: remove unnecessary NULL check before kfree in delete_glistsGustavo A. R. Silva1-2/+1
2017-08-22liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru1-5/+22
2017-08-16liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru1-3/+6
2017-08-15liquidio: added support for ethtool --set-channels featureIntiyaz Basha1-11/+17
2017-08-15liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha1-98/+0
2017-08-15liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha1-45/+0
2017-08-14liquidio: added support for ethtool --set-ring featureIntiyaz Basha1-1/+5
2017-08-14liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha1-92/+1
2017-08-14liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha1-54/+0
2017-08-14liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha1-12/+1
2017-08-14liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha1-128/+0
2017-08-14liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha1-35/+0
2017-08-14liquidio: moved update_txq_status to lio_core.cIntiyaz Basha1-25/+1
2017-08-14liquidio: moved wait_for_pending_requests to octeon_network.hIntiyaz Basha1-27/+1