aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c
AgeCommit message (Expand)Author
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-11net: liquidio: fix a NULL pointer dereferenceKangjie Lu
2019-02-18liquidio: using NULL instead of plain integerYueHaibing
2019-02-06liquidio: Implement ndo_get_port_parent_id()Florian Fainelli
2018-10-03devlink: Add extack for eswitch operationsEli Britstein
2018-09-18net: cavium: fix return type of ndo_start_xmit functionYueHaibing
2018-09-17liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang
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: make soft command calls synchronousFelix Manlunas
2018-08-29liquidio: improve soft command handlingFelix Manlunas
2018-08-07liquidio: mark expected switch fall-throughGustavo A. R. Silva
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18liquidio: Using NULL instead of plain integerYueHaibing
2018-07-16liquidio: correct error msg text when removing VLAN IDRick Farrington
2018-07-12liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann
2018-07-07liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington
2018-07-06liquidio: make timeout HZ independent and readableNicholas Mc Guire
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang
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-04-20liquidio: Added ndo_get_vf_stats supportIntiyaz Basha
2018-04-17liquidio: Enhanced ethtool statsIntiyaz Basha
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: Removed one line function stop_txqIntiyaz 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-22liquidio: Added support for trusted VFIntiyaz Basha
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru