summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/liquidio/lio_core.c
AgeCommit message (Expand)Author
2024-01-24net: fill in MODULE_DESCRIPTION()s for liquidioBreno Leitao
2023-06-07net: liquidio: fix mixed module-builtin objectMasahiro Yamada
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-01-05liquidio: Use kzalloc for allocating only one thingZheng Yongjun
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-05-08net: lio_core: remove redundant assignment to variable tx_doneColin Ian King
2019-06-18net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King
2019-03-11net: lio_core: fix two NULL pointer dereferencesKangjie Lu
2019-01-28liquidio: fix the validation of rx checksum status from NIC hardwareVeerasenareddy Burru
2018-10-04liquidio: fix a couple of spelling mistakesColin Ian King
2018-09-17liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang
2018-09-11liquidio: Per queue oom work queueIntiyaz Basha
2018-09-07liquidio: lio_fetch_vf_stats() can be statickbuild test robot
2018-09-06liquidio: Add spoof checking on a VF MAC addressWeilin Chang
2018-09-03liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla
2018-08-29liquidio: remove obsolete functions and data structuresFelix Manlunas
2018-08-29liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas
2018-08-29liquidio: make soft command calls synchronousFelix Manlunas
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang
2018-04-30liquidio: enhanced ethtool --set-channels featureIntiyaz Basha
2018-04-30liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha
2018-04-30liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha
2018-04-30liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla
2018-04-27liquidio: move a couple of functions to lio_core.cPradeep Nalla
2018-03-30liquidio: prevent rx queues from getting stalledRaghu Vatsavayi
2018-03-25liquidio: Removed netif_is_multiqueue checkIntiyaz Basha
2018-03-16liquidio: Simplified napi pollIntiyaz Basha
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru
2018-03-05liquidio: Corrected Rx bytes countingIntiyaz Basha
2017-11-05liquidio: do not consider packets dropped by network stack as driver Rx droppedIntiyaz Basha
2017-10-29liquidio: get rid of false alarm "Unknown cmd 27" in dmesgFelix Manlunas
2017-10-28liquidio: xmit_more supportIntiyaz Basha
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-08-18liquidio: fix Smatch errorIntiyaz Basha
2017-08-16liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru
2017-08-15liquidio: added support for ethtool --set-channels featureIntiyaz Basha
2017-08-15liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha
2017-08-15liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha
2017-08-15liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha
2017-08-14liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha
2017-08-14liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha
2017-08-14liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha
2017-08-14liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha
2017-08-14liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha
2017-08-14liquidio: moved update_txq_status to lio_core.cIntiyaz Basha
2017-06-18liquidio: implement vlan filter enable and disablePrasad Kanneganti