index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
/
ibmvnic.c
Age
Commit message (
Expand
)
Author
2017-04-24
ibmvnic: Add set_link_state routine for setting adapter link state
Nathan Fontenot
2017-04-24
ibmvnic: Move initialization of the stats token to ibmvnic_open
Nathan Fontenot
2017-04-24
ibmvnic: Only retrieve error info if present
Nathan Fontenot
2017-04-24
ibmvnic: Insert header on VLAN tagged received frame
Murilo Fossa Vicentini
2017-04-24
ibmvnic: Set real number of rx queues
Thomas Falcon
2017-04-21
ibmvnic: Remove unused bouce buffer
Nathan Fontenot
2017-04-21
ibmvnic: Allocate zero-filled memory for sub crqs
Nathan Fontenot
2017-04-21
ibmvnic: Disable irq prior to close
Brian King
2017-04-21
ibmvnic: Correct crq and resource releasing
Nathan Fontenot
2017-04-21
ibmvnic: Remove inflight list
Nathan Fontenot
2017-04-21
ibmvnic: Do not disable IRQ after scheduling tasklet
Brian King
2017-04-21
ibmvnic: Fixup atomic API usage
Brian King
2017-04-21
ibmvnic: Unmap longer term buffer before free
Brian King
2017-04-21
ibmvnic: Fix ibmvnic_change_mac_addr struct format
Murilo Fossa Vicentini
2017-04-21
ibmvnic: Report errors when failing to release sub-crqs
Thomas Falcon
2017-03-30
ibmvnic: Cleanup failure path in ibmvnic_open
Nathan Fontenot
2017-03-30
ibmvnic: Create init/release routines for stats token
Nathan Fontenot
2017-03-30
ibmvnic: Merge the two release_sub_crq_queue routines
Nathan Fontenot
2017-03-30
ibmvnic: Create init and release routines for the rx pool
Nathan Fontenot
2017-03-30
ibmvnic: Create init and release routines for the tx pool
Nathan Fontenot
2017-03-30
ibmvnic: Create init and release routines for the bounce buffer
Nathan Fontenot
2017-03-30
ibmvnic: Update main crq initialization and release
Nathan Fontenot
2017-03-30
ibmvnic: Remove debugfs support
Nathan Fontenot
2017-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-21
ibmvnic: Correct ibmvnic handling of device open/close
John Allen
2017-03-21
ibmvnic: Move ibmvnic adapter intialization to its own routine
John Allen
2017-03-21
ibmvnic: Move login to its own routine
John Allen
2017-03-21
ibmvnic: Move login and queue negotiation into ibmvnic_open
John Allen
2017-03-16
ibmvnic: Free tx/rx scrq pointer array when releasing sub-crqs
Nathan Fontenot
2017-03-07
ibmvnic: Allocate number of rx/tx buffers agreed on by firmware
Thomas Falcon
2017-03-07
ibmvnic: Fix overflowing firmware/hardware TX queue
Thomas Falcon
2017-02-19
ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqs
Thomas Falcon
2017-02-19
ibmvnic: Use common counter for capabilities checks
Thomas Falcon
2017-02-19
ibmvnic: Handle processing of CRQ messages in a tasklet
Thomas Falcon
2017-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-15
ibmvnic: Fix endian errors in error reporting output
Thomas Falcon
2017-02-15
ibmvnic: Fix endian error when requesting device capabilities
Thomas Falcon
2017-02-14
ibmvnic: Fix initial MTU settings
Thomas Falcon
2017-02-11
ibmvnic: Call napi_disable instead of napi_enable in failure path
Nathan Fontenot
2017-02-11
ibmvnic: Initialize completion variables before starting work
Nathan Fontenot
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-09
net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-25
ibmvnic: drop duplicate header seq_file.h
Geliang Tang
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-13
ibmvnic: Fix size of debugfs name buffer
Thomas Falcon
2016-11-13
ibmvnic: Unmap ibmvnic_statistics structure
Thomas Falcon
2016-11-09
ibmvnic: Start completion queue negotiation at server-provided optimum values
John Allen
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-29
ibmvnic: Fix missing brackets in init_sub_crq_irqs
Thomas Falcon
[next]