aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-11net: liquidio: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-02-18liquidio: using NULL instead of plain integerYueHaibing1-1/+1
2019-02-06liquidio: Implement ndo_get_port_parent_id()Florian Fainelli1-17/+5
2018-10-03devlink: Add extack for eswitch operationsEli Britstein1-1/+2
2018-09-18net: cavium: fix return type of ndo_start_xmit functionYueHaibing1-1/+1
2018-09-17liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang1-0/+8
2018-09-11liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha1-1/+13
2018-09-06liquidio: Add spoof checking on a VF MAC addressWeilin Chang1-0/+63
2018-09-03liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla1-1/+8
2018-08-29liquidio: remove obsolete functions and data structuresFelix Manlunas1-112/+53
2018-08-29liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas1-24/+45
2018-08-29liquidio: make soft command calls synchronousFelix Manlunas1-30/+12
2018-08-29liquidio: improve soft command handlingFelix Manlunas1-3/+28
2018-08-07liquidio: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+4
2018-07-18liquidio: Using NULL instead of plain integerYueHaibing1-2/+2
2018-07-16liquidio: correct error msg text when removing VLAN IDRick Farrington1-1/+1
2018-07-12liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann1-1/+1
2018-07-07liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington1-2/+24
2018-07-06liquidio: make timeout HZ independent and readableNicholas Mc Guire1-1/+4
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-3/+2
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-1/+1
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang1-0/+20
2018-04-30liquidio: enhanced ethtool --set-channels featureIntiyaz Basha1-17/+47
2018-04-30liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha1-84/+1
2018-04-30liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha1-21/+0
2018-04-30liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha1-46/+4
2018-04-30liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha1-21/+2
2018-04-30liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha1-34/+1
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla1-16/+36
2018-04-20liquidio: Added ndo_get_vf_stats supportIntiyaz Basha1-0/+26
2018-04-17liquidio: Enhanced ethtool statsIntiyaz Basha1-0/+2
2018-03-30liquidio: prevent rx queues from getting stalledRaghu Vatsavayi1-10/+15
2018-03-27liquidio: Removed duplicate Tx queue status checkIntiyaz Basha1-28/+0
2018-03-25liquidio: Renamed txqs_start to start_txqsIntiyaz Basha1-1/+1
2018-03-25liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha1-1/+1
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-12/+2
2018-03-25liquidio: Removed one line function stop_qIntiyaz Basha1-11/+1
2018-03-25liquidio: Removed netif_is_multiqueue checkIntiyaz Basha1-63/+30
2018-03-25liquidio: Removed start_txq functionIntiyaz Basha1-15/+1
2018-03-25liquidio: Removed one line function stop_txqIntiyaz Basha1-10/+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-28/+0
2018-03-25liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha1-16/+0
2018-03-22liquidio: Added support for trusted VFIntiyaz Basha1-0/+116