aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-27Revert "ibmvnic: check failover_pending in login response"Desnes A. Nunes do Rosario1-8/+0
2021-09-09ibmvnic: check failover_pending in login responseSukadev Bhattiprolu1-0/+8
2021-09-08ibmvnic: check failover_pending in login responseSukadev Bhattiprolu1-0/+8
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-3/+3
2021-07-21ibmvnic: Remove the proper scrq flushSukadev Bhattiprolu1-1/+1
2021-07-01ibmvnic: retry reset if there are no other resetsSukadev Bhattiprolu1-3/+19
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-24/+77
2021-06-24ibmvnic: parenthesize a checkSukadev Bhattiprolu1-1/+1
2021-06-24ibmvnic: free tx_pool if tso_pool alloc failsSukadev Bhattiprolu1-1/+4
2021-06-24ibmvnic: set ltb->buff to NULL after freeingSukadev Bhattiprolu1-11/+15
2021-06-24ibmvnic: account for bufs already saved in indir_bufSukadev Bhattiprolu1-1/+8
2021-06-24ibmvnic: clean pending indirect buffs during resetSukadev Bhattiprolu1-2/+6
2021-06-24Revert "ibmvnic: remove duplicate napi_schedule call in open function"Dany Madden1-0/+5
2021-06-24Revert "ibmvnic: simplify reset_long_term_buff function"Sukadev Bhattiprolu1-8/+38
2021-06-23ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.David Wilder1-23/+28
2021-06-21ibmvnic: Use strscpy() instead of strncpy()Kees Cook1-3/+3
2021-06-14ibmvnic: fix send_request_map incompatible argumentLijun Pan1-1/+1
2021-06-12ibmvnic: fix kernel build warnings in build_hdr_descs_arrLijun Pan1-1/+2
2021-06-12ibmvnic: fix kernel build warningLijun Pan1-0/+4
2021-06-11ibmvnic: fix kernel build warning in strncpyLijun Pan1-1/+1
2021-06-10ibmvnic: Allow device probe if the device is not ready at bootCristobal Forno2-27/+132
2021-06-10ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.cWang Hai1-2/+1
2021-05-28ehea: fix error return code in ehea_restart_qps()Zhen Lei1-4/+5
2021-05-23ehea: Use DEVICE_ATTR_*() macroYueHaibing1-9/+9
2021-05-20ibmvnic: remove default label from to_string switchMichal Suchanek1-4/+2
2021-05-19net: ibm: remove leading spaces before tabsHui Tang1-1/+1
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