Age | Commit message (Expand) | Author | Files | Lines |
2020-03-10 | ibmvnic: Do not process device remove during device reset | Juliet Kim | 1 | -2/+22 |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2019-12-13 | net/ibmvnic: Fix typo in retry check | Thomas Falcon | 1 | -1/+1 |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 1 | -1/+1 |
2019-11-26 | ibmvnic: Serialize device queries | Thomas Falcon | 1 | -5/+49 |
2019-11-26 | ibmvnic: Bound waits for device queries | Thomas Falcon | 1 | -15/+97 |
2019-11-26 | ibmvnic: Terminate waiting device threads after loss of service | Thomas Falcon | 1 | -0/+9 |
2019-11-26 | ibmvnic: Fix completion structure initialization | Thomas Falcon | 1 | -8/+11 |
2019-11-20 | net/ibmvnic: Ignore H_FUNCTION return from H_EOI to tolerate XIVE mode | Juliet Kim | 1 | -1/+4 |
2019-11-20 | Revert "net/ibmvnic: Fix EOI when running in XIVE mode" | Juliet Kim | 1 | -3/+5 |
2019-10-13 | net/ibmvnic: Fix EOI when running in XIVE mode. | Cédric Le Goater | 1 | -5/+3 |
2019-09-25 | net/ibmvnic: prevent more than one thread from running in reset | Juliet Kim | 1 | -10/+30 |
2019-09-25 | net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run | Juliet Kim | 1 | -68/+156 |
2019-09-19 | ibmvnic: Warn unknown speed message only when carrier is present | Murilo Fossa Vicentini | 1 | -3/+4 |
2019-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+6 |
2019-09-10 | net/ibmvnic: Fix missing { in __ibmvnic_reset | Michal Suchanek | 1 | -1/+1 |
2019-09-07 | net/ibmvnic: free reset work of removed device from queue | Juliet Kim | 1 | -2/+5 |
2019-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+5 |
2019-08-28 | ibmvnic: Do not process reset during or after device removal | Thomas Falcon | 1 | -1/+5 |
2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -9/+2 |
2019-08-18 | ibmvnic: Unmap DMA address of TX descriptor buffers after use | Thomas Falcon | 1 | -9/+2 |
2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon | 1 | -1/+1 |
2019-06-09 | ibmvnic: Fix unchecked return codes of memory allocations | Thomas Falcon | 1 | -6/+7 |
2019-06-09 | ibmvnic: Refresh device multicast list after reset | Thomas Falcon | 1 | -0/+3 |
2019-06-09 | ibmvnic: Do not close unopened driver during reset | Thomas Falcon | 1 | -1/+2 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114 | Thomas Gleixner | 1 | -12/+1 |
2019-05-10 | net/ibmvnic: Update carrier state after link state change | Thomas Falcon | 1 | -5/+4 |
2019-05-10 | net/ibmvnic: Update MAC address settings after adapter reset | Thomas Falcon | 1 | -25/+28 |
2019-04-27 | ibmvnic: Add device identification to requested IRQs | Murilo Fossa Vicentini | 1 | -4/+9 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+25 |
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-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2019-04-04 | ibmvnic: Fix completion structure initialization | Thomas Falcon | 1 | -2/+3 |
2019-04-04 | ibmvnic: remove set but not used variable 'netdev' | YueHaibing | 1 | -2/+0 |
2019-03-19 | ibmvnic: Report actual backing device speed and duplex values | Murilo Fossa Vicentini | 1 | -12/+81 |
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 |