summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_core.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: fill in MODULE_DESCRIPTION()s for liquidioBreno Leitao2024-01-241-0/+1
* net: liquidio: fix mixed module-builtin objectMasahiro Yamada2023-06-071-0/+16
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-1/+0
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* liquidio: Use kzalloc for allocating only one thingZheng Yongjun2021-01-051-1/+1
* smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-7/+2
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-43/+49
* net: lio_core: remove redundant assignment to variable tx_doneColin Ian King2020-05-081-1/+0
* net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King2019-06-181-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-281-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-111-30/+47
* liquidio: lio_fetch_vf_stats() can be statickbuild test robot2018-09-071-1/+1
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-061-0/+74
* liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla2018-09-031-7/+17
* liquidio: remove obsolete functions and data structuresFelix Manlunas2018-08-291-72/+11
* liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas2018-08-291-11/+4
* liquidio: make soft command calls synchronousFelix Manlunas2018-08-291-95/+39
* liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang2018-05-071-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/+5
* liquidio: Simplified napi pollIntiyaz Basha2018-03-161-5/+2
* 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/+3
* liquidio: get rid of false alarm "Unknown cmd 27" in dmesgFelix Manlunas2017-10-291-0/+1
* liquidio: xmit_more supportIntiyaz Basha2017-10-281-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-181-2/+2
| * liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru2017-08-161-3/+0
| * liquidio: added support for ethtool --set-channels featureIntiyaz Basha2017-08-151-6/+11
| * liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha2017-08-151-0/+200
| * liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha2017-08-151-0/+55
| * liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha2017-08-151-0/+41
| * liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha2017-08-141-5/+114
| * liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha2017-08-141-1/+60
| * liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha2017-08-141-0/+39
| * liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha2017-08-141-0/+149
| * liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha2017-08-141-0/+35
| * liquidio: moved update_txq_status to lio_core.cIntiyaz Basha2017-08-141-0/+33
|/