index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
/
ibmvnic.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ibmvnic: Allocate statistics buffers during probe
Thomas Falcon
2018-02-27
1
-10
/
+11
*
ibmvnic: Fix TX descriptor tracking again
Thomas Falcon
2018-02-27
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-02-24
1
-1
/
+6
|
\
|
*
ibmvnic: Fix early release of login buffer
Thomas Falcon
2018-02-22
1
-1
/
+1
|
*
ibmvnic: Check for NULL skb's in NAPI poll routine
Thomas Falcon
2018-02-20
1
-0
/
+5
*
|
ibmvnic: Split counters for scrq/pools/napi
Nathan Fontenot
2018-02-22
1
-21
/
+17
*
|
ibmvnic: Fix TX descriptor tracking
Thomas Falcon
2018-02-22
1
-1
/
+1
*
|
ibmvnic: Correct goto target for tx irq initialization failure
Nathan Fontenot
2018-02-21
1
-1
/
+1
*
|
ibmvnic: Allocate max queues stats buffers
Nathan Fontenot
2018-02-21
1
-2
/
+2
*
|
ibmvnic: Make napi usage dynamic
Nathan Fontenot
2018-02-21
1
-25
/
+45
*
|
ibmvnic: Free and re-allocate scrqs when tx/rx scrqs change
Nathan Fontenot
2018-02-21
1
-26
/
+52
*
|
ibmvnic: Move active sub-crq count settings
Nathan Fontenot
2018-02-21
1
-10
/
+7
*
|
ibmvnic: Rename active queue count variables
Nathan Fontenot
2018-02-21
1
-8
/
+8
*
|
ibmvnic: Keep track of supplementary TX descriptors
Thomas Falcon
2018-02-20
1
-2
/
+6
|
/
*
ibmvnic: Clean RX pool buffers during device close
Thomas Falcon
2018-02-14
1
-1
/
+30
*
ibmvnic: Free RX socket buffer in case of adapter error
Thomas Falcon
2018-02-14
1
-0
/
+1
*
ibmvnic: Fix NAPI structures memory leak
Thomas Falcon
2018-02-14
1
-0
/
+2
*
ibmvnic: Fix login buffer memory leaks
Thomas Falcon
2018-02-14
1
-0
/
+16
*
ibmvnic: Wait until reset is complete to set carrier on
Thomas Falcon
2018-02-14
1
-2
/
+2
*
ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
John Allen
2018-02-09
1
-4
/
+1
*
ibmvnic: Reset long term map ID counter
Thomas Falcon
2018-02-09
1
-0
/
+1
*
ibmvnic: queue reset when CRQ gets closed during reset
Nathan Fontenot
2018-02-08
1
-1
/
+5
*
ibmvnic: Ensure that buffers are NULL after free
Thomas Falcon
2018-02-07
1
-0
/
+5
*
ibmvnic: Fix rx queue cleanup for non-fatal resets
John Allen
2018-02-07
1
-1
/
+2
*
ibmvnic: fix empty firmware version and errors cleanup
Desnes Augusto Nunes do Rosario
2018-02-05
1
-10
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-02-03
1
-1
/
+5
|
\
|
*
ibmvnic: fix firmware version when no firmware level has been provided by the...
Desnes Augusto Nunes do Rosario
2018-02-01
1
-1
/
+5
*
|
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
treewide: Use DEVICE_ATTR_WO
Joe Perches
2018-01-09
1
-1
/
+1
*
|
ibmvnic: Wait for device response when changing MAC
Thomas Falcon
2018-01-29
1
-7
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-23
1
-15
/
+58
|
\
\
|
*
|
ibmvnic: Allocate and request vpd in init_resources
John Allen
2018-01-22
1
-7
/
+9
|
*
|
ibmvnic: Revert to previous mtu when unsupported value requested
John Allen
2018-01-22
1
-1
/
+11
|
*
|
ibmvnic: Modify buffer size and number of queues on failover
John Allen
2018-01-22
1
-7
/
+38
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-19
1
-9
/
+15
|
\
\
\
|
|
/
/
|
*
|
ibmvnic: Fix IPv6 packet descriptors
Thomas Falcon
2018-01-18
1
-9
/
+11
|
*
|
ibmvnic: Fix IP offload control buffer
Thomas Falcon
2018-01-18
1
-0
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
1
-6
/
+7
|
\
\
\
|
|
/
/
|
*
|
ibmvnic: Fix pending MAC address changes
Thomas Falcon
2018-01-16
1
-6
/
+7
|
|
/
*
|
ibmvnic: Don't handle RX interrupts when not up.
Nathan Fontenot
2018-01-11
1
-0
/
+6
*
|
ibmvnic: Include header descriptor support for ARP packets
Thomas Falcon
2017-12-19
1
-1
/
+6
*
|
ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
Thomas Falcon
2017-12-19
1
-1
/
+1
|
/
*
ibmvnic: fix dma_mapping_error call
Desnes Augusto Nunes do Rosario
2017-11-18
1
-2
/
+1
*
ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic d...
Desnes Augusto Nunes do Rosario
2017-11-14
1
-2
/
+151
*
ibmvnic: Add vnic client data to login buffer
Nathan Fontenot
2017-11-11
1
-2
/
+66
*
ibmvnic: Fix failover error path for non-fatal resets
John Allen
2017-10-28
1
-2
/
+2
*
ibmvnic: Update reset infrastructure to support tunable parameters
John Allen
2017-10-28
1
-27
/
+186
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-8
/
+8
|
\
|
*
ibmvnic: Fix calculation of number of TX header descriptors
Thomas Falcon
2017-10-18
1
-8
/
+8
*
|
ibmvnic: Let users change net device features
Thomas Falcon
2017-10-19
1
-0
/
+2
[prev]
[next]