summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* net: liquidio: fix a NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* liquidio: using NULL instead of plain integerYueHaibing2019-02-191-1/+1
* liquidio: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-17/+5Star
* devlink: Add extack for eswitch operationsEli Britstein2018-10-041-1/+2
* net: cavium: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-1/+1
* liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang2018-09-171-0/+8
* liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha2018-09-121-1/+13
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-071-0/+63
* liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla2018-09-041-1/+8
* liquidio: remove obsolete functions and data structuresFelix Manlunas2018-08-301-112/+53Star
* liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas2018-08-301-24/+45
* liquidio: make soft command calls synchronousFelix Manlunas2018-08-301-30/+12Star
* liquidio: improve soft command handlingFelix Manlunas2018-08-301-3/+28
* liquidio: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-1/+4
|\
| * liquidio: make timeout HZ independent and readableNicholas Mc Guire2018-07-061-1/+4
* | liquidio: Using NULL instead of plain integerYueHaibing2018-07-181-2/+2
* | liquidio: correct error msg text when removing VLAN IDRick Farrington2018-07-171-1/+1
* | liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2018-07-121-1/+1
* | liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington2018-07-071-2/+24
* | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-3/+2Star
|/
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-1/+1
* liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang2018-05-081-0/+20
* liquidio: enhanced ethtool --set-channels featureIntiyaz Basha2018-04-301-17/+47
* liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha2018-04-301-84/+1Star
* liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha2018-04-301-21/+0Star
* liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha2018-04-301-46/+4Star
* liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha2018-04-301-21/+2Star
* liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha2018-04-301-34/+1Star
* liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla2018-04-271-16/+36
* liquidio: Added ndo_get_vf_stats supportIntiyaz Basha2018-04-201-0/+26
* liquidio: Enhanced ethtool statsIntiyaz Basha2018-04-171-0/+2
* liquidio: prevent rx queues from getting stalledRaghu Vatsavayi2018-03-301-10/+15
* liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2018-03-271-28/+0Star
* liquidio: Renamed txqs_start to start_txqsIntiyaz Basha2018-03-251-1/+1
* liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha2018-03-251-1/+1
* 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/+1Star
* liquidio: Removed one line function wake_qIntiyaz Basha2018-03-251-12/+2Star
* liquidio: Removed one line function stop_qIntiyaz Basha2018-03-251-11/+1Star
* liquidio: Removed netif_is_multiqueue checkIntiyaz Basha2018-03-251-63/+30Star
* liquidio: Removed start_txq functionIntiyaz Basha2018-03-251-15/+1Star
* liquidio: Removed one line function stop_txqIntiyaz Basha2018-03-251-10/+1Star
* liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha2018-03-251-10/+0Star
* liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha2018-03-251-16/+0Star
* liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha2018-03-251-28/+0Star
* liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha2018-03-251-16/+0Star
* liquidio: Added support for trusted VFIntiyaz Basha2018-03-221-0/+116
* liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru2018-03-121-47/+23Star