summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)AuthorFilesLines
2020-11-28ibmvnic: avoid memset null scrq msgsDany Madden1-4/+15
2020-11-28ibmvnic: stop free_all_rwi on failed resetDany Madden1-19/+3
2020-11-28ibmvnic: handle inconsistent login with resetDany Madden1-1/+1
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+21
2020-11-24ibmvnic: enhance resetting status check during module exitLijun Pan2-4/+2
2020-11-24ibmvnic: fix NULL pointer dereference in ibmvic_reset_crqLijun Pan1-0/+3
2020-11-24ibmvnic: fix NULL pointer dereference in reset_sub_crq_queuesLijun Pan1-0/+3
2020-11-21ibmvnic: skip tx timeout reset while in resettingLijun Pan1-0/+6
2020-11-21ibmvnic: notify peers when failover and migration happenLijun Pan1-1/+5
2020-11-21ibmvnic: fix call_netdevice_notifiers in do_resetLijun Pan1-1/+3
2020-11-20ibmvnic: Do not replenish RX buffers after every polling loopDwip N. Banerjee1-1/+4
2020-11-20ibmvnic: Use netdev_alloc_skb instead of alloc_skb to replenish RX buffersDwip N. Banerjee1-1/+1
2020-11-20ibmvnic: Correctly re-enable interrupts in NAPI polling routineDwip N. Banerjee1-14/+23
2020-11-20ibmvnic: Ensure that device queue memory is cache-line alignedDwip N. Banerjee2-8/+11
2020-11-20ibmvnic: Remove send_subcrq functionThomas Falcon1-34/+0
2020-11-20ibmvnic: Clean up TX code and TX buffer data structureThomas Falcon2-28/+11
2020-11-20ibmvnic: Introduce xmit_more support using batched subCRQ hcallsThomas Falcon1-65/+139
2020-11-20ibmvnic: Introduce batched RX buffer descriptor transmissionThomas Falcon1-20/+37
2020-11-20ibmvnic: Introduce indirect subordinate Command Response Queue bufferThomas Falcon2-0/+32
2020-11-02powerpc/vnic: Extend "failover pending" windowSukadev Bhattiprolu1-4/+32
2020-10-29ibmvnic: fix ibmvnic_set_macLijun Pan1-2/+6
2020-10-27ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer1-6/+0
2020-10-21ibmvnic: save changed mac address to adapter->mac_addrLijun Pan1-0/+5
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+15
2020-10-14ibmveth: Identify ingress large send packets.David Wilder1-1/+12
2020-10-14ibmveth: Switch order of ibmveth_helper calls.David Wilder1-5/+5
2020-09-28ibmvnic: create send_control_ip_offloadLijun Pan1-70/+80
2020-09-28ibmvnic: create send_query_ip_offloadLijun Pan1-23/+29
2020-09-28ibmvnic: rename send_map_query to send_query_mapLijun Pan1-3/+3
2020-09-28ibmvnic: rename ibmvnic_send_req_caps to send_request_capLijun Pan1-3/+3
2020-09-28ibmvnic: rename send_cap_queries to send_query_capLijun Pan1-4/+4
2020-09-28ibmvnic: set up 200GBPS speedLijun Pan2-2/+5
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+4
2020-09-18Revert "ibmvnic: remove never executed if statement"Lijun Pan1-0/+6
2020-09-14ibmvnic: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-14net: ehea: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-07ibmvnic: add missing parenthesis in do_reset()Jakub Kicinski1-2/+4
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+16
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+14
2020-09-01ibmvnic: Harden device Command Response Queue handshakeThomas Falcon1-1/+18
2020-08-26ibmvnic: merge ibmvnic_reset_init and ibmvnic_initLijun Pan1-52/+13
2020-08-26ibmvnic: remove never executed if statementLijun Pan1-12/+0
2020-08-26ibmvnic: improve ibmvnic_init and ibmvnic_reset_initLijun Pan1-4/+13
2020-08-26ibmvnic: compare adapter->init_done_rc with more readable ibmvnic_rc_codesLijun Pan1-1/+1
2020-08-25ibmvnic fix NULL tx_pools and rx_tools issue at do_resetMingming Cao1-1/+14
2020-08-24ibmvnic: Fix use-after-free of VNIC login response bufferThomas Falcon2-22/+25
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-19ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter structCristobal Forno2-12/+27
2020-07-29ibmvnic: Fix IRQ mapping disposal in error pathThomas Falcon1-1/+1
2020-06-20ibmvnic: continue to init in CRQ reset returns H_CLOSEDDany Madden1-2/+7