aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_vf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede1-1/+1
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede1-1/+1
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-13net: liquidio: Add missing null pointer checksTom Seewald1-7/+20
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-78/+80
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-13/+12
2020-07-14liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski1-26/+33
2020-03-03net/liquidio: Delete driver version assignmentLeon Romanovsky1-3/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-12/+11
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