Jacob Keller
|
59e331e36e
i40e: use dev_dbg instead of dev_info when warning about missing routine
|
8 lat temu |
Jesse Brandeburg
|
310a2ad92e
virtchnl: rename i40e to generic virtchnl
|
8 lat temu |
Christophe Jaillet
|
0a4ecc2c5e
i40e: Check for memory allocation failure
|
8 lat temu |
Jacob Keller
|
0da36b9774
i40e: use DECLARE_BITMAP for state fields
|
8 lat temu |
Jacob Keller
|
d19cb64b92
i40e: separate PF and VSI state flags
|
8 lat temu |
Mitch Williams
|
8090f6183c
i40e: register existing client on probe
|
8 lat temu |
Mitch Williams
|
295c0a5550
i40e: remove client instance on driver unload
|
8 lat temu |
Jacob Keller
|
7be147dc14
i40e: initialize params before notifying of l2_param_changes
|
8 lat temu |
Mitch Williams
|
0ef2d5afb1
i40e: KISS the client interface
|
8 lat temu |
Sudheer Mogilappagari
|
b3f028fc8a
i40e: Add bus number info to i40e_bus_info struct
|
8 lat temu |
Mitch Williams
|
3bb83baf9a
i40e: Clean up dead code
|
8 lat temu |
Jacob Keller
|
d7ce6422d6
i40e: don't check params until after checking for client instance
|
8 lat temu |
Mitch Williams
|
04766b22cf
i40e: remove unused function
|
8 lat temu |
Mitch Williams
|
7be96322a5
i40e: reopen client after reset
|
9 lat temu |
Alexander Duyck
|
dc7621205a
i40e: Remove unused function i40e_vsi_lookup
|
9 lat temu |
Carolyn Wyborny
|
c73d2e8462
i40e: Fix client interaction
|
9 lat temu |
David S. Miller
|
6abdd5f593
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 lat temu |
Anjali Singhai Jain
|
f38ff2ee77
i40e: Change some init flow for the client
|
9 lat temu |
Avinash Dayanand
|
0d8ab54a41
i40e: Correcting mutex usage in client code
|
9 lat temu |
Harshitha Ramamurthy
|
682d11d700
i40e: Initialize pointer in client_release function
|
9 lat temu |
Catherine Sullivan
|
91cdca4faa
i40e: Check client is open before calling client ops
|
9 lat temu |
Dan Carpenter
|
be0cb0a66a
i40e: remove a stray unlock
|
9 lat temu |
Avinash Dayanand
|
70df973b5e
i40e: Force register writes to mitigate sync issues with iwarp VF driver
|
9 lat temu |
Anjali Singhai Jain
|
3a0f52928a
i40e: Fix a bug where a client close can be called before an open is complete
|
9 lat temu |
Wei Yongjun
|
eb27163b2e
i40e: Use list_move instead of list_del/list_add
|
9 lat temu |
Catherine Sullivan
|
cd3be169a5
i40e: Move the mutex lock in i40e_client_unregister
|
9 lat temu |
Anjali Singhai Jain
|
e3219ce6a7
i40e: Add support for client interface for IWARP driver
|
9 lat temu |