summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-2/+2
* ibmvnic: replace deprecated strncpy with strscpyJustin Stitt2023-10-131-1/+2
* netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-114-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-13/+12
|\
| * ibmveth: Remove condition to recompute TCP header checksum.David Wilder2023-10-041-13/+12
* | net: ethernet: ibm: Convert to platform remove callback returning voidUwe Kleine-König2023-09-206-25/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-1/+1
|\
| * ibmveth: Use dcbf rather than dcbflMichael Ellerman2023-08-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-13/+99
|\|
| * ibmvnic: Ensure login failure recovery is safe from other resetsNick Child2023-08-101-21/+47
| * ibmvnic: Do partial reset on login failureNick Child2023-08-101-6/+40
| * ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child2023-08-101-5/+10
| * ibmvnic: Unmap DMA login rsp buffer on send login failNick Child2023-08-101-1/+4
| * ibmvnic: Enforce stronger sanity checks on login responseNick Child2023-08-101-0/+18
* | ibmvnic: remove unused rc variableYu Liao2023-08-061-2/+1
* | net: Explicitly include correct DT includesRob Herring2023-07-277-1/+10
|/
* ibmvnic: Do not reset dql stats on NON_FATAL errNick Child2023-06-291-1/+8
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-162-5/+5
* ibmvnic: Assign XPS map to correct queue indexNick Child2023-02-241-2/+2
* ibmvnic: Toggle between queue types in affinity mappingNick Child2023-01-311-13/+16
* ibmvnic: Update XPS assignments during affinity bindingNick Child2022-11-141-0/+10
* ibmvnic: Add hotpluggable CPU callbacks to reassign affinity hintsNick Child2022-11-142-1/+92
* ibmvnic: Assign IRQ affinity hints to device queuesNick Child2022-11-142-0/+141
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-102-1/+3
|\
| * ibmveth: Reduce default tx queues to 8Nick Child2022-11-082-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-8/+8
|\|
| * ibmvnic: Free rwi on reset successNick Child2022-11-021-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-0/+1
|\|
| * net: ehea: fix possible memory leak in ehea_register_port()Yang Yingliang2022-10-271-0/+1
* | ibmveth: Always stop tx queues during closeNick Child2022-10-242-18/+1
|/
* ibmveth: Ethtool set queue supportNick Child2022-09-301-29/+120
* ibmveth: Implement multi queue on xmitNick Child2022-09-302-31/+43
* ibmveth: Copy tx skbs into a premapped bufferNick Child2022-09-302-133/+74
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-282-2/+2
* net: ibm: emac: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-5/+3
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-313-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-071-0/+9
|\
| * ibmvnic: Properly dispose of all skbs during a failover.Rick Lindsley2022-07-041-0/+9
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
|/
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-082-3/+3
* net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-053-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-282-100/+35
|\
| * Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"Dany Madden2022-04-282-100/+35
* | ibmvnic: Allow multiple ltbs in txpool ltb_setSukadev Bhattiprolu2022-04-152-20/+35
* | ibmvnic: Allow multiple ltbs in rxpool ltb_setSukadev Bhattiprolu2022-04-152-20/+177
* | ibmvnic: convert rxpool ltb to a set of ltbsSukadev Bhattiprolu2022-04-152-6/+45
* | ibmvnic: define map_txpool_buf_to_ltb()Sukadev Bhattiprolu2022-04-151-4/+25
* | ibmvnic: define map_rxpool_buf_to_ltb()Sukadev Bhattiprolu2022-04-151-4/+24
* | ibmvnic: rename local variable index to bufidxSukadev Bhattiprolu2022-04-151-22/+22
|/