summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-8/+0
|\|
| * Revert "ibmvnic: check failover_pending in login response"Desnes A. Nunes do Rosario2021-09-271-8/+0
* | net: ethernet: emac: utilize of_net's of_get_mac_address()Christian Lamparter2021-09-271-7/+5
* | ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing2021-09-271-16/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-161-0/+16
|\|
| * ibmvnic: check failover_pending in login responseSukadev Bhattiprolu2021-09-091-0/+8
| * ibmvnic: check failover_pending in login responseSukadev Bhattiprolu2021-09-081-0/+8
* | ibmvnic: Reuse tx pools when possibleSukadev Bhattiprolu2021-09-152-70/+147
* | ibmvnic: Reuse rx pools when possibleSukadev Bhattiprolu2021-09-152-64/+137
* | ibmvnic: Reuse LTB when possibleSukadev Bhattiprolu2021-09-151-63/+74
* | ibmvnic: Use bitmap for LTB map_idsSukadev Bhattiprolu2021-09-152-5/+10
* | ibmvnic: init_tx_pools move loop-invariant codeSukadev Bhattiprolu2021-09-151-3/+2
* | ibmvnic: Use/rename local vars in init_tx_poolsSukadev Bhattiprolu2021-09-151-14/+16
* | ibmvnic: Use/rename local vars in init_rx_poolsSukadev Bhattiprolu2021-09-152-9/+10
* | ibmvnic: Fix up some comments and messagesSukadev Bhattiprolu2021-09-151-6/+38
* | ibmvnic: Consolidate code in replenish_rx_pool()Sukadev Bhattiprolu2021-09-151-3/+7
|/
* 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