summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)Author
2021-09-22ibmvnic: check failover_pending in login responseSukadev Bhattiprolu
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-23ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.David Wilder
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-28ehea: fix error return code in ehea_restart_qps()Zhen Lei
2021-05-23ehea: Use DEVICE_ATTR_*() macroYueHaibing
2021-05-20ibmvnic: remove default label from to_string switchMichal Suchanek
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