summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-3/+3
* ibmvnic: Remove the proper scrq flushSukadev Bhattiprolu2021-07-211-1/+1
* ibmvnic: retry reset if there are no other resetsSukadev Bhattiprolu2021-07-011-3/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-24/+77
|\
| * ibmvnic: parenthesize a checkSukadev Bhattiprolu2021-06-241-1/+1
| * ibmvnic: free tx_pool if tso_pool alloc failsSukadev Bhattiprolu2021-06-241-1/+4
| * ibmvnic: set ltb->buff to NULL after freeingSukadev Bhattiprolu2021-06-241-11/+15
| * ibmvnic: account for bufs already saved in indir_bufSukadev Bhattiprolu2021-06-241-1/+8
| * ibmvnic: clean pending indirect buffs during resetSukadev Bhattiprolu2021-06-241-2/+6
| * Revert "ibmvnic: remove duplicate napi_schedule call in open function"Dany Madden2021-06-241-0/+5
| * Revert "ibmvnic: simplify reset_long_term_buff function"Sukadev Bhattiprolu2021-06-241-8/+38
* | ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.David Wilder2021-06-231-23/+28
* | ibmvnic: Use strscpy() instead of strncpy()Kees Cook2021-06-211-3/+3
* | ibmvnic: fix send_request_map incompatible argumentLijun Pan2021-06-141-1/+1
* | ibmvnic: fix kernel build warnings in build_hdr_descs_arrLijun Pan2021-06-121-1/+2
* | ibmvnic: fix kernel build warningLijun Pan2021-06-121-0/+4
* | ibmvnic: fix kernel build warning in strncpyLijun Pan2021-06-111-1/+1
* | ibmvnic: Allow device probe if the device is not ready at bootCristobal Forno2021-06-102-27/+132
* | ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.cWang Hai2021-06-101-2/+1
* | ehea: fix error return code in ehea_restart_qps()Zhen Lei2021-05-281-4/+5
* | ehea: Use DEVICE_ATTR_*() macroYueHaibing2021-05-231-9/+9
* | ibmvnic: remove default label from to_string switchMichal Suchanek2021-05-201-4/+2
* | net: ibm: remove leading spaces before tabsHui Tang2021-05-191-1/+1
* | ibmveth: fix kobj_to_dev.cocci warningsYueHaibing2021-05-191-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-16/+9
|\
| * ibmvnic: remove duplicate napi_schedule call in open functionLijun Pan2021-04-141-5/+0
| * ibmvnic: remove duplicate napi_schedule call in do_reset functionLijun Pan2021-04-141-5/+1
| * ibmvnic: avoid calling napi_disable() twiceLijun Pan2021-04-141-2/+1
| * ibmvnic: correctly use dev_consume/free_skb_irqLijun Pan2021-04-131-4/+7
* | ibmvnic: queue reset work in system_long_wqLijun Pan2021-04-131-3/+4
* | ibmvnic: improve failover sysfs entryLijun Pan2021-04-131-6/+8
* | ibmvnic: print adapter state as a stringLijun Pan2021-04-121-18/+49
* | ibmvnic: print reset reason as a stringLijun Pan2021-04-121-7/+28
* | ibmvnic: clean up the remaining debugfs data structuresLijun Pan2021-04-121-94/+0
* | ehea: add missing MODULE_DEVICE_TABLEQiheng Lin2021-04-111-0/+1
* | ibmvnic: Use 'skb_frag_address()' instead of hand coding itChristophe JAILLET2021-04-051-3/+2
|/
* Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-091-10/+7
|\
| * ibmvnic: remove excessive irqsaveJunlin Yang2021-03-051-2/+2
| * ibmvnic: always store valid MAC addressJiri Wiesner2021-03-041-3/+2
| * ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning.Michal Suchanek2021-03-031-5/+3
* | vio: make remove callback return voidUwe Kleine-König2021-03-022-7/+2
|/
* Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-02-251-8/+55
|\
| * ibmvnic: fix a race between open and resetSukadev Bhattiprolu2021-02-241-8/+55
* | Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-7/+8
|\ \ | |/ |/|
| * of: Remove of_dev_{get,put}()Rob Herring2021-02-121-7/+8
* | net: re-solve some conflicts after net -> net-next mergeJakub Kicinski2021-02-162-6/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-162-13/+35
|\ \
| * | ibmvnic: serialize access to work queue on removeSukadev Bhattiprolu2021-02-152-8/+24
| * | ibmvnic: skip send_request_unmap for timeout resetLijun Pan2021-02-151-1/+6
| * | ibmvnic: add memory barrier to protect long term bufferLijun Pan2021-02-151-0/+5