index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
/
ibmvnic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-10
ibmvnic: Fix netdev feature clobbering during a reset
Thomas Falcon
1
-6
/
+24
2019-04-10
ibmvnic: Enable GRO
Thomas Falcon
1
-1
/
+1
2019-04-04
ibmvnic: Fix completion structure initialization
Thomas Falcon
1
-2
/
+3
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+10
2018-12-14
net/ibmvnic: Remove tests of member address
Wen Yang
1
-5
/
+2
2018-12-10
ibmvnic: Fix non-atomic memory allocation in IRQ context
Thomas Falcon
1
-1
/
+1
2018-12-10
ibmvnic: Convert reset work item mutex to spin lock
Thomas Falcon
1
-7
/
+9
2018-12-03
net/ibmvnic: Fix RTNL deadlock during device reset
Thomas Falcon
1
-1
/
+1
2018-11-22
ibmvnic: Update driver queues after change in ring size support
Thomas Falcon
1
-1
/
+8
2018-11-22
ibmvnic: Fix RX queue buffer cleanup
Thomas Falcon
1
-2
/
+2
2018-11-19
net/ibmnvic: Fix deadlock problem in reset
Juliet Kim
1
-38
/
+21
2018-11-07
ibmvnic: fix accelerated VLAN handling
Michał Mirosław
1
-1
/
+1
2018-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+0
2018-10-01
ibmvnic: Add ethtool private flag for driver-defined queue limits
Thomas Falcon
1
-35
/
+94
2018-09-28
ibmvnic: remove ndo_poll_controller
Eric Dumazet
1
-16
/
+0
2018-09-18
net: ibm: fix return type of ndo_start_xmit function
YueHaibing
1
-2
/
+2
2018-08-31
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-16
ibmvnic: Fix error recovery on login failure
John Allen
1
-2
/
+2
2018-07-16
ibmvnic: Revise RX/TX queue error messages
Thomas Falcon
1
-12
/
+27
2018-05-26
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-24
ibmvnic: Introduce hard reset recovery
Thomas Falcon
1
-4
/
+97
2018-05-24
ibmvnic: Set resetting state at earliest possible point
Thomas Falcon
1
-2
/
+1
2018-05-24
ibmvnic: Create separate initialization routine for resets
Thomas Falcon
1
-2
/
+46
2018-05-24
ibmvnic: Handle error case when setting link state
Thomas Falcon
1
-0
/
+4
2018-05-24
ibmvnic: Return error code if init interrupted by transport event
Thomas Falcon
1
-1
/
+4
2018-05-24
ibmvnic: Check CRQ command return codes
Thomas Falcon
1
-14
/
+37
2018-05-24
ibmvnic: Introduce active CRQ state
Thomas Falcon
1
-0
/
+10
2018-05-24
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-22
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-12
ibmvnic: Do not notify peers on parameter change resets
Nathan Fontenot
1
-1
/
+2
2018-04-12
ibmvnic: Handle all login error conditions
Nathan Fontenot
1
-20
/
+35
2018-04-12
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-01
ibmvnic: Disable irqs before exiting reset from closed state
John Allen
1
-10
/
+18
2018-03-25
ibmvnic: Potential NULL dereference in clean_one_tx_pool()
Dan Carpenter
1
-1
/
+1
2018-03-17
ibmvnic: Update TX pool cleaning routine
Thomas Falcon
1
-16
/
+24
2018-03-17
ibmvnic: Improve TX buffer accounting
Thomas Falcon
1
-9
/
+21
2018-03-17
ibmvnic: Update TX and TX completion routines
Thomas Falcon
1
-27
/
+28
[next]