summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm/ibmvnic.c
AgeCommit message (Expand)Author
2019-07-21ibmvnic: Refresh device multicast list after resetThomas Falcon
2019-01-13ibmvnic: Fix non-atomic memory allocation in IRQ contextThomas Falcon
2018-12-13ibmvnic: Fix RX queue buffer cleanupThomas Falcon
2018-11-23ibmvnic: fix accelerated VLAN handlingMichał Mirosław
2018-08-24ibmvnic: Fix error recovery on login failureJohn Allen
2018-05-30ibmvnic: Zero used TX descriptor counter on resetThomas Falcon
2018-05-30ibmvnic: Check for NULL skb's in NAPI poll routineThomas Falcon
2018-05-30ibmvnic: Clean RX pool buffers during device closeThomas Falcon
2018-05-30ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon
2018-05-30ibmvnic: Wait until reset is complete to set carrier onThomas Falcon
2018-04-12ibmvnic: Don't handle RX interrupts when not up.Nathan Fontenot
2017-12-25ibmvnic: Set state UPMick Tarsel
2017-10-18ibmvnic: Fix calculation of number of TX header descriptorsThomas Falcon
2017-08-17net: ibm: ibmvnic: constify vio_device_idArvind Yadav
2017-08-09ibmvnic: Correct 'unused variable' warning in build.Nathan Fontenot
2017-08-09ibmvnic: Add netdev_dbg output for debuggingNathan Fontenot
2017-08-09ibmvnic: Clean up resources on probe failureNathan Fontenot
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-07ibmvnic: Report rx buffer return codes as netdev_dbgJohn Allen
2017-08-03ibmvnic: Implement .get_channelsJohn Allen
2017-08-03ibmvnic: Implement .get_ringparamJohn Allen
2017-08-03ibmvnic: Convert vnic server reported statistics to cpu endianJohn Allen
2017-08-03ibmvnic: Implement per-queue statistics reportingJohn Allen
2017-08-02ibmvnic: Initialize SCRQ's during login renegotiationThomas Falcon
2017-07-24ibmvnic: Check for transport event on driver resumeJohn Allen
2017-06-29ibmvnic: Fix assignment of RX/TX IRQ'sThomas Falcon
2017-06-22ibmvnic: Correct return code checking for ibmvnic_init during probeNathan Fontenot
2017-06-22ibmvnic: Fix error handling when registering long-term-mapped buffersThomas Falcon
2017-06-20ibmvnic: Return from ibmvnic_resume if not in VNIC_OPEN stateJohn Allen
2017-06-16ibmvnic: driver initialization for kdump/kexecNathan Fontenot
2017-06-15ibmvnic: Exit polling routine correctly during adapter resetThomas Falcon
2017-06-15ibmvnic: Remove VNIC_CLOSING check from pending_scrqThomas Falcon
2017-06-15ibmvnic: Sanitize entire SCRQ buffer on resetThomas Falcon
2017-06-15ibmvnic: Ensure that TX queues are disabled in __ibmvnic_closeThomas Falcon
2017-06-15ibmvnic: Activate disabled RX buffer pools on resetThomas Falcon
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-13ibmvnic: Remove netdev notify for failover resetsNathan Fontenot
2017-06-13ibmvnic: Client-initiated failoverThomas Falcon
2017-06-07ibmvnic: Return failure on attempted mtu changeJohn Allen
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-02ibmvnic: Remove module author mailing addressThomas Falcon
2017-05-26ibmvnic: Reset sub-crqs during driver resetNathan Fontenot
2017-05-26ibmvnic: Reset tx/rx pools on driver resetNathan Fontenot
2017-05-26ibmvnic: Reset the CRQ queue during driver resetNathan Fontenot
2017-05-26ibmvnic: Check adapter state during ibmvnic_pollNathan Fontenot
2017-05-26ibmvnic: Deactivate RX pool buffer replenishment on H_CLOSEDThomas Falcon
2017-05-26ibmvnic: Halt TX and report carrier off on H_CLOSED return codeThomas Falcon
2017-05-26ibmvnic: Non-fatal error handlingJohn Allen
2017-05-26ibmvnic: Fix cleanup of SKB's on driver closeThomas Falcon
2017-05-26ibmvnic: Send gratuitous arp on resetJohn Allen