index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40e/i40evf: cleanup incorrect function doxygen comments
Jacob Keller
2018-04-30
1
-3
/
+3
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
1
-25
/
+1
*
i40e: move client flags into state bits
Jacob Keller
2018-03-26
1
-4
/
+3
*
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-23
1
-0
/
+1
*
i40e: Close client on suspend and restore client MSIx on resume
Shiraz Saleem
2018-03-19
1
-3
/
+13
*
i40e: Disable iWARP VSI PETCP_ENA flag on netdev down events
Shiraz Saleem
2018-01-23
1
-17
/
+19
*
i40e: use dev_dbg instead of dev_info when warning about missing routine
Jacob Keller
2017-06-21
1
-3
/
+3
*
virtchnl: rename i40e to generic virtchnl
Jesse Brandeburg
2017-06-01
1
-1
/
+1
*
i40e: Check for memory allocation failure
Christophe Jaillet
2017-05-31
1
-0
/
+2
*
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
1
-8
/
+8
*
i40e: separate PF and VSI state flags
Jacob Keller
2017-04-30
1
-2
/
+2
*
i40e: register existing client on probe
Mitch Williams
2017-04-07
1
-0
/
+6
*
i40e: remove client instance on driver unload
Mitch Williams
2017-04-07
1
-0
/
+3
*
i40e: initialize params before notifying of l2_param_changes
Jacob Keller
2017-03-28
1
-0
/
+2
*
i40e: KISS the client interface
Mitch Williams
2017-03-15
1
-307
/
+150
*
i40e: Add bus number info to i40e_bus_info struct
Sudheer Mogilappagari
2017-02-12
1
-7
/
+9
*
i40e: Clean up dead code
Mitch Williams
2017-02-12
1
-10
/
+3
*
i40e: don't check params until after checking for client instance
Jacob Keller
2017-02-12
1
-2
/
+2
*
i40e: remove unused function
Mitch Williams
2017-02-03
1
-35
/
+0
*
i40e: reopen client after reset
Mitch Williams
2016-10-29
1
-30
/
+17
*
i40e: Remove unused function i40e_vsi_lookup
Alexander Duyck
2016-10-29
1
-31
/
+0
*
i40e: Fix client interaction
Carolyn Wyborny
2016-10-29
1
-16
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-30
1
-11
/
+30
|
\
|
*
i40e: Change some init flow for the client
Anjali Singhai Jain
2016-08-26
1
-11
/
+30
*
|
i40e: Correcting mutex usage in client code
Avinash Dayanand
2016-08-20
1
-0
/
+1
*
|
i40e: Initialize pointer in client_release function
Harshitha Ramamurthy
2016-08-20
1
-2
/
+2
*
|
i40e: Check client is open before calling client ops
Catherine Sullivan
2016-08-20
1
-0
/
+25
*
|
i40e: remove a stray unlock
Dan Carpenter
2016-08-18
1
-1
/
+0
*
|
i40e: Force register writes to mitigate sync issues with iwarp VF driver
Avinash Dayanand
2016-08-18
1
-1
/
+2
*
|
i40e: Fix a bug where a client close can be called before an open is complete
Anjali Singhai Jain
2016-08-18
1
-0
/
+2
*
|
i40e: Use list_move instead of list_del/list_add
Wei Yongjun
2016-08-18
1
-2
/
+1
|
/
*
i40e: Move the mutex lock in i40e_client_unregister
Catherine Sullivan
2016-07-22
1
-2
/
+2
*
i40e: Add support for client interface for IWARP driver
Anjali Singhai Jain
2016-02-29
1
-0
/
+1012