summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
AgeCommit message (Expand)Author
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-14liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski
2020-03-03net/liquidio: Delete driver version assignmentLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2018-09-18net: cavium: fix return type of ndo_start_xmit functionYueHaibing
2018-09-11liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha
2018-09-06liquidio: Add spoof checking on a VF MAC addressWeilin Chang
2018-09-03liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla
2018-08-29liquidio: remove obsolete functions and data structuresFelix Manlunas
2018-08-29liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas
2018-08-29liquidio: improve soft command handlingFelix Manlunas
2018-07-16liquidio: correct error msg text when removing VLAN IDRick Farrington
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang
2018-05-02liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi
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-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: 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-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru
2017-10-28liquidio: fix kernel panic in VF driverFelix Manlunas
2017-10-28liquidio: xmit_more supportIntiyaz Basha
2017-10-19liquidio: mark expected switch fall-through in octeon_destroy_resourcesGustavo A. R. Silva
2017-10-19liquidio: remove unnecessary NULL check before kfree in delete_glistsGustavo A. R. Silva
2017-08-22liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru
2017-08-16liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru
2017-08-15liquidio: added support for ethtool --set-channels featureIntiyaz Basha
2017-08-15liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha
2017-08-15liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha
2017-08-14liquidio: added support for ethtool --set-ring featureIntiyaz Basha
2017-08-14liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha