summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)Author
2021-05-19net: ibm: remove leading spaces before tabsHui Tang
2021-05-19ibmveth: fix kobj_to_dev.cocci warningsYueHaibing
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-12ibmvnic: clean up the remaining debugfs data structuresLijun Pan
2021-04-11ehea: add missing MODULE_DEVICE_TABLEQiheng Lin
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-25Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-02-24ibmvnic: fix a race between open and resetSukadev Bhattiprolu
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
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-12of: Remove of_dev_{get,put}()Rob Herring
2021-02-12ibmvnic: change IBMVNIC_MAX_IND_DESCS to 16Dany Madden
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: add comments for spinlock_t definitionsLijun 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
2021-02-06ibmvnic: Clear failover_pending if unable to scheduleSukadev Bhattiprolu
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-02-01ibmvnic: remove unnecessary rmb() inside ibmvnic_pollLijun Pan
2021-02-01ibmvnic: rework to ensure SCRQ entry reads are properly orderedLijun Pan
2021-02-01ibmvnic: device remove has higher precedence over resetLijun Pan
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-27ibmvnic: Ensure that CRQ entry read are correctly orderedLijun Pan
2021-01-16net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanoursLee Jones
2021-01-09ibmvnic: merge do_change_param_reset into do_resetLijun Pan