summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm/ibmvnic.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-22ibmvnic: Use strscpy() instead of strncpy()Kees Cook1-3/+3
2021-06-14ibmvnic: fix send_request_map incompatible argumentLijun Pan1-1/+1
2021-06-12ibmvnic: fix kernel build warnings in build_hdr_descs_arrLijun Pan1-1/+2
2021-06-12ibmvnic: fix kernel build warningLijun Pan1-0/+4
2021-06-11ibmvnic: fix kernel build warning in strncpyLijun Pan1-1/+1
2021-06-11ibmvnic: Allow device probe if the device is not ready at bootCristobal Forno1-25/+128
2021-06-11ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.cWang Hai1-2/+1
2021-05-21ibmvnic: remove default label from to_string switchMichal Suchanek1-4/+2
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+9
2021-04-14ibmvnic: remove duplicate napi_schedule call in open functionLijun Pan1-5/+0
2021-04-14ibmvnic: remove duplicate napi_schedule call in do_reset functionLijun Pan1-5/+1
2021-04-14ibmvnic: avoid calling napi_disable() twiceLijun Pan1-2/+1
2021-04-14ibmvnic: queue reset work in system_long_wqLijun Pan1-3/+4
2021-04-14ibmvnic: correctly use dev_consume/free_skb_irqLijun Pan1-4/+7
2021-04-14ibmvnic: improve failover sysfs entryLijun Pan1-6/+8
2021-04-12ibmvnic: print adapter state as a stringLijun Pan1-18/+49
2021-04-12ibmvnic: print reset reason as a stringLijun Pan1-7/+28
2021-04-05ibmvnic: Use 'skb_frag_address()' instead of hand coding itChristophe JAILLET1-3/+2
2021-03-10Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+7
2021-03-06ibmvnic: remove excessive irqsaveJunlin Yang1-2/+2
2021-03-05ibmvnic: always store valid MAC addressJiri Wiesner1-3/+2
2021-03-03ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning.Michal Suchanek1-5/+3
2021-03-02vio: make remove callback return voidUwe Kleine-König1-4/+1
2021-02-25ibmvnic: fix a race between open and resetSukadev Bhattiprolu1-8/+55
2021-02-17net: re-solve some conflicts after net -> net-next mergeJakub Kicinski1-2/+3
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+32
2021-02-16ibmvnic: serialize access to work queue on removeSukadev Bhattiprolu1-7/+20
2021-02-16ibmvnic: skip send_request_unmap for timeout resetLijun Pan1-1/+6
2021-02-16ibmvnic: add memory barrier to protect long term bufferLijun Pan1-0/+5
2021-02-16ibmvnic: substitute mb() with dma_wmb() for send_*crq* functionsLijun Pan1-2/+2
2021-02-16ibmvnic: simplify reset_long_term_buff functionLijun Pan1-38/+8
2021-02-12ibmvnic: Set to CLOSED state even on errorSukadev Bhattiprolu1-3/+1
2021-02-12ibmvnic: prefer strscpy over strlcpyLijun Pan1-3/+3
2021-02-12ibmvnic: remove unused spinlock_t stats_lock definitionLijun Pan1-2/+0
2021-02-12ibmvnic: fix miscellaneous checksLijun Pan1-8/+9
2021-02-12ibmvnic: avoid multiple line dereferenceLijun Pan1-9/+8
2021-02-12ibmvnic: fix bracesLijun Pan1-2/+1
2021-02-12ibmvnic: fix block commentsLijun Pan1-8/+4
2021-02-12ibmvnic: prefer 'unsigned long' over 'unsigned long int'Lijun Pan1-8/+8
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+16
2021-02-06ibmvnic: Clear failover_pending if unable to scheduleSukadev Bhattiprolu1-1/+16
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+0
2021-02-02ibmvnic: remove unnecessary rmb() inside ibmvnic_pollLijun Pan1-1/+0
2021-02-02ibmvnic: rework to ensure SCRQ entry reads are properly orderedLijun Pan1-19/+11
2021-02-02ibmvnic: device remove has higher precedence over resetLijun Pan1-5/+0
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-01-28ibmvnic: Ensure that CRQ entry read are correctly orderedLijun Pan1-0/+6
2021-01-17net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanoursLee Jones1-14/+13
2021-01-09ibmvnic: merge do_change_param_reset into do_resetLijun Pan1-110/+44
2021-01-05ibmvnic: fix: NULL pointer dereference.YANG LI1-3/+1