summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_core.c
Commit message (Expand)AuthorAgeFilesLines
* net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King2019-06-191-1/+1
* net: lio_core: fix two NULL pointer dereferencesKangjie Lu2019-03-111-0/+10
* liquidio: fix the validation of rx checksum status from NIC hardwareVeerasenareddy Burru2019-01-291-1/+2
* liquidio: fix a couple of spelling mistakesColin Ian King2018-10-041-2/+2
* liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang2018-09-171-0/+148
* liquidio: Per queue oom work queueIntiyaz Basha2018-09-121-30/+47
* liquidio: lio_fetch_vf_stats() can be statickbuild test robot2018-09-081-1/+1
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-071-0/+74
* liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla2018-09-041-7/+17
* liquidio: remove obsolete functions and data structuresFelix Manlunas2018-08-301-72/+11Star
* liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas2018-08-301-11/+4Star
* liquidio: make soft command calls synchronousFelix Manlunas2018-08-301-95/+39Star
* liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang2018-05-081-0/+196
* liquidio: enhanced ethtool --set-channels featureIntiyaz Basha2018-04-301-2/+2
* liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha2018-04-301-0/+83
* liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha2018-04-301-0/+41
* liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha2018-04-301-0/+32
* liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla2018-04-271-0/+4
* liquidio: move a couple of functions to lio_core.cPradeep Nalla2018-04-271-0/+152
* liquidio: prevent rx queues from getting stalledRaghu Vatsavayi2018-03-301-0/+23
* liquidio: Removed netif_is_multiqueue checkIntiyaz Basha2018-03-251-13/+5Star
* liquidio: Simplified napi pollIntiyaz Basha2018-03-161-5/+2Star
* liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru2018-03-121-9/+85
* liquidio: Corrected Rx bytes countingIntiyaz Basha2018-03-051-1/+2
* liquidio: do not consider packets dropped by network stack as driver Rx droppedIntiyaz Basha2017-11-051-12/+3Star
* liquidio: get rid of false alarm "Unknown cmd 27" in dmesgFelix Manlunas2017-10-291-0/+1
* liquidio: xmit_more supportIntiyaz Basha2017-10-271-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-3/+725
|\
| * liquidio: fix Smatch errorIntiyaz Basha2017-08-191-2/+2
| * liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru2017-08-161-3/+0Star
| * liquidio: added support for ethtool --set-channels featureIntiyaz Basha2017-08-161-6/+11
| * liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha2017-08-161-0/+200
| * liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha2017-08-161-0/+55
| * liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha2017-08-161-0/+41
| * liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha2017-08-151-5/+114
| * liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha2017-08-151-1/+60
| * liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha2017-08-151-0/+39
| * liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha2017-08-151-0/+149
| * liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha2017-08-151-0/+35
| * liquidio: moved update_txq_status to lio_core.cIntiyaz Basha2017-08-151-0/+33
|/
* liquidio: implement vlan filter enable and disablePrasad Kanneganti2017-06-191-3/+7
* liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas2017-04-081-0/+11
* liquidio: allocate RX buffers in OOM conditions in PF and VFSatanand Burla2017-03-231-0/+56
* liquidio: fix for vf mac addr command sent to nic firmwareRick Farrington2017-03-221-5/+14
* liquidio CN23XX: VF interruptRaghu Vatsavayi2016-11-301-7/+0Star
* liquidio CN23XX: copyrights changes and alignmentRaghu Vatsavayi2016-11-161-20/+16Star
* liquidio CN23XX: Mailbox supportRaghu Vatsavayi2016-11-161-0/+31
* liquidio: ethtool and led control supportRaghu Vatsavayi2016-09-031-0/+6
* liquidio: link and control commandsRaghu Vatsavayi2016-09-031-3/+2Star
* liquidio: Consolidate common functionalityRaghu Vatsavayi2016-08-311-0/+261