aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: 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-05liquidio: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-7/+2
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-43/+49
2020-05-08net: lio_core: remove redundant assignment to variable tx_doneColin Ian King1-1/+0
2019-06-18net: 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-28liquidio: 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-11liquidio: Per queue oom work queueIntiyaz Basha1-30/+47
2018-09-07liquidio: lio_fetch_vf_stats() can be statickbuild test robot1-1/+1
2018-09-06liquidio: Add spoof checking on a VF MAC addressWeilin Chang1-0/+74
2018-09-03liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla1-7/+17
2018-08-29liquidio: remove obsolete functions and data structuresFelix Manlunas1-72/+11
2018-08-29liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas1-11/+4
2018-08-29liquidio: make soft command calls synchronousFelix Manlunas1-95/+39
2018-05-07liquidio: 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-28liquidio: xmit_more supportIntiyaz Basha1-2/+4
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+725
2017-08-18liquidio: 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-15liquidio: added support for ethtool --set-channels featureIntiyaz Basha1-6/+11
2017-08-15liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha1-0/+200
2017-08-15liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha1-0/+55
2017-08-15liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha1-0/+41
2017-08-14liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha1-5/+114
2017-08-14liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha1-1/+60
2017-08-14liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha1-0/+39
2017-08-14liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha1-0/+149
2017-08-14liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha1-0/+35
2017-08-14liquidio: moved update_txq_status to lio_core.cIntiyaz Basha1-0/+33
2017-06-18liquidio: implement vlan filter enable and disablePrasad Kanneganti1-3/+7
2017-04-08liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas1-0/+11
2017-03-22liquidio: allocate RX buffers in OOM conditions in PF and VFSatanand Burla1-0/+56