index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
/
ibmvnic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-01
ibmvnic: Include missing return code checks in reset function
Thomas Falcon
1
-3
/
+9
2018-08-07
ibmvnic: Update firmware error reporting with cause string
Thomas Falcon
1
-4
/
+30
2018-08-07
ibmvnic: Remove code to request error information
Thomas Falcon
1
-143
/
+1
2018-07-17
ibmvnic: Fix error recovery on login failure
John Allen
1
-2
/
+2
2018-07-17
ibmvnic: Revise RX/TX queue error messages
Thomas Falcon
1
-12
/
+27
2018-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+15
2018-05-25
ibmvnic: Fix partial success login retries
Thomas Falcon
1
-1
/
+6
2018-05-25
ibmvnic: Introduce hard reset recovery
Thomas Falcon
1
-4
/
+97
2018-05-25
ibmvnic: Set resetting state at earliest possible point
Thomas Falcon
1
-2
/
+1
2018-05-25
ibmvnic: Create separate initialization routine for resets
Thomas Falcon
1
-2
/
+46
2018-05-25
ibmvnic: Handle error case when setting link state
Thomas Falcon
1
-0
/
+4
2018-05-25
ibmvnic: Return error code if init interrupted by transport event
Thomas Falcon
1
-1
/
+4
2018-05-25
ibmvnic: Check CRQ command return codes
Thomas Falcon
1
-14
/
+37
2018-05-25
ibmvnic: Introduce active CRQ state
Thomas Falcon
1
-0
/
+10
2018-05-25
ibmvnic: Mark NAPI flag as disabled when released
Thomas Falcon
1
-0
/
+1
2018-05-23
ibmvnic: Only do H_EOI for mobility events
Nathan Fontenot
1
-6
/
+9
2018-05-17
ibmvnic: Fix statistics buffers memory leak
Thomas Falcon
1
-9
/
+15
2018-05-17
ibmvnic: Fix non-fatal firmware error reset
Thomas Falcon
1
-2
/
+1
2018-05-17
ibmvnic: Free coherent DMA memory if FW map failed
Thomas Falcon
1
-0
/
+1
2018-04-23
ibmvnic: Clean actual number of RX or TX pools
Thomas Falcon
1
-2
/
+2
2018-04-16
ibmvnic: Clear pending interrupt after device reset
Thomas Falcon
1
-4
/
+11
2018-04-13
ibmvnic: Do not notify peers on parameter change resets
Nathan Fontenot
1
-1
/
+2
2018-04-13
ibmvnic: Handle all login error conditions
Nathan Fontenot
1
-20
/
+35
2018-04-13
ibmvnic: Define vnic_login_client_data name field as unsized array
Kees Cook
1
-6
/
+6
2018-04-08
ibmvnic: Do not reset CRQ for Mobility driver resets
Nathan Fontenot
1
-23
/
+32
2018-04-08
ibmvnic: Fix failover case for non-redundant configuration
Thomas Falcon
1
-8
/
+29
2018-04-08
ibmvnic: Fix reset scheduler error handling
Thomas Falcon
1
-10
/
+29
2018-04-08
ibmvnic: Zero used TX descriptor counter on reset
Thomas Falcon
1
-0
/
+1
2018-04-08
ibmvnic: Fix DMA mapping mistakes
Thomas Falcon
1
-8
/
+6
2018-04-02
ibmvnic: Disable irqs before exiting reset from closed state
John Allen
1
-10
/
+18
2018-03-26
ibmvnic: Potential NULL dereference in clean_one_tx_pool()
Dan Carpenter
1
-1
/
+1
2018-03-18
ibmvnic: Update TX pool cleaning routine
Thomas Falcon
1
-16
/
+24
2018-03-18
ibmvnic: Improve TX buffer accounting
Thomas Falcon
1
-9
/
+21
2018-03-18
ibmvnic: Update TX and TX completion routines
Thomas Falcon
1
-27
/
+28
2018-03-18
ibmvnic: Update TX pool initialization routine
Thomas Falcon
1
-42
/
+48
2018-03-18
ibmvnic: Update release TX pool routine
Thomas Falcon
1
-7
/
+12
2018-03-18
ibmvnic: Update and clean up reset TX pool routine
Thomas Falcon
1
-20
/
+25
2018-03-14
ibmvnic: Fix reset return from closed state
John Allen
1
-3
/
+5
2018-03-13
ibmvnic: Fix recent errata commit
Thomas Falcon
1
-1
/
+3
2018-03-13
ibmvnic: Handle TSO backing device errata
Thomas Falcon
1
-0
/
+18
2018-03-13
ibmvnic: Pad small packets to minimum MTU size
Thomas Falcon
1
-0
/
+20
2018-03-13
ibmvnic: Account for VLAN header length in TX buffers
Thomas Falcon
1
-3
/
+3
2018-03-13
ibmvnic: Account for VLAN tag in L2 Header descriptor
Thomas Falcon
1
-1
/
+4
2018-03-08
ibmvnic: Do not disable device during failover or partition migration
Thomas Falcon
1
-4
/
+7
2018-03-08
ibmvnic: Reorganize device close
Thomas Falcon
1
-9
/
+14
2018-03-08
ibmvnic: Clean up device close
Thomas Falcon
1
-12
/
+2
2018-02-27
ibmvnic: Do not attempt to login if RX or TX queues are not allocated
Thomas Falcon
1
-6
/
+15
2018-02-27
ibmvnic: Report queue stops and restarts as debug output
Thomas Falcon
1
-3
/
+3
2018-02-27
ibmvnic: Harden TX/RX pool cleaning
Thomas Falcon
1
-8
/
+12
2018-02-27
ibmvnic: Allocate statistics buffers during probe
Thomas Falcon
1
-10
/
+11
[next]