summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm/ibmvnic.c
AgeCommit message (Expand)Author
2021-07-21ibmvnic: Remove the proper scrq flushSukadev Bhattiprolu
2021-07-01ibmvnic: retry reset if there are no other resetsSukadev Bhattiprolu
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-24ibmvnic: parenthesize a checkSukadev Bhattiprolu
2021-06-24ibmvnic: free tx_pool if tso_pool alloc failsSukadev Bhattiprolu
2021-06-24ibmvnic: set ltb->buff to NULL after freeingSukadev Bhattiprolu
2021-06-24ibmvnic: account for bufs already saved in indir_bufSukadev Bhattiprolu
2021-06-24ibmvnic: clean pending indirect buffs during resetSukadev Bhattiprolu
2021-06-24Revert "ibmvnic: remove duplicate napi_schedule call in open function"Dany Madden
2021-06-24Revert "ibmvnic: simplify reset_long_term_buff function"Sukadev Bhattiprolu
2021-06-21ibmvnic: Use strscpy() instead of strncpy()Kees Cook
2021-06-14ibmvnic: fix send_request_map incompatible argumentLijun Pan
2021-06-12ibmvnic: fix kernel build warnings in build_hdr_descs_arrLijun Pan
2021-06-12ibmvnic: fix kernel build warningLijun Pan
2021-06-11ibmvnic: fix kernel build warning in strncpyLijun Pan
2021-06-10ibmvnic: Allow device probe if the device is not ready at bootCristobal Forno
2021-06-10ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.cWang Hai
2021-05-20ibmvnic: remove default label from to_string switchMichal Suchanek
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-14ibmvnic: remove duplicate napi_schedule call in open functionLijun Pan
2021-04-14ibmvnic: remove duplicate napi_schedule call in do_reset functionLijun Pan
2021-04-14ibmvnic: avoid calling napi_disable() twiceLijun Pan
2021-04-13ibmvnic: queue reset work in system_long_wqLijun Pan
2021-04-13ibmvnic: correctly use dev_consume/free_skb_irqLijun Pan
2021-04-13ibmvnic: improve failover sysfs entryLijun Pan
2021-04-12ibmvnic: print adapter state as a stringLijun Pan
2021-04-12ibmvnic: print reset reason as a stringLijun Pan
2021-04-05ibmvnic: Use 'skb_frag_address()' instead of hand coding itChristophe JAILLET
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-05ibmvnic: remove excessive irqsaveJunlin Yang
2021-03-04ibmvnic: always store valid MAC addressJiri Wiesner
2021-03-03ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning.Michal Suchanek
2021-03-02vio: make remove callback return voidUwe Kleine-König
2021-02-24ibmvnic: fix a race between open and resetSukadev Bhattiprolu
2021-02-16net: re-solve some conflicts after net -> net-next mergeJakub Kicinski
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-15ibmvnic: serialize access to work queue on removeSukadev Bhattiprolu
2021-02-15ibmvnic: skip send_request_unmap for timeout resetLijun Pan
2021-02-15ibmvnic: add memory barrier to protect long term bufferLijun Pan
2021-02-15ibmvnic: substitute mb() with dma_wmb() for send_*crq* functionsLijun Pan
2021-02-15ibmvnic: simplify reset_long_term_buff functionLijun Pan
2021-02-11ibmvnic: Set to CLOSED state even on errorSukadev Bhattiprolu
2021-02-11ibmvnic: prefer strscpy over strlcpyLijun Pan
2021-02-11ibmvnic: remove unused spinlock_t stats_lock definitionLijun Pan
2021-02-11ibmvnic: fix miscellaneous checksLijun Pan
2021-02-11ibmvnic: avoid multiple line dereferenceLijun Pan
2021-02-11ibmvnic: fix bracesLijun Pan
2021-02-11ibmvnic: fix block commentsLijun Pan
2021-02-11ibmvnic: prefer 'unsigned long' over 'unsigned long int'Lijun Pan
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller