aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-19ibmveth: fix kobj_to_dev.cocci warningsYueHaibing1-2/+1
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-13ibmvnic: queue reset work in system_long_wqLijun Pan1-3/+4
2021-04-13ibmvnic: correctly use dev_consume/free_skb_irqLijun Pan1-4/+7
2021-04-13ibmvnic: 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-11ehea: 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-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+7
2021-03-05ibmvnic: remove excessive irqsaveJunlin Yang1-2/+2
2021-03-04ibmvnic: 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/netdev/netLinus Torvalds1-8/+55
2021-02-24ibmvnic: 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/git/robh/linuxLinus Torvalds1-7/+8
2021-02-16net: re-solve some conflicts after net -> net-next mergeJakub Kicinski2-6/+9
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-13/+35
2021-02-15ibmvnic: serialize access to work queue on removeSukadev Bhattiprolu2-8/+24
2021-02-15ibmvnic: skip send_request_unmap for timeout resetLijun Pan1-1/+6
2021-02-15ibmvnic: add memory barrier to protect long term bufferLijun Pan1-0/+5
2021-02-15ibmvnic: substitute mb() with dma_wmb() for send_*crq* functionsLijun Pan1-2/+2
2021-02-15ibmvnic: simplify reset_long_term_buff functionLijun Pan1-38/+8
2021-02-12of: Remove of_dev_{get,put}()Rob Herring1-7/+8
2021-02-12ibmvnic: change IBMVNIC_MAX_IND_DESCS to 16Dany Madden1-1/+1
2021-02-11ibmvnic: Set to CLOSED state even on errorSukadev Bhattiprolu1-3/+1
2021-02-11ibmvnic: prefer strscpy over strlcpyLijun Pan1-3/+3
2021-02-11ibmvnic: remove unused spinlock_t stats_lock definitionLijun Pan2-3/+0
2021-02-11ibmvnic: add comments for spinlock_t definitionsLijun Pan1-4/+6
2021-02-11ibmvnic: fix miscellaneous checksLijun Pan1-8/+9
2021-02-11ibmvnic: avoid multiple line dereferenceLijun Pan1-9/+8
2021-02-11ibmvnic: fix bracesLijun Pan1-2/+1
2021-02-11ibmvnic: fix block commentsLijun Pan1-8/+4
2021-02-11ibmvnic: prefer 'unsigned long' over 'unsigned long int'Lijun Pan1-8/+8
2021-02-10Merge 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-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+0
2021-02-01ibmvnic: remove unnecessary rmb() inside ibmvnic_pollLijun Pan1-1/+0
2021-02-01ibmvnic: rework to ensure SCRQ entry reads are properly orderedLijun Pan1-19/+11
2021-02-01ibmvnic: device remove has higher precedence over resetLijun Pan1-5/+0
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-01-27ibmvnic: Ensure that CRQ entry read are correctly orderedLijun Pan1-0/+6
2021-01-16net: 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-04ibmvnic: fix: NULL pointer dereference.YANG LI1-3/+1