aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
Commit message (Expand)AuthorAge
* net: cavium: fix return type of ndo_start_xmit functionYueHaibing2018-09-18
* liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha2018-09-12
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-06
* liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla2018-09-03
* liquidio: remove obsolete functions and data structuresFelix Manlunas2018-08-29
* liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas2018-08-29
* liquidio: improve soft command handlingFelix Manlunas2018-08-29
* liquidio: correct error msg text when removing VLAN IDRick Farrington2018-07-17
* liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang2018-05-07
* liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi2018-05-02
* liquidio: enhanced ethtool --set-channels featureIntiyaz Basha2018-04-30
* liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha2018-04-30
* liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha2018-04-30
* liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha2018-04-30
* liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha2018-04-30
* liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha2018-04-30
* liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla2018-04-27
* liquidio: prevent rx queues from getting stalledRaghu Vatsavayi2018-03-30
* liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2018-03-27
* liquidio: Renamed txqs_start to start_txqsIntiyaz Basha2018-03-25
* liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha2018-03-25
* liquidio: Renamed txqs_wake to wake_txqsIntiyaz Basha2018-03-25
* liquidio: Function call skb_iq for deriving queue from skbIntiyaz Basha2018-03-25
* liquidio: Removed one line function wake_qIntiyaz Basha2018-03-25
* liquidio: Removed one line function stop_qIntiyaz Basha2018-03-25
* liquidio: Removed netif_is_multiqueue checkIntiyaz Basha2018-03-25
* liquidio: Removed start_txq functionIntiyaz Basha2018-03-25
* liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha2018-03-25
* liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha2018-03-25
* liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha2018-03-25
* liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha2018-03-25
* liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru2018-03-12
* liquidio: fix kernel panic in VF driverFelix Manlunas2017-10-28
* liquidio: xmit_more supportIntiyaz Basha2017-10-27
* liquidio: mark expected switch fall-through in octeon_destroy_resourcesGustavo A. R. Silva2017-10-19
* liquidio: remove unnecessary NULL check before kfree in delete_glistsGustavo A. R. Silva2017-10-19
* liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru2017-08-22
* liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru2017-08-16
* liquidio: added support for ethtool --set-channels featureIntiyaz Basha2017-08-16
* liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha2017-08-16
* liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha2017-08-16
* liquidio: added support for ethtool --set-ring featureIntiyaz Basha2017-08-15
* liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha2017-08-15
* liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha2017-08-15
* liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha2017-08-15
* liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha2017-08-15
* liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha2017-08-15
* liquidio: moved update_txq_status to lio_core.cIntiyaz Basha2017-08-15
* liquidio: moved wait_for_pending_requests to octeon_network.hIntiyaz Basha2017-08-15
* liquidio: napi cleanupIntiyaz Basha2017-08-10