summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)AuthorFilesLines
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-12ibmvnic: clean up the remaining debugfs data structuresLijun Pan1-94/+0
2021-04-12ehea: add missing MODULE_DEVICE_TABLEQiheng Lin1-0/+1
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önig2-7/+2
2021-02-25Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-8/+55
2021-02-25ibmvnic: fix a race between open and resetSukadev Bhattiprolu1-8/+55
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+8
2021-02-17net: re-solve some conflicts after net -> net-next mergeJakub Kicinski2-6/+9
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-13/+35
2021-02-16ibmvnic: serialize access to work queue on removeSukadev Bhattiprolu2-8/+24
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-13of: Remove of_dev_{get,put}()Rob Herring1-7/+8
2021-02-13ibmvnic: change IBMVNIC_MAX_IND_DESCS to 16Dany Madden1-1/+1
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 Pan2-3/+0
2021-02-12ibmvnic: add comments for spinlock_t definitionsLijun Pan1-4/+6
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
2020-12-23ibmvnic: continue fatal error reset after passive initLijun Pan1-2/+1