summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/liquidio/lio_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-01-25net: fill in MODULE_DESCRIPTION()s for liquidioBreno Leitao1-0/+1
2023-06-07net: liquidio: fix mixed module-builtin objectMasahiro Yamada1-0/+16
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-01-06liquidio: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-7/+2
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-43/+49
2020-05-09net: lio_core: remove redundant assignment to variable tx_doneColin Ian King1-1/+0
2019-06-19net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King1-1/+1
2019-03-11net: lio_core: fix two NULL pointer dereferencesKangjie Lu1-0/+10
2019-01-29liquidio: fix the validation of rx checksum status from NIC hardwareVeerasenareddy Burru1-1/+2
2018-10-04liquidio: fix a couple of spelling mistakesColin Ian King1-2/+2
2018-09-17liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang1-0/+148
2018-09-12liquidio: Per queue oom work queueIntiyaz Basha1-30/+47
2018-09-08liquidio: lio_fetch_vf_stats() can be statickbuild test robot1-1/+1
2018-09-07liquidio: Add spoof checking on a VF MAC addressWeilin Chang1-0/+74
2018-09-04liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla1-7/+17
2018-08-30liquidio: remove obsolete functions and data structuresFelix Manlunas1-72/+11
2018-08-30liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas1-11/+4
2018-08-30liquidio: make soft command calls synchronousFelix Manlunas1-95/+39
2018-05-08liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang1-0/+196
2018-04-30liquidio: enhanced ethtool --set-channels featureIntiyaz Basha1-2/+2
2018-04-30liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha1-0/+83
2018-04-30liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha1-0/+41
2018-04-30liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha1-0/+32
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla1-0/+4
2018-04-27liquidio: move a couple of functions to lio_core.cPradeep Nalla1-0/+152
2018-03-30liquidio: prevent rx queues from getting stalledRaghu Vatsavayi1-0/+23
2018-03-25liquidio: Removed netif_is_multiqueue checkIntiyaz Basha1-13/+5
2018-03-16liquidio: Simplified napi pollIntiyaz Basha1-5/+2
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru1-9/+85
2018-03-05liquidio: Corrected Rx bytes countingIntiyaz Basha1-1/+2
2017-11-05liquidio: do not consider packets dropped by network stack as driver Rx droppedIntiyaz Basha1-12/+3
2017-10-29liquidio: get rid of false alarm "Unknown cmd 27" in dmesgFelix Manlunas1-0/+1
2017-10-27liquidio: xmit_more supportIntiyaz Basha1-2/+4
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+725
2017-08-19liquidio: fix Smatch errorIntiyaz Basha1-2/+2
2017-08-16liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru1-3/+0
2017-08-16liquidio: added support for ethtool --set-channels featureIntiyaz Basha1-6/+11
2017-08-16liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha1-0/+200
2017-08-16liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha1-0/+55
2017-08-16liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha1-0/+41
2017-08-15liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha1-5/+114
2017-08-15liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha1-1/+60
2017-08-15liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha1-0/+39
2017-08-15liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha1-0/+149
2017-08-15liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha1-0/+35
2017-08-15liquidio: moved update_txq_status to lio_core.cIntiyaz Basha1-0/+33