summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)Author
2023-10-04ibmveth: Remove condition to recompute TCP header checksum.David Wilder
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-23ibmveth: Use dcbf rather than dcbflMichael Ellerman
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-10ibmvnic: Ensure login failure recovery is safe from other resetsNick Child
2023-08-10ibmvnic: Do partial reset on login failureNick Child
2023-08-10ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child
2023-08-10ibmvnic: Unmap DMA login rsp buffer on send login failNick Child
2023-08-10ibmvnic: Enforce stronger sanity checks on login responseNick Child
2023-08-06ibmvnic: remove unused rc variableYu Liao
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-06-29ibmvnic: Do not reset dql stats on NON_FATAL errNick Child
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring
2023-02-24ibmvnic: Assign XPS map to correct queue indexNick Child
2023-01-31ibmvnic: Toggle between queue types in affinity mappingNick Child
2022-11-14ibmvnic: Update XPS assignments during affinity bindingNick Child
2022-11-14ibmvnic: Add hotpluggable CPU callbacks to reassign affinity hintsNick Child
2022-11-14ibmvnic: Assign IRQ affinity hints to device queuesNick Child
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-08ibmveth: Reduce default tx queues to 8Nick Child
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-02ibmvnic: Free rwi on reset successNick Child
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-27net: ehea: fix possible memory leak in ehea_register_port()Yang Yingliang
2022-10-24ibmveth: Always stop tx queues during closeNick Child
2022-09-30ibmveth: Ethtool set queue supportNick Child
2022-09-30ibmveth: Implement multi queue on xmitNick Child
2022-09-30ibmveth: Copy tx skbs into a premapped bufferNick Child
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-21net: ibm: emac: Switch to use dev_err_probe() helperYang Yingliang
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-04ibmvnic: Properly dispose of all skbs during a failover.Rick Lindsley
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-05net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-28Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"Dany Madden
2022-04-15ibmvnic: Allow multiple ltbs in txpool ltb_setSukadev Bhattiprolu
2022-04-15ibmvnic: Allow multiple ltbs in rxpool ltb_setSukadev Bhattiprolu
2022-04-15ibmvnic: convert rxpool ltb to a set of ltbsSukadev Bhattiprolu
2022-04-15ibmvnic: define map_txpool_buf_to_ltb()Sukadev Bhattiprolu
2022-04-15ibmvnic: define map_rxpool_buf_to_ltb()Sukadev Bhattiprolu
2022-04-15ibmvnic: rename local variable index to bufidxSukadev Bhattiprolu
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-18ibmvnic: fix race between xmit and resetSukadev Bhattiprolu
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-25ibmvnic: Allow queueing resets during probeSukadev Bhattiprolu
2022-02-25ibmvnic: clear fop when retrying probeSukadev Bhattiprolu