index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-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
2018-02-27
ibmvnic: Fix TX descriptor tracking again
Thomas Falcon
1
-1
/
+2
2018-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2018-02-22
ibmvnic: Split counters for scrq/pools/napi
Nathan Fontenot
1
-21
/
+17
2018-02-22
ibmvnic: Fix TX descriptor tracking
Thomas Falcon
1
-1
/
+1
2018-02-22
ibmvnic: Fix early release of login buffer
Thomas Falcon
1
-1
/
+1
2018-02-21
ibmvnic: Correct goto target for tx irq initialization failure
Nathan Fontenot
1
-1
/
+1
2018-02-21
ibmvnic: Allocate max queues stats buffers
Nathan Fontenot
1
-2
/
+2
2018-02-21
ibmvnic: Make napi usage dynamic
Nathan Fontenot
1
-25
/
+45
2018-02-21
ibmvnic: Free and re-allocate scrqs when tx/rx scrqs change
Nathan Fontenot
1
-26
/
+52
2018-02-21
ibmvnic: Move active sub-crq count settings
Nathan Fontenot
1
-10
/
+7
2018-02-21
ibmvnic: Rename active queue count variables
Nathan Fontenot
1
-8
/
+8
2018-02-20
ibmvnic: Check for NULL skb's in NAPI poll routine
Thomas Falcon
1
-0
/
+5
2018-02-20
ibmvnic: Keep track of supplementary TX descriptors
Thomas Falcon
1
-2
/
+6
2018-02-14
ibmvnic: Clean RX pool buffers during device close
Thomas Falcon
1
-1
/
+30
2018-02-14
ibmvnic: Free RX socket buffer in case of adapter error
Thomas Falcon
1
-0
/
+1
2018-02-14
ibmvnic: Fix NAPI structures memory leak
Thomas Falcon
1
-0
/
+2
2018-02-14
ibmvnic: Fix login buffer memory leaks
Thomas Falcon
1
-0
/
+16
2018-02-14
ibmvnic: Wait until reset is complete to set carrier on
Thomas Falcon
1
-2
/
+2
2018-02-09
ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
John Allen
1
-4
/
+1
2018-02-09
ibmvnic: Reset long term map ID counter
Thomas Falcon
1
-0
/
+1
2018-02-08
ibmvnic: queue reset when CRQ gets closed during reset
Nathan Fontenot
1
-1
/
+5
2018-02-08
ibmvnic: Ensure that buffers are NULL after free
Thomas Falcon
1
-0
/
+5
2018-02-08
ibmvnic: Fix rx queue cleanup for non-fatal resets
John Allen
1
-1
/
+2
2018-02-06
ibmvnic: fix empty firmware version and errors cleanup
Desnes Augusto Nunes do Rosario
1
-10
/
+4
2018-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+5
2018-02-01
ibmvnic: fix firmware version when no firmware level has been provided by the...
Desnes Augusto Nunes do Rosario
1
-1
/
+5
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-01-30
ibmvnic: Wait for device response when changing MAC
Thomas Falcon
1
-7
/
+14
2018-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+58
2018-01-22
ibmvnic: Allocate and request vpd in init_resources
John Allen
1
-7
/
+9
[next]