summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: liquidio: lio_vf_main: Remove unnecessary (void*) conversionswuych2023-05-101-10/+5
* net: liquidio: Remove redundant pci_clear_masterCai Huoqing2023-03-241-1/+0
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-1/+1
|\
| * PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-1/+1
| * PCI: Remove reset_fn field from pci_devAmey Narkhede2021-08-171-1/+1
* | cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-021-2/+2
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* net: liquidio: Add missing null pointer checksTom Seewald2021-05-131-7/+20
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-78/+80
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-13/+12
* liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-26/+33
* net/liquidio: Delete driver version assignmentLeon Romanovsky2020-03-031-3/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-12/+11
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* net: cavium: fix return type of ndo_start_xmit functionYueHaibing2018-09-181-1/+1
* liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha2018-09-111-0/+16
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-061-0/+8
* liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla2018-09-031-1/+7
* liquidio: remove obsolete functions and data structuresFelix Manlunas2018-08-291-82/+40
* liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas2018-08-291-25/+13
* liquidio: improve soft command handlingFelix Manlunas2018-08-291-4/+30
* liquidio: correct error msg text when removing VLAN IDRick Farrington2018-07-161-1/+1
* liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang2018-05-071-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/+1
* liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha2018-04-301-18/+0
* liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha2018-04-301-45/+4
* liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha2018-04-301-22/+3
* liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha2018-04-301-33/+1
* 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/+0
* 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/+1
* liquidio: Removed one line function wake_qIntiyaz Basha2018-03-251-11/+1
* liquidio: Removed one line function stop_qIntiyaz Basha2018-03-251-11/+1
* liquidio: Removed netif_is_multiqueue checkIntiyaz Basha2018-03-251-40/+15
* liquidio: Removed start_txq functionIntiyaz Basha2018-03-251-15/+1
* liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha2018-03-251-10/+0
* liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha2018-03-251-16/+0
* liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha2018-03-251-27/+0