index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i40e: accept pf to pf adminq messages
Shannon Nelson
2014-01-09
1
-2
/
+5
*
i40e: Cleanup reconfig rss path
Anjali Singhai Jain
2014-01-09
1
-8
/
+0
*
i40e: disable packet split
Jesse Brandeburg
2014-01-09
1
-1
/
+0
*
i40e: add a comment on barrier and fix panic on reset
Greg Rose
2014-01-09
1
-4
/
+11
*
i40e: Fix GPL header
Greg Rose
2014-01-09
1
-4
/
+3
*
i40e: Re-enable interrupt on ICR0
Anjali Singhai Jain
2014-01-09
1
-4
/
+6
*
i40e: Bump version
Catherine Sullivan
2014-01-07
1
-1
/
+1
*
i40e: Stop accepting any VLAN tag on VLAN 0 filter set
Greg Rose
2014-01-07
1
-11
/
+0
*
i40e: Do not enable broadcast promiscuous by default
Greg Rose
2014-01-07
1
-7
/
+9
*
i40e: Do not allow AQ calls from ndo-ops
Anjali Singhai Jain
2014-01-06
1
-17
/
+13
*
i40e: check asq alive before notify
Anjali Singhai Jain
2014-01-06
1
-1
/
+2
*
i40e: Admin queue shutdown fixes
Anjali Singhai Jain
2014-01-06
1
-1
/
+0
*
i40e: Hide the Port VLAN VLAN ID
Greg Rose
2014-01-06
1
-1
/
+1
*
i40e: don't allocate zero size
Mitch Williams
2014-01-06
1
-0
/
+1
*
i40e: Do not enable default port on the VEB
Greg Rose
2014-01-06
1
-1
/
+1
*
i40e: Fix SR-IOV VF port VLAN
Greg Rose
2014-01-05
1
-3
/
+5
*
i40e: remove un-necessary io-write
Anjali Singhai Jain
2014-01-05
1
-4
/
+0
*
i40e: I40E_FLAG_MQ_ENABLED is not used
Neerav Parikh
2014-01-05
1
-5
/
+1
*
i40e: Fix ring allocation
Neerav Parikh
2014-01-05
1
-10
/
+4
*
i40e: catch unset q_vector
Shannon Nelson
2014-01-04
1
-1
/
+2
*
i40e: fix error handling when alloc of vsi array fails
Shannon Nelson
2014-01-04
1
-1
/
+2
*
i40e: reinit buffer size each time
Mitch Williams
2014-01-04
1
-1
/
+1
*
i40e: use functions to enable and disable icr 0
Mitch Williams
2014-01-04
1
-0
/
+13
*
i40e: fix mac address checking
Jesse Brandeburg
2014-01-04
1
-1
/
+1
*
i40e: make a define from a large constant
Mitch Williams
2014-01-03
1
-20
/
+1
*
i40e: remove chatty log messages
Mitch Williams
2014-01-03
1
-15
/
+5
*
i40e: refactor VF reset flow
Mitch Williams
2014-01-03
1
-1
/
+1
*
i40e: Implementation of VXLAN ndo's
Jeff Kirsher
2014-01-03
1
-0
/
+157
*
i40e: fix curly brace use and return type
Shannon Nelson
2014-01-03
1
-4
/
+3
*
i40e: add wake-on-lan support
Shannon Nelson
2014-01-03
1
-2
/
+14
*
i40e: Populate and check pci bus speed and width
Catherine Sullivan
2014-01-03
1
-0
/
+23
*
i40e: Suppress HMC error to Interrupt message level
Anjali Singhai Jain
2014-01-03
1
-9
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-18
1
-0
/
+4
|
\
|
*
i40e: fix null dereference
Jesse Brandeburg
2013-12-14
1
-0
/
+3
*
|
i40e: Bump version number
Catherine Sullivan
2013-12-17
1
-1
/
+1
*
|
i40e: Fix wrong mask bits being used in misc interrupt
Anjali Singhai Jain
2013-12-17
1
-2
/
+2
*
|
i40e: support for suspend and resume
Shannon Nelson
2013-12-16
1
-1
/
+96
*
|
i40e: rtnl_lock in reset path fixes
Anjali Singhai Jain
2013-12-16
1
-1
/
+18
*
|
i40e: function to reconfigure RSS queues and rebuild
Anjali Singhai Jain
2013-12-16
1
-8
/
+48
*
|
i40e: reinit flow for the main VSI
Anjali Singhai Jain
2013-12-16
1
-21
/
+97
*
|
i40e: use same number of queues as CPUs
Jesse Brandeburg
2013-12-16
1
-4
/
+3
*
|
i40e: trivial fixes
Jesse Brandeburg
2013-12-16
1
-1
/
+1
*
|
i40e: init flow control settings to disabled
Jesse Brandeburg
2013-12-16
1
-5
/
+54
*
|
i40e: Tell the stack about our actual number of queues
Anjali Singhai Jain
2013-12-16
1
-0
/
+10
*
|
i40e: Bump version number
Catherine Sullivan
2013-12-10
1
-1
/
+1
*
|
i40e: Add a new variable to track number of pf instances
Anjali Singhai Jain
2013-12-06
1
-0
/
+4
*
|
i40e: add num_VFs message
Anjali Singhai Jain
2013-12-06
1
-0
/
+3
*
|
i40e: only set up the rings to be used
Shannon Nelson
2013-12-06
1
-7
/
+7
*
|
i40e: Enable all PCTYPEs except FCOE for RSS.
Anjali Singhai Jain
2013-12-06
1
-14
/
+24
*
|
i40e: refactor reset code
Anjali Singhai Jain
2013-12-06
1
-36
/
+95
[prev]
[next]